lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Problem finding INTLLIB on OSX


From: Thomas Dickey
Subject: Re: [Lynx-dev] Problem finding INTLLIB on OSX
Date: Sun, 11 Jan 2009 15:55:31 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

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)

        ifelse($2,,LDFLAGS,$2)="-L$cf_add_libdir $ifelse($2,,LDFLAGS,[$]$2)"
                                                 ^ (here)

The quick fix is to remove the spurious dollar-sign from the indicated line of
the configure script (line 7523).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net





reply via email to

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