|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - Build errors on Linux gcc 4.1.2 system
Hi, I'm trying to build gdc-0.1.9 with the gcc 4.0.3 sources, but with gcc (and g++) 4.1.2 installed as the system compiler. The build fails in configure for libphobos because it is somehow trying to use the system libstdc++ from /usr/lib instead of the one built from the gcc 4.0.3 sources. Can anyone suggest how to fix this configure script appropriately? Also, te build of the D compiler itself succeeds, but with some fairly hideous warning messages while doing so. Is that normal? Oct 07 2006
|