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