Hide Forgot
Under OSX 10.7 Lion, compiling from source: ld: duplicate symbol _volname in .libs/marker-quota.o and .libs/marker.o for architecture x86_64 Seems to have something with an the char array volname being defined in marker-quota.h and then included in multiple files.
Can you provide the glusterfs version that you are using?
Shoot, sorry: 3.2.2
I have the same issue with Mac OS X 10.6.8 (10K549). I tested several versions from gluster 3.1.x, 3.2.x and the latest beta. The error ist still the same. gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/marker.0.so -bundle .libs/marker.o .libs/marker-quota.o .libs/marker-quota-helper.o .libs/marker-common.o ../../../../libglusterfs/src/.libs/libglusterfs.0.0.0.dylib -lfl -lpthread ld: duplicate symbol _k in .libs/marker-quota.o and .libs/marker.o collect2: ld returned 1 exit status
Looks like there is a fix within Bug 2966