Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 20, 2006 DMD on linux - what it requires? | ||||
---|---|---|---|---|
| ||||
My Linux installation of D doesn't work. I installed D as described in manual, but dmd still complains about missing "GLIB...." and "CXXABI". What a packages I need to have? (my system is Fedora Core 5, gcc installed, glib also) It would be fine to have more descriptive errors and more important: how to fix it. Thanks! |
November 20, 2006 Re: DMD on linux - what it requires? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Thorn | Thorn wrote: > My Linux installation of D doesn't work. I installed D as described in manual, but dmd still complains about missing "GLIB...." and "CXXABI". What a packages I need to have? > (my system is Fedora Core 5, gcc installed, glib also) AFAIK, you only need: gcc, glibc-devel, and something that provides libstdc++.so.5 - since DMD is being built with an older GCC compiler. For FC5, that should be provided in the compat-libstdc++-33 package ? You shouldn't need glib in order to compile or run D programs, though. > It would be fine to have more descriptive errors and more important: how to fix it. More descriptions and help with errors can be entered in the Wiki4D at: http://www.prowiki.org/wiki4d/wiki.cgi?DocComments/DCompiler http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/InstallingDCompiler But I think that there should be DMD packages for Fedora and Ubuntu... --anders |
November 20, 2006 Re: DMD on linux - what it requires? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Anders F Björklund | Are you running a 64-bit kernel? That requires a bit of hacking to make work. If you are, I'll look up how my system is set up and pass it on to you. Russ |
November 22, 2006 Re: DMD on linux - what it requires? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russ Lewis | On Mon, 20 Nov 2006 16:55:53 +0200, Russ Lewis <spamhole-2001-07-16@deming-os.org> wrote: > Are you running a 64-bit kernel? No, it's simple x86 32 bit Fedora. Thanks, Russ! |
Copyright © 1999-2021 by the D Language Foundation