www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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

↑ ↓ ← 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:
# 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
↑ ↓ → 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:
 # 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