From: "Luiz Rafael Culik Guimaraes" Newsgroups: comp.os.msdos.djgpp References: <5PzP6.1271$bt DOT 5546 AT newsfeed DOT slurp DOT net> <3B0ECC69 DOT A98EE83C AT phekda DOT freeserve DOT co DOT uk> Subject: Re: Help with linking Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Fri, 25 May 2001 21:30:15 -0300 NNTP-Posting-Host: 200.215.212.230 X-Trace: newsfeed.slurp.net 990836852 200.215.212.230 (Fri, 25 May 2001 19:27:32 CDT) NNTP-Posting-Date: Fri, 25 May 2001 19:27:32 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Dear Friend > > That is your problem - '-lpp' will look for libpp.a, so you need to rename > the libraries like this: > > c:/djgpp/lib/pp.a -> libpp.a > c:/djgpp/lib/common.a -> libcommon.a Thanks for the help Regards Luiz Rafael Culik