|
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 - compiling on linux ppc
I'm trying to compile GDC (one of the latest revisions, I'm not sure which one) on linux PPC, but I'm getting this: checking If /home/carlos/dev/gdc-sf/build/gcc/gdc -B/home/carlos/dev/gdc-sf/build/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -B/usr/local/powerpc-unknown-linux-gnu/lib/ -isystem /usr/local/powerpc-unknown-linux-gnu/include -isystem /usr/local/powerpc-unknown-linux-gnu/sys-include can compile D sources... /home/carlos/dev/gdc-sf/build/gcc/cc1d: /home/carlos/dev/gdc-sf/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: *** [configure-target-libphobos] Error 1 I'm using Kubuntu 6.10. The GCC sources are for version 4.0.3. The current GCC version is: gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) -- Carlos Santander Bernal Dec 16 2006
Sorry for probably being not of too much help! I can only tell that gdc builds fine with the standard INSTALL instructions since 0.18. just found out that gdc-0.20 has been released - this time even with precompiled ppc-linux version. Maybe this can help you. (unfortunately i still can't build several aba-games with it...) Dec 17 2006
Carlos Santander escribió:I'm trying to compile GDC (one of the latest revisions, I'm not sure which one) on linux PPC, but I'm getting this: checking If /home/carlos/dev/gdc-sf/build/gcc/gdc -B/home/carlos/dev/gdc-sf/build/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -B/usr/local/powerpc-unknown-linux-gnu/lib/ -isystem /usr/local/powerpc-unknown-linux-gnu/include -isystem /usr/local/powerpc-unknown-linux-gnu/sys-include can compile D sources... /home/carlos/dev/gdc-sf/build/gcc/cc1d: /home/carlos/dev/gdc-sf/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: *** [configure-target-libphobos] Error 1 I'm using Kubuntu 6.10. The GCC sources are for version 4.0.3. The current GCC version is: gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) Dec 19 2006
Not really an idea, but maybe you have 2 different gcc's installed & s.th. is mixed up during build(?) Good luck that the binaries work for you! Dec 20 2006
Carlos Santander escribió:I'm trying to compile GDC (one of the latest revisions, I'm not sure which one) on linux PPC, but I'm getting this: checking If /home/carlos/dev/gdc-sf/build/gcc/gdc -B/home/carlos/dev/gdc-sf/build/gcc/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -B/usr/local/powerpc-unknown-linux-gnu/lib/ -isystem /usr/local/powerpc-unknown-linux-gnu/include -isystem /usr/local/powerpc-unknown-linux-gnu/sys-include can compile D sources... /home/carlos/dev/gdc-sf/build/gcc/cc1d: /home/carlos/dev/gdc-sf/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: *** [configure-target-libphobos] Error 1 I'm using Kubuntu 6.10. The GCC sources are for version 4.0.3. The current GCC version is: gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) Jan 01 2007
|