lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV still can't get ./configure to work (lynx2.7.1ac-0.12.tar.gz)


From: Nelson Henry Eric
Subject: LYNX-DEV still can't get ./configure to work (lynx2.7.1ac-0.12.tar.gz)
Date: Sat, 26 Apr 1997 16:25:19 +0900 (JST)

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.

Rather than or in addition to --with-screen=slang could there
be a switch to set the location of the oddball header files
and libraries.  Something like --prefix-slang=/home/nelsonhe/.slang,
which would prefix this to SLANGINC = -I$(SLANG_PRE)/src and
SLANGLIB = -L$(SLANG_PRE)/lib as in the existent Makefile?
 
__Henry
;
; 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]