lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV test for SLtt_get_screen_size


From: Nelson Henry Eric
Subject: Re: LYNX-DEV test for SLtt_get_screen_size
Date: Sat, 4 Oct 1997 08:38:26 +0900 (JST)

> > something that seems odd.  I would think the first place to look
> > for SLtt_get_screen_size would be in libslang.a, and if it's not
> > there, give up, but of course I have no idea what the logic of
> > autoconf scripts is like.  Anyway, FWIW:
> > 
> > checking for SLtt_get_screen_size... no
> It does this check first, in case you have predefined libslang in $LIBS.
> That's supposed to override the default location, so it's checked first.

Perhaps my post was worthwhile, because I DO have the path to libslang.a
predefined in $LIBS.  That is, before running configure I do:
setenv CPPFLAGS "-I$HOME/.slang/src -I$HOME/.usr/include"
setenv LIBS "-L$HOME/.slang/lib -L$HOME/.usr/lib",
and the output to the display when configure checks for libslang itself
says "predefined".  If I understand correctly what you are saying, the
first test should succeed (say "yes") and not have to go to the second
test.  Having to go to a second test is exactly what seemed "odd" to me.
(It's almost as if the tests were reversed.)

__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]