From: cdamond AT uclink2 DOT berkeley DOT edu Newsgroups: comp.os.msdos.djgpp Subject: Re: linking problem: lib(n)curses? Date: 11 Dec 1996 00:39:17 GMT Organization: I need to put my ORGANIZATION here. Lines: 12 Message-ID: <58kvrl$df8@agate.berkeley.edu> NNTP-Posting-Host: beshaba.hip.berkeley.edu Originator: lucifer AT agate DOT berkeley DOT edu DJ-Gateway: from newsgroup comp.os.msdos.djgpp Apparently-To: djgpp AT delorie DOT com >Many of the modules require lib(n)curses.a to link, but I discovered that >if I just put -lncurses on the command line, the linker go32gcc calls >doesn't find it in /usr/lib, so I added a link to that in the go32/lib >directory. Now it finds it, but I still get undefined references to all >my curses function calls. Anyone know why? > a p.s.: I realize this is a hopelessly naive question, I imagine you can't just use regular old elf archives in a coff format, but I hold out hope that I don't need a coff-compiled libncurses. Tx again ;)