This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: compiler problem - curses.h
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: Reed Sekiya <rsekiya at spectra dot eng dot hawaii dot edu>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 17 Oct 2002 23:08:31 +0200
- Subject: Re: compiler problem - curses.h
- References: <Pine.GSO.4.21.0210171033440.22018-100000@spectra.eng.hawaii.edu>
- Reply-to: bjensen at fastmail dot fm
Hi Reed,
Are you really only including the library
header and not linking with the library
itself? You are lacking a -lcurses option
to gcc in the two listed cases for sure.
Yours sincerely,
Bjorn