[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV lynx2.7.1ac-0.61 bug
From: |
JHB NIJHOF |
Subject: |
Re: LYNX-DEV lynx2.7.1ac-0.61 bug |
Date: |
Thu, 11 Sep 1997 10:14:38 +0100 |
> > When I just tried to compile lynx on a Sun under Solaris 2.5,
> > the last step failed: -lsocket and -lnsl were missing.
> > I am not quite sure wether both are needed, but adding
> > RESOLVLIB= -lsocket -lnsl
> > to makefile did the trick.
> >
> > Yours,
> >
> > Jeroen Nijhof
> >
> > (I am not subscribed to the list, by the way)
>
> There still seems to be a problems with configure's caching. I just ran
> the following sequence (but on lynx2.7.1ac-0.63)
>
> make distclean
> CFLAGS="-g -DLYNXCGI_LINKS" ./configure --enable-debug --enable-warnings \
> --prefix=$HOME
> make
> # make does its thing successfully
> #
> # note no 'make clean' here, then:
> #
> CFLAGS="-g -DLYNXCGI_LINKS" ./configure --enable-debug --enable-warnings \
> --prefix=$HOME
> make
> # make only tries to do again the linking stage, but without the libs,
> # and fails.
That might have been the problem: I changed my mind about
the installation directories, so I ran configure twice
Jeroen Nijhof
;
; To UNSUBSCRIBE: Send a mail message to address@hidden
; with "unsubscribe lynx-dev" (without the
; quotation marks) on a line by itself.
;