GDC release 0.23
    David Friedman 
    dvdfrdmn at users.ess-eff.net
       
    Tue Mar  6 19:13:42 PST 2007
    
    
  
Neal Becker wrote:
> David Friedman wrote:
> 
> 
>>GDC now supports 64-bit targets! A new x86_64 Linux binary is
>>available and the MacOS X binary supports x86_64 and ppc64.
>>
>>http://sourceforge.net/project/showfiles.php?group_id=154306
>>
>>Changes:
>>   * Added support for 64-bit targets
>>   * Added multilib support
>>   * Updated to DMD 1.007
>>   * Fixed Bugzilla 984, 1013
> 
> 
> Thanks!
> 
> Any suggested installation procedure on linux?
> 
> Extracting the linux 64-bit binary gives:
> 
> dmd/
>   bin/
>   include/
>   lib/
>   lib64/
>   libexec/
>   man/
>   share/
> 
> The obvious choice of
> mv dmd/bin/* /usr/bin
> mv dmd/include/* /usr/include
> mv dmd/lib/* /usr/lib <<< ooops!
> 
> That last one will cause conflicts.  So what's the recommended procedure?
This should have already been in the README...
The best way to use the binary package is to extract wherever you want 
(/opt, $HOME/sw, etc...) and add the 'gdc/bin' directory to your PATH.
Trying to copy the files into /usr is a bad idea unless you know that 
the GCC version and configuration is exactly the same.
David
David
    
    
More information about the Digitalmars-d-announce
mailing list