|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 electronics |
D.gnu - Cannot compile CVS version
Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I get the following problem when trying to build latest (CVS) version of GDC with enabled D2 support. Attached is my config.log. ================8<-------------------- . . . checking If /root/src/build/./gcc/gdc -B/root/src/build/./gcc/ -B/opt/gcc/i686-pc-linux-gnu/bin/ -B/opt/gcc/i686-pc-linux-gnu/lib/ -isystem /opt/gcc/i686-pc-linux-gnu/include -isystem /opt/gcc/i686-pc-linux-gnu/sys-include can compile D sources... /root/src/build/./gcc/cc1d: /root/src/build/./gcc/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6) no configure: error: can't compile D sources! make[1]: *** [configure-target-libphobos] Error 1 make[1]: Leaving directory `/root/src/build' . . . ------------------->8================= I'll try to fix this problem myself, but I am kinda confused with that "GCC_4.2.0" - I have GCC 4.1 on my Linux box! :) Kind regards Dec 30 2007
Dejan Lekic wrote:I get the following problem when trying to build latest (CVS) version of GDC with enabled D2 support. Attached is my config.log. ================8<-------------------- . . . checking If /root/src/build/./gcc/gdc -B/root/src/build/./gcc/ -B/opt/gcc/i686-pc-linux-gnu/bin/ -B/opt/gcc/i686-pc-linux-gnu/lib/ -isystem /opt/gcc/i686-pc-linux-gnu/include -isystem /opt/gcc/i686-pc-linux-gnu/sys-include can compile D sources... /root/src/build/./gcc/cc1d: /root/src/build/./gcc/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6) no configure: error: can't compile D sources! make[1]: *** [configure-target-libphobos] Error 1 make[1]: Leaving directory `/root/src/build' . . . ------------------->8================= I'll try to fix this problem myself, but I am kinda confused with that "GCC_4.2.0" - I have GCC 4.1 on my Linux box! :) Kind regards Dec 30 2007
|