On 4/15/06, Jacob Meuser <[EMAIL PROTECTED]> wrote:
> On Thu, Apr 13, 2006 at 02:20:35PM +0900, TAKAHASHI Tamotsu wrote:
> > Nevermind, this is just a warning.
> > If you are using SCIM with no problem, there's no problem.
>
> in this case, it is not a problem because -liconv is already
> part of the link command.  if -liconv weren't aleady in the
> link command, then there would be a problem, because libtool
> will _not_ link a static library into a shared object.

Thanks for the information.

> it would be best to change '/usr/local/lib/libiconv.a' to
> '-L/usr/local/lib -liconv'.  presumably, this is coming from some
> configure generated variable, but I have not looked at this port.

AFAIK, all you can do is to use
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -liconv"
in the port's Makefile.

--
tamo

Reply via email to