D.gnu - gcc-core 3.3.4 on slackware 10
- Lethalman <lethalman fyrebird.net> Nov 13 2004
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?
The Java package is also required. This dependency will go away in the next release. David
Nov 13 2004








David Friedman <d3rdclsmail_a_ _t_earthlink_d_._t_net>