<br>Hi psevdo, <br><br>&nbsp;&nbsp;&nbsp;&nbsp; your config.log is incomplete as i see you have given command line options <br>&nbsp;&nbsp;&nbsp;&nbsp; ./configure -enable-fuse-client , whereas you don&#39;t have fuse under the standard <br>&nbsp;&nbsp;&nbsp;&nbsp; paths, please set the LDFLAGS properly to point if you have fuse installed. <br>
&nbsp;&nbsp;&nbsp;&nbsp; Or just type &quot;./configure&quot; and send me config.log <br>&nbsp;&nbsp;&nbsp; <br>Regards<br><div class="gmail_quote">On Thu, Dec 4, 2008 at 8:41 PM,  <span dir="ltr">&lt;<a href="mailto:psevdo@zond.org">psevdo@zond.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">config.log in attachment<br>
/usr/ports/devel/libexecinfo already installed<br>
<br>
2008/12/4 Harshavardhana Ranganath &lt;<a href="mailto:harsha@zresearch.com">harsha@zresearch.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Hi Psevdo,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;can you please paste your config.log or attach it as config.txt from<br>
&gt; the &quot;./configure&quot;<br>
&gt; &nbsp; &nbsp; &nbsp;output. Also check if you have installed &quot;execinfo&quot; library from<br>
&gt; FreeBSD ports.<br>
&gt;<br>
&gt; Regards<br>
&gt; On Thu, Dec 4, 2008 at 11:45 AM, &lt;<a href="mailto:psevdo@zond.org">psevdo@zond.org</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; glusterfs-1.4.0pre13<br>
&gt;&gt; freebsd 7.0<br>
&gt;&gt;<br>
&gt;&gt; i have this error during compiling:<br>
&gt;&gt;<br>
&gt;&gt; Making all in src<br>
&gt;&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I../.. &nbsp; &nbsp; -fPIC -Wall<br>
&gt;&gt; -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_BSD_HOST_OS<br>
&gt;&gt; -I../../libglusterfs/src -DDATADIR=\&quot;/usr/local/var\&quot;<br>
&gt;&gt; -DCONFDIR=\&quot;/usr/local/etc/glusterfs\&quot; -I../../argp-standalone -O0 -g<br>
&gt;&gt; -DDEBUG -I/usr/local/include/ -MT glusterfs.o -MD -MP -MF<br>
&gt;&gt; &quot;.deps/glusterfs.Tpo&quot; -c -o glusterfs.o glusterfs.c; &nbsp;then mv -f<br>
&gt;&gt; &quot;.deps/glusterfs.Tpo&quot; &quot;.deps/glusterfs.Po&quot;; else rm -f<br>
&gt;&gt; &quot;.deps/glusterfs.Tpo&quot;; exit 1; fi<br>
&gt;&gt; if gcc -DHAVE_CONFIG_H -I. -I. -I../.. &nbsp; &nbsp; -fPIC -Wall<br>
&gt;&gt; -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_BSD_HOST_OS<br>
&gt;&gt; -I../../libglusterfs/src -DDATADIR=\&quot;/usr/local/var\&quot;<br>
&gt;&gt; -DCONFDIR=\&quot;/usr/local/etc/glusterfs\&quot; -I../../argp-standalone -O0 -g<br>
&gt;&gt; -DDEBUG -I/usr/local/include/ -MT fetch-spec.o -MD -MP -MF<br>
&gt;&gt; &quot;.deps/fetch-spec.Tpo&quot; -c -o fetch-spec.o fetch-spec.c; &nbsp;then mv -f<br>
&gt;&gt; &quot;.deps/fetch-spec.Tpo&quot; &quot;.deps/fetch-spec.Po&quot;; else rm -f<br>
&gt;&gt; &quot;.deps/fetch-spec.Tpo&quot;; exit 1; fi<br>
&gt;&gt; /usr/local/bin/bash ../../libtool --tag=CC --mode=link gcc -fPIC -Wall<br>
&gt;&gt; -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_BSD_HOST_OS<br>
&gt;&gt; -I../../libglusterfs/src -DDATADIR=\&quot;/usr/local/var\&quot;<br>
&gt;&gt; -DCONFDIR=\&quot;/usr/local/etc/glusterfs\&quot; -I../../argp-standalone -O0 -g<br>
&gt;&gt; -DDEBUG -I/usr/local/include/ &nbsp; -L/usr/local/lib -liconv -o glusterfs<br>
&gt;&gt; -rdynamic &nbsp;glusterfs.o fetch-spec.o<br>
&gt;&gt; ../../libglusterfs/src/<a href="http://libglusterfs.la" target="_blank">libglusterfs.la</a> ../../argp-standalone/libargp.a<br>
&gt;&gt; -lpthread<br>
&gt;&gt; mkdir .libs<br>
&gt;&gt; gcc -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DGF_BSD_HOST_OS<br>
&gt;&gt; -I../../libglusterfs/src -DDATADIR=\&quot;/usr/local/var\&quot;<br>
&gt;&gt; -DCONFDIR=\&quot;/usr/local/etc/glusterfs\&quot; -I../../argp-standalone -O0 -g<br>
&gt;&gt; -DDEBUG -I/usr/local/include/ -o .libs/glusterfs -rdynamic glusterfs.o<br>
&gt;&gt; fetch-spec.o &nbsp;-L/usr/local/lib<br>
&gt;&gt; ../../libglusterfs/src/.libs/libglusterfs.so<br>
&gt;&gt; /usr/local/lib/libiconv.so -lfl ../../argp-standalone/libargp.a<br>
&gt;&gt; -lpthread &nbsp;-Wl,--rpath -Wl,/usr/local/lib<br>
&gt;&gt; ../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to<br>
&gt;&gt; `backtrace&#39;<br>
&gt;&gt; ../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to<br>
&gt;&gt; `backtrace_symbols_fd&#39;<br>
&gt;&gt; *** Error code 1<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Somebody know how to fix it?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Gluster-devel mailing list<br>
&gt;&gt; <a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
&gt;&gt; <a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Harshavardhana<br>
&gt; [y4m4 on #<a href="mailto:gluster@irc.freenode.net">gluster@irc.freenode.net</a>]<br>
&gt; &quot;Samudaya TantraShilpi&quot;<br>
&gt; Z Research Inc - <a href="http://www.zresearch.com" target="_blank">http://www.zresearch.com</a><br>
&gt;<br>
&gt;<br>
</div></div><br>_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Harshavardhana<br>[y4m4 on #<a href="mailto:gluster@irc.freenode.net">gluster@irc.freenode.net</a>]<br>&quot;Samudaya TantraShilpi&quot;<br>Z Research Inc - <a href="http://www.zresearch.com">http://www.zresearch.com</a><br>
<br>