Re: Newbie link problem: Error 1
Urs Janßen <[email protected]>
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 22, 2003 at 04:24:36PM -0800, [email protected] wrote: > > perhaps you have only the runtime (dll's) installed, and not > > libncurses-devel (which would have the import-libraries and header > > files). > > > > The latter has for instance /usr/include/ncurses/curses.h, and > > /usr/lib/libncurses.a > > I take it that the runtime libraries are not sufficient, that the no you also need the related header-files as I've allready told you: | you don't have a screen library (i.e. ncurses (you also need the | related headers, not only the library)) installed. again the > sources must be linked directly during make? Or should it be able to > use the runtime library somehow? to uses the runtime library tin must be linked against it. and for propper linking the compiler need the related header-files.