[erlang-questions] clarify: R12B-0 on mac: which libgd for installing percept ?

Bjorn Gustavsson bjorn@REDACTED
Wed Dec 5 21:38:43 CET 2007


"Roberto Saccon" <rsaccon@REDACTED> writes:

> bringing the discussion back to the list (it happens that people just
> to reply to the sender):
> 
> Of course I also  tried with --prefix=/opt/local, unfortunately it
> still doesn't find that libgd

--prefix specifies where you want Erlang/OTP installed; it is not
used searching for libs.

The configure script has an option specifying where gd is located;
if gd really is install in /opt/local you could try this option:

--with-gd=/opt/local

(I have not actually tested it; only looked in erts/configure.)

/Bjorn

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB



More information about the erlang-questions mailing list