www.digitalmars.com         C & C++   DMDScript  

D.gnu - gcc-core 3.3.4 on slackware 10

reply Lethalman <lethalman fyrebird.net> writes:
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:



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
parent David Friedman <d3rdclsmail_a_ _t_earthlink_d_._t_net> writes:
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:



 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