GDC release 0.23
DavidSwe
afraidof at spam.boy
Tue Mar 6 04:56:30 PST 2007
Move to:
/usr/local/lib
/usr/local/include
/usr/local/bin
My rule of thumb is that /usr/ is for your distros packagemanager and /usr/local are for all that you yourself install. Keeps evertyhing neat and tidy.
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?
More information about the Digitalmars-d-announce
mailing list