Re: 2.3.20 and ncurses

Avenger (asmlinkage@softhome.net)
Wed, 13 Oct 1999 20:34:26 +0530


On Wed, Oct 13, 1999 at 03:04:36AM -0500, Michael Elizabeth Chastain wrote:
> 2.3.20 checks for the existence of "libncurses" in a different way than
> 2.2.12. Try this on your system and let me know what it prints:
>
> echo "main() {}" > lxtemp.c
> gcc -lncurses lxtemp.c
>
> Also, what distribution are you using?
Hi there,
I am using Debian 2.1 with glibc 2.1.
The output of the program which you gave is as follows

$ gcc -lncurses lxtemp.c
/usr/bin/ld: cannot open -lncurses: No such file or directory
collect2: ld returned 1 exit status

regards
Avenger

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/