Thank you! The correct path ended up being /opt/local. So --with-gd=/opt/local did the trick. I'm not sure why I didn't see that in the help... Maybe it was due to working late at night when very tired... nah... couldn't be! ;-)<br>
<br><div class="gmail_quote">On Jan 26, 2008 9:51 PM, Roger Critchlow <<a href="mailto:rec@elf.org">rec@elf.org</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;">
Try supplying<br><br>  --with-gd=PATH          specify location of libgd include and lib<br><br>as an additional option to configure, substituting one or another of<br>your libgd directories for PATH.<br><br>Running<br><br>
  ./configure --help<br><br>will generally list these kinds of options.<br><br>-- rec --<br><br>2008/1/26 Paul Nelson <<a href="mailto:pablosan@salientblue.com">pablosan@salientblue.com</a>>:<br><div><div></div><div class="Wj3C7c">
> So, my problem is similar... only different: I'm on a Macbook Pro (Intel)<br>> running Leopard (10.5.1). I downloaded R12B, downloaded the patch, applied<br>> 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<br>> test/gdtest.png" and got the expected results).<br>><br>> I think I may have two different versions of libgd installed: one in<br>
> /usr/local/lib and one in /opt/local/lib.<br>><br>> I have checked the <a href="http://configure.in" target="_blank">configure.in</a> file and even changed the order of the paths<br>> on the "for dir in" line so that the /opt/local directory is checked first.<br>
> Nothing seems to make a difference.<br>><br>> So, from the error message it seems that it is finding libgd but it is not<br>> working as configure expects?<br>><br>> Any help is greatly appreciated.<br>
><br>> -Pablosan<br>><br>> On Dec 6, 2007 11:44 AM, Roberto Saccon <<a href="mailto:rsaccon@gmail.com">rsaccon@gmail.com</a>> wrote:<br>><br>> > that seems to do the trick, thanks very much<br>> ><br>
> ><br>> ><br>> ><br>> > On 05 Dec 2007 21:38:43 +0100, Bjorn Gustavsson <<a href="mailto:bjorn@erix.ericsson.se">bjorn@erix.ericsson.se</a>><br>> 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>> > --<br>> ><br>> > Roberto Saccon<br>> > <a href="http://rsaccon.com" target="_blank">http://rsaccon.com</a><br>> ><br>> ><br>
> ><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>> 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></div></div></blockquote></div><br>