On Thu, December 29, 2005 6:58, Alfille, Paul H.,M.D. said: > Try again? > > Missed an old reference in some code cleanup.
Still sorta the same thing: make[4]: Entering directory `/home/tps/src/owfs/module/owfs/src/c' /bin/sh ../../../../libtool --tag=CC --mode=link gcc -I../include -I../../../owlib/src/include -I/usr/local/include/fuse -I/usr/local/include -L../../../owlib/src/c -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wredundant-decls -DOW_MT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -g -O2 -pthread -low -lfuse -lpthread -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -o owfs owfs.o owfs_callback.o -lusb gcc -I../include -I../../../owlib/src/include -I/usr/local/include/fuse -I/usr/local/include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wredundant-decls -DOW_MT -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -g -O2 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -o .libs/owfs owfs.o owfs_callback.o -L/home/tps/src/owfs/module/owlib/src/c -pthread /home/tps/src/owfs/module/owlib/src/c/.libs/libow.so /usr/lib/libfuse.so /usr/lib/libusb.so -lpthread -Wl,--rpath -Wl,/usr/local/lib /home/tps/src/owfs/module/owlib/src/c/.libs/libow.so: undefined reference to `BUS_read' collect2: ld returned 1 exit status make[4]: *** [owfs] Error 1 make[4]: Leaving directory `/home/tps/src/owfs/module/owfs/src/c' However: [EMAIL PROTECTED]:~/src/owfs$ gcc --version gcc (GCC) 3.3.6 (Ubuntu 1:3.3.6-8ubuntu1) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [EMAIL PROTECTED]:~/src/owfs$ export CC=gcc-4.0 [EMAIL PROTECTED]:~/src/owfs$ rm config.status [EMAIL PROTECTED]:~/src/owfs$ ./configure --prefix=/usr/local [EMAIL PROTECTED]:~/src/owfs$ make gets me through. Another hit on the different versions of gcc. Grr. Thanks for the help. Onwards... Tim ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
