Hi,
I tried to compile glusterfs mainline 2.5 patch 314.
I get the following errors:
...
mkdir .libs
gcc -fPIC -Wall -pthread -O3 -o .libs/glusterfs glusterfs.o
fuse-bridge.o fetch-spec.o fuse-extra.o /usr/lib/libfuse.so
../../libglusterfs/src/.libs/libglusterfs.so -ldl -lpthread
../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to
`yytext'
../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to `yyin'
../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to `yylex'
collect2: ld returned 1 exit status
make[2]: *** [glusterfs] Error 1
make[2]: Leaving directory
`/usr/src/gluster/glusterfs--mainline--2.5--patch-314/glusterfs-fuse/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/src/gluster/glusterfs--mainline--2.5--patch-314/glusterfs-fuse'
make: *** [all-recursive] Error 1
configure: # CFLAGS="-O3" ./configure --prefix=/usr --sysconfdir=/etc
--disable-server --disable-ibverbs
Thanks and regards
Urban