I know this has been asked here before, but I'm hitting a wall. I'm
having trouble compiling gluster on a pretty vanilla centos x86_64
installation. I have both yacc and bison installed and liby.a sitting in
/usr/local/lib/liby.a and /usr/lib64/liby.a
.confiure works like a charm.
the error I get looks like:
gcc -fPIC -Wall -g -O2 -o .libs/glusterfs glusterfs.o fuse-bridge.o
fuse-internals.o ../../libglusterfs/src/.libs/libglusterfs.so -libverbs
-lfuse -ldl -lpthread -Wl,--rpath -Wl,/usr/local/lib
../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to `yyin'
../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to `yylex'
Any thoughts would be greatly appreciated.
Thanks!
-Mic