Problem compiling dice
thbach at students.uni-mainz.de
thbach at students.uni-mainz.de
Mon Feb 12 04:35:48 CET 2007
Hi,
trying to compile the recent cvs-source I got the following error (both,
with bison and byacc), while compiling dice:
mv -f .deps/IncludeStatement.Tpo .deps/IncludeStatement.Po
g++ -DHAVE_CONFIG_H -I. -I.. -D__USER__="\"knoppix@`hostname`\""
-D__L4DIR__="\"`pwd`/../../..\""
-D__DICEINCDIR__="\"/home/drops/include\"" -Wall -I../src -Wunused
-Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion
-Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow
-Wwrite-strings -g -O2 -MT Exception.o -MD -MP -MF .deps/Exception.Tpo
-c -o Exception.o Exception.cpp
mv -f .deps/Exception.Tpo .deps/Exception.Po
g++ -DHAVE_CONFIG_H -I. -I.. -D__USER__="\"knoppix@`hostname`\""
-D__L4DIR__="\"`pwd`/../../..\""
-D__DICEINCDIR__="\"/home/drops/include\"" -Wall -I../src -Wunused
-Wunused-parameter -Wall -W -Wcast-align -Wcast-qual -Wconversion
-Wformat=2 -Wmissing-format-attribute -Wpointer-arith -Wshadow
-Wwrite-strings -g -O2 -MT Dependency.o -MD -MP -MF .deps/Dependency.Tpo
-c -o Dependency.o Dependency.cpp
mv -f .deps/Dependency.Tpo .deps/Dependency.Po
g++ -Wunused -Wunused-parameter -Wall -W -Wcast-align -Wcast-qual
-Wconversion -Wformat=2 -Wmissing-format-attribute -Wpointer-arith
-Wshadow -Wwrite-strings -g -O2 -export-dynamic -o dice main.o
Compiler.o CParser.o File.o Object.o Visitor.o version.o CCParser.o
CCXXParser.o CDCEParser.o CCORBAParser.o CPreProcess.o
IncludeStatement.o Exception.o Dependency.o -L../src/be/l4/v2 -lv2
-L../src/be/l4/v2/amd64 -lv2amd64 -L../src/be/l4/v2/ia32 -lv2ia32
-L../src/be/l4/x0 -lx0 -L../src/be/l4/v4 -lv4 -L../src/be/l4/v4/ia32
-lv4ia32 -L../src/be/l4 -ll4 -L../src/be/sock -lsock -L../src/be/cdr
-lcdr -L../src/be -lbe -L../src/parser/dce -ldce -L../src/parser/corba
-lcorba -L../src/parser/inc -linc -L../src/parser/gcc-c -lgcc_c
-L../src/parser/gcc-cxx -lgcc_cxx -L../src/fe -lfe -lstdc++ -ldl
collect2: ld returned 1 exit status
make[6]: *** [dice] Fehler 1
make[6]: Leaving directory `/home/knoppix/l4/l4/tool/dice/src'
make[5]: *** [all-recursive] Fehler 1
make[5]: Leaving directory `/home/knoppix/l4/l4/tool/dice/src'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/home/knoppix/l4/l4/tool/dice'
make[3]: *** [all] Fehler 2
make[3]: Leaving directory `/home/knoppix/l4/l4/tool/dice'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/home/knoppix/l4/l4/tool/dice'
make[1]: *** [dice] Fehler 2
make[1]: Leaving directory `/home/knoppix/l4/l4/tool'
make: *** [tool] Fehler 2
There was allready someone else having this problem in the mailing-list...
Any suggestions?
Greets,
Vincent
More information about the l4-hackers
mailing list