|
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 - gcc-core 3.3.4 on slackware 10
I unpackged gcc-core 3.3.4, g++ and GDC. So i followed instruction and i installed gdc. Now i'm trying to install libphobos but when i make i get this error: # cd gcc/d/phobos # ./configure --prefix=/usr # make cat config/config-head frag-ac frag-gen frag-math config/config-mid config/config-tail > gcc/config.d gdc -o gcc/configunix.o -g -frelease -O2 -nostdinc -I . -I ./internal/gc -c gcc/configunix.d make: *** No rule to make target `boehm-gc/os_dep.c', needed by `boehm-gc/d_os_dep.c'. Stop. Any suggestions? Nov 13 2004
Lethalman wrote:I unpackged gcc-core 3.3.4, g++ and GDC. So i followed instruction and i installed gdc. Now i'm trying to install libphobos but when i make i get this error: # cd gcc/d/phobos # ./configure --prefix=/usr # make cat config/config-head frag-ac frag-gen frag-math config/config-mid config/config-tail > gcc/config.d gdc -o gcc/configunix.o -g -frelease -O2 -nostdinc -I . -I ./internal/gc -c gcc/configunix.d make: *** No rule to make target `boehm-gc/os_dep.c', needed by `boehm-gc/d_os_dep.c'. Stop. Any suggestions? Nov 13 2004
|