Hi,
Just tried to compile the latest owfs and got the following:
gcc -I../include -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -I/usr/local/include -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion -Wstrict-prototypes -Wredundant-decls -DOW_MT -g -O2 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/opt/owfs/lib -o .libs/owfs
owfs.o owfs_callback.o fuse_line.o -L/home/darryl/owfs-2.3p1/module/owlib/src/c -pthread /home/darryl/owfs-2.3p1/module/owlib/src/c/.libs/libow.so -L/usr/local/lib /usr/local/lib/libfuse.so -lpthread -Wl,--rpath -Wl,/opt/owfs/lib -Wl,--rpath -Wl,/usr/local/lib
/home/darryl/owfs-2.3p1/module/owlib/src/c/.libs/libow.so: undefined reference to `DS9490_enumerate'
collect2: ld returned 1 exit status
make[4]: *** [owfs] Error 1
make[4]: Leaving directory `/home/darryl/owfs-
2.3p1/module/owfs/src/c'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/darryl/owfs-2.3p1/module/owfs/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/darryl/owfs-
2.3p1/module/owfs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/darryl/owfs-2.3p1/module'
make: *** [all-recursive] Error 1
[EMAIL PROTECTED]:~/owfs-2.3p1$
Any clues?
--
http://randomthoughts.vandorp.ca
- [Owfs-developers] 2.2p1 compile problems Darryl
- Re: [Owfs-developers] 2.2p1 compile problems Paul Alfille