lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev includes with ssl patch


From: dickey
Subject: Re: lynx-dev includes with ssl patch
Date: Thu, 4 Mar 1999 16:06:37 -0500 (EST)

> 
> When I configure as follows: 
>  
> CFLAGS="-g -I$HOME/slang/include -I$HOME/ssl/include" \ 
> LIBS="-L$HOME/slang/lib -L$HOME/ssl/lib" \ 
> configure --with-screen=slang --prefix=$HOME \ 
>       --enable-persistent-cookies --enable-debug 
>  
> I get hte following in my build: 

yes - CFLAGS and LIBS are (by convention) left on the right of the list.
The instructions for building with ssl require you to modify the generated
makefile.
  
> ... 
> cd WWW/Library/unix && make CC="gcc" \ 
>       LY_CFLAGS="-g -I/intac/u4/leaves/slang/include 
> -I/intac/u4/leaves/ssl/include -DBSDI " \ 
>       CPPFLAGS="" \ 
>       LYFLAGS="-I/usr/local/ssl/include -DUSE_SSL " 
> ... 
> gcc -DHAVE_CONFIG_H  -I/usr/local/ssl/include -DUSE_SSL  -I../../.. 
> -I../../../src -I../../../intl -I../../.. -I../../../src -I../../../intl 
> -I../../../WWW/Library/Implementation -g -I/intac/u4/leaves/slang/include 
> -I/intac/u4/leaves/ssl/include -DBSDI  -I/usr/local/ssl/include -DUSE_SSL   
> -I../../../WWW/Library/Implementation/ -DXMOSAIC_HACK -DACCESS_AUTH  -c  
> ../../../WWW/Library/Implementation/HTParse.c 
> ... 
>  
> In short, -I/usr/local/ssl/include 
> appears before -I$HOME/ssl/include 
>  
> Of course /usr/local/ssl/include is nonexistent on my machine, 
> but if it did exist I'm afraid my build would erroneously include 
> the wrong ssl headers. 
>  
> Thought I'd mention it. 
> --le 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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