<div class="gmail_quote">On Wed, Feb 29, 2012 at 1:38 PM, Edward Brookhouse <span dir="ltr">&lt;<a href="mailto:ebroo@healthydirections.com">ebroo@healthydirections.com</a>&gt;</span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
Hi Everyone,<br>
<br>
I&#39;m trying to build SASL 2.1.25 on OSX 10.7.3 and I am getting an error in the make &quot;-install_name only allowed with -dynamiclib&quot;<br>
<br>
I see some others have had this issue posted to this list, but those posts suggest a bug was filed late in 2011 for this error, but I can&#39;t find the bug in Bugzilla?<br>
<br>
Reference:  <a href="http://www.spinics.net/lists/cyrus-sasl/msg01998.html" target="_blank">http://www.spinics.net/lists/cyrus-sasl/msg01998.html</a><br>
<br>
Any thoughts appreciated -<br></blockquote><div>Try checking out the CVS HEAD, as this issue might have been fixed. </div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">

<br>
Making all in include<br>
/bin/sh ../libtool   --mode=link gcc  -Wall -W -g -O2   -o makemd5.dSYM makemd5.o  -lresolv -lresolv<br>
gcc -Wall -W -g -O2 -o makemd5.dSYM makemd5.o -lresolv -lresolv<br>
Making all in sasldb<br>
ar cru .libs/libsasldb.a db_ndbm.o allockey.o<br>
Making all in plugins<br>
/bin/sh ../libtool   --mode=link gcc  -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -version-info 2:25:0  -o <a href="http://libsasldb.la" target="_blank">libsasldb.la</a>  sasldb.lo sasldb_init.lo plugin_common.lo ../sasldb/<a href="http://libsasldb.la" target="_blank">libsasldb.la</a>   -lresolv -lresolv<br>

rm -fr .libs/<a href="http://libsasldb.la" target="_blank">libsasldb.la</a> .libs/libsasldb.* .libs/libsasldb.*<br>
../libtool: line 2449: test: too many arguments<br>
gcc -bundle -undefined error -o .libs/<a href="http://libsasldb.2.0.25.so" target="_blank">libsasldb.2.0.25.so</a>  sasldb.lo sasldb_init.lo plugin_common.lo -all_load  ../sasldb/.libs/<a href="http://libsasldb.al" target="_blank">libsasldb.al</a>  -lresolv -lresolv -lresolv -lresolv -lc  -install_name  /usr/lib/sasl2/<a href="http://libsasldb.2.so" target="_blank">libsasldb.2.so</a><br>

i686-apple-darwin11-llvm-gcc-4.2: -install_name only allowed with -dynamiclib<br>
make[2]: *** [<a href="http://libsasldb.la" target="_blank">libsasldb.la</a>] Error 1<br>
make[1]: *** [all-recursive] Error 1<br>
make: *** [all] Error 2<br>
</blockquote></div><br>