lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV problems compiling lynx2.7ac-0.38


From: Laura Eaves
Subject: Re: LYNX-DEV problems compiling lynx2.7ac-0.38
Date: Wed, 9 Apr 1997 11:36:12 -0400 (EDT)

> From: "T.E.Dickey" <address@hidden>
> Date: Tue, 8 Apr 1997 21:03:12 -0400 (EDT)
>...
> > Re: lynx2.7ac-0.38.  I'm on sunos4.1.3, compiling with gcc2.7.2.
> > 
> > The configure script stopped with an error when it could not find
> > the slang header file.  No makefile was produced.  How do you specify
> > where header files are when doing --with-screen=slang?
> if they're not in /usr/include or /usr/local/include, I'd set environment
> variables (this, btw, applies to all scripts based on autoconf):
>
>       CPPFLAGS="-I/bogus/include" \
>       LIBS="-L/bogus" \
>       configure --with-screen=slang

I'm on bsdi...
I tried
        CPPFLAGS="-I$HOME/slang/include" \
        LIBS="-L$HOME/slang/lib" \
        configure --with-screen=slang
and it still failed:
> ...
> checking for slang header file... configure: error: not found
--le
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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