From: Martin Str|mberg Subject: Re: PDCurses problems.. Newsgroups: comp.os.msdos.djgpp References: <1040797576 DOT 7324 DOT 19 DOT camel AT first> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1040818348.754035@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 25 Dec 2002 12:12:28 GMT Lines: 12 NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1040818348 news.luth.se 59763 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eric Newton wrote: : #djgpp -lpdcurses test.cpp -o test.exe That's a weird name for the compiler. What's wrong with djgpp-gcc or djgpp-gpp or something a little more obvious? Anyway you need to sort out your link order. Libraries goes last. Right, MartinS