lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV lynx and slang


From: Laura Eaves
Subject: Re: LYNX-DEV lynx and slang
Date: Mon, 21 Apr 1997 18:48:11 -0400 (EDT)

> Date: Mon, 21 Apr 1997 19:26:51 -0200
> From: address@hidden
>...
> what's wrong because:
>
> LYUtils.o: In function `size_change':
> LYUtils.o(.text+0x1b38): undefined reference to `SLtt_get_screen_size'
> make[1]: *** [lynx] Error 1
> make[1]: Leaving directory `/usr/src/lynx2-7-1/src'
> make: *** [linux-slang] Error 2

I had no trouble building linux-slang.
The relevant changes I made to my Makefile were:

79a80,81
> SLANGINC = -I/home/leaves/slang/include# location of slang.h and slcurses.h
> SLANGLIB = -L/home/leaves/slang/lib#  location of libslang.a
274c276
< SITE_DEFS = $(DIR_DEFS) # Your defines here
---
> SITE_DEFS = $(DIR_DEFS) -DUSE_SLANG # Your defines here (remove the "#")

Did you add -DUSE_SLANG to SITE_DEFS?
--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]