Re: 2.3.20 and ncurses

Michael Elizabeth Chastain (mec@shout.net)
Wed, 13 Oct 1999 11:21:14 -0500


Hi Avenger,

> 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

Ok, how about this:

echo "main() {}" > lxtemp.c
gcc lxtemp.c -lncurses

Michael

-
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/