Hello, I''m having compile problems here with tcng-9c. After unpacking tcng and iproute2 archive I get: $ make ./configure building tcsim: yes Kernel source: /usr/src/linux Kernel version: 2.4.20 iproute2 source: /home/kreso/tcng/tcsim/iproute2 iproute2 version: 010824 Host byte order: little endian tcc command: /home/kreso/tcng/bin/tcc install directory: /usr/local ... [snip] ... make[1]: Entering directory /home/kreso/tcng/tcsim'' make -C ulib make[2]: Entering directory /home/kreso/tcng/tcsim/ulib'' make -e -C iproute2/lib all make[3]: Entering directory /home/kreso/tcng/tcsim/ulib/iproute2/lib'' gcc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -I../shared -Iklib -Iklib/include -Iulib/iproute2/include -I. -DVERSION=\"cat ../VERSION\" -DTOPDIR=\"/home/kreso/tcng\" -DTCC_CMD=\"/home/kreso/tcng/bin/tcc\" -c -o libnetlink.o libnetlink.c cat: ../VERSION: No such file or directory libnetlink.c:13:24: libnetlink.h: No such file or directory make[3]: *** [libnetlink.o] Error 1 make[3]: Leaving directory /home/kreso/tcng/tcsim/ulib/iproute2/lib'' make[2]: *** [iproute2/lib/libnetlink.a] Error 2 make[2]: Leaving directory /home/kreso/tcng/tcsim/ulib'' make[1]: *** [ulib/ulib.o] Error 2 make[1]: Leaving directory /home/kreso/tcng/tcsim'' make: *** [all] Error 1 what did I mess up? thanks, Kresimir _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Kreso wrote:> make[3]: Entering directory /home/kreso/tcng/tcsim/ulib/iproute2/lib'' > gcc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > -I../shared -Iklib -Iklib/include -Iulib/iproute2/include -I. > -DVERSION=\"cat ../VERSION\" -DTOPDIR=\"/home/kreso/tcng\" > -DTCC_CMD=\"/home/kreso/tcng/bin/tcc\" -c -o libnetlink.o libnetlink.c > cat: ../VERSION: No such file or directory > libnetlink.c:13:24: libnetlink.h: No such file or directoryThis looks very weird. What kind of make (make --version) are you using, and from which distribution does it come ? - Werner -- _________________________________________________________________________ / Werner Almesberger, Buenos Aires, Argentina wa@almesberger.net / /_http://www.almesberger.net/____________________________________________/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/