pdf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pdf-devel] [PATCH] Fix compilation on Open/FreeBSD


From: jemarch
Subject: Re: [pdf-devel] [PATCH] Fix compilation on Open/FreeBSD
Date: Thu, 04 Sep 2008 00:03:09 +0200
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

   >    See attached for config.log. I tried fighting with AC_CHECK_LIB and
   >    it seemed to believe it couldn't do whatever it was trying. I'm no
   >    autotools expert so maybe I missed something.
   > 
   > The configure script is not able to find libiconv. Where is that
   > library installed in your system?
   > 

   That much I could tell. libiconv is in /usr/local/ and thats why I have the 
   "-L/usr/local/lib -I/usr/local/include" and it still fails. No idea why.

Try with:

 ./configure --blahblah  LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include





reply via email to

[Prev in Thread] Current Thread [Next in Thread]