Enrico Sorichetti wrote: [] > >if /bin/sh ./libtool --mode=compile /sw/src/fink.build/ > libusb-0.1.12-1013/libusb-0.1.12/compile gcc -DHAVE_CONFIG_H -I. -I/ > sw/include -Werror -no-cpp-precomp -g -O2 -g -Wall >-MT usb.lo -MD -MP > -MF ".deps/usb.Tpo" -c -o usb.lo usb.c; \ > > then mv -f ".deps/usb.Tpo" ".deps/usb.Plo"; else rm -f ".deps/ > usb.Tpo"; exit 1; fi > >libtool: compile: unable to infer tagged configuration > >libtool: compile: specify a tag with `--tag' > >make[2]: *** [usb.lo] Error 1
Something must have gone wrong in the configure phase. Have a look in the file /sw/src/fink.build/libusb-0.1.12-1013/libusb-0.1.12/config.log; look in particular for lines like the following: configure:20158: checking whether gcc and cc understand -c and -o together configure:20188: gcc -c conftest.cc -o conftest.o >&5 configure:20191: $? = 0 configure:20193: gcc -c conftest.cc -o conftest.o >&5 configure:20196: $? = 0 configure:20203: cc -c conftest.cc >&5 configure:20206: $? = 0 configure:20209: cc -c conftest.cc -o conftest.o >&5 configure:20212: $? = 0 configure:20214: cc -c conftest.cc -o conftest.o >&5 configure:20217: $? = 0 configure:20235: result: yes I am sure that this is different in your case. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
