On Sun, Jan 11, 2009 at 12:00:17PM -0800, José H. Espinosa wrote:
Hi all,
I am trying to compile lynx 2.8.7dev12 on the Mac OSX 10.4 under
fink,
but I am not finding INTLLIB.
The configure script parameters that I am using are:
../configure --prefix=/sw --enable-nls --with-screen=ncurses --
disable-
full-paths --enable-file-upload --enable-internal-links --libdir=/
sw/lib
--mandir=/sw/share/man --sysconfdir=/sw/etc --enable-persistent-
cookies
--with-ssl=/sw/lib/system-openssl
This runs OK, then I run 'make' but when it is trying to create
the lynx
executable I get the following error:
I see it's a typo:
INTLLIBS="-L$cf_add_libdir $$INTLLIBS"
^ (extra dollar sign)
The quick fix is to remove the spurious dollar-sign from the
indicated line of
the configure script (line 7523).