So, my problem is similar... only different: I'm on a Macbook Pro (Intel) running Leopard (10.5.1). I downloaded R12B, downloaded the patch, applied the patch and then tried the following:<br><br>./configure --enable-smp-support --enable-darwin-64bit<br>
<br>At the end of the run I get the following:<br><br>*********************************************************************<br>**********************  APPLICATIONS DISABLED  **********************<br>*********************************************************************<br>
<br>percept        : libgd not working<br><br>*********************************************************************<br><br>libgd is installed and seems to be working (after installing, I ran "gdtest test/gdtest.png" and got the expected results).<br>
<br>I think I may have two different versions of libgd installed: one in /usr/local/lib and one in /opt/local/lib.<br><br>I have checked the <a href="http://configure.in">configure.in</a> file and even changed the order of the paths on the "for dir in" line so that the /opt/local directory is checked first. Nothing seems to make a difference.<br>
<br>So, from the error message it seems that it is finding libgd but it is not working as configure expects?<br><br>Any help is greatly appreciated.<br><br>-Pablosan<br><br><div class="gmail_quote">On Dec 6, 2007 11:44 AM, Roberto Saccon <<a href="mailto:rsaccon@gmail.com">rsaccon@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">that seems to do the trick, thanks very much<br><div><div></div><div class="Wj3C7c"><br>On 05 Dec 2007 21:38:43 +0100, Bjorn Gustavsson <<a href="mailto:bjorn@erix.ericsson.se">bjorn@erix.ericsson.se</a>> wrote:<br>
> "Roberto Saccon" <<a href="mailto:rsaccon@gmail.com">rsaccon@gmail.com</a>> writes:<br>><br>> > bringing the discussion back to the list (it happens that people just<br>> > to reply to the sender):<br>
> ><br>> > Of course I also  tried with --prefix=/opt/local, unfortunately it<br>> > still doesn't find that libgd<br>><br>> --prefix specifies where you want Erlang/OTP installed; it is not<br>
> used searching for libs.<br>><br>> The configure script has an option specifying where gd is located;<br>> if gd really is install in /opt/local you could try this option:<br>><br>> --with-gd=/opt/local<br>
><br>> (I have not actually tested it; only looked in erts/configure.)<br>><br>> /Bjorn<br>><br>> --<br>> Björn Gustavsson, Erlang/OTP, Ericsson AB<br>> _______________________________________________<br>
> erlang-questions mailing list<br>> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>> <a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
><br><br><br><br></div></div>--<br><div class="Ih2E3d">Roberto Saccon<br><a href="http://rsaccon.com" target="_blank">http://rsaccon.com</a><br></div><div><div></div><div class="Wj3C7c">_______________________________________________<br>
erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br><a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>