GDC release 0.23
    Neal Becker 
    ndbecker2 at gmail.com
       
    Tue Mar  6 04:12:45 PST 2007
    
    
  
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?
    
    
More information about the Digitalmars-d-announce
mailing list