lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV still can't get ./configure to work (lynx2.7.1ac-0.12.tar.g


From: Laura Eaves
Subject: Re: LYNX-DEV still can't get ./configure to work (lynx2.7.1ac-0.12.tar.gz)
Date: Sat, 26 Apr 1997 06:11:57 -0400 (EDT)

> Date: Sat, 26 Apr 1997 16:25:19 +0900 (JST)
> From: Nelson Henry Eric <address@hidden>
>
> I'm getting to feel like a broken record, but if I set the
> environment variables to find the slang header and library,
> then gcc2.7.2 no longer works.  If I don't set CPPFLAGS or
> LIBS, then configure stops of course because it can't find
> slang.h.  It's a catch 22.  On sunos4.1.3.
>
> > % setenv CPPFLAGS "-I/home/nelsonhe/.slang/src"
> > % setenv LIBS "-L/home/nelsonhe/.slang/lib"
> > % configure --with-screen=slang
> > 
> > loading cache ./config.cache
> > checking for gcc... gcc
> > checking whether the C compiler (gcc  ) works... no
> > configure: error: installation or configuration problem: C compiler
> > cannot create executables.

I went over to a sun4 machine and tried
        CPPFLAGS=-I$HOME/slang/include \
        LIBS\-L$HOME/slang/lib \
        configure --with-screen=slang --prefix=$HOME
It configured and built fine.
Could it have something to do with the fact that you're loading an existing
cache?  Someone once told me to remove config.cache + soe other files before
configuring.
Could it also have something to do with the shell you're using?
i use ksh, which doesn't have a setenv command.
--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]