X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Harry J. Smith" Newsgroups: comp.os.msdos.djgpp References: <09_Uf.59237$Jd DOT 38103 AT newssvr25 DOT news DOT prodigy DOT net> <48kp1eFk4nrjU2 AT news DOT dfncis DOT de> <48ma11Fkoa36U3 AT news DOT dfncis DOT de> <1zoVf.5177$4L1 DOT 3859 AT newssvr11 DOT news DOT prodigy DOT com> <44263FA3 DOT 7040501 AT iki DOT fi> Subject: Re: trying to use apfloat with djgpp and rhide Lines: 17 Organization: Self-employed MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: NNTP-Posting-Host: 69.224.17.181 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr13.news.prodigy.com 1143389291 ST000 69.224.17.181 (Sun, 26 Mar 2006 11:08:11 EST) NNTP-Posting-Date: Sun, 26 Mar 2006 11:08:11 EST X-UserInfo1: FKPGGZODFJUAB\HXFBCBNWX AT RJ_XPDLMN@GZ_GYO^RR AT ETUCCNSKQFCY@TXDX_WHSVB]ZEJLSNY\^J[CUVSA_QLFC^RQHUPH[P[NRWCCMLSNPOD_ESALHUK AT TDFUZHBLJ\XGKL^NXA\EVHSP[D_C^B_^JCX^W]CHBAX]POG AT SSAZQ\LE[DCNMUPG_VSC AT VJM Date: Sun, 26 Mar 2006 16:08:11 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Andris Pavenis" wrote in message news:44263FA3 DOT 7040501 AT iki DOT fi... > You don't normally need to add object files to RHIDE linker options. > It's best to add sources to project. You can also add object files to the > RHIDE project , if You don't have sources. Also it is possible to > create a separate project for apfloat which builds object library > (like apfloat.a), add this project to Your one and additionally add > the this library to the list of libraries to link with. > > Andris I changed the list of object files in the RHIDE linker options to the single item apfloat.a and it works fine. This is a much better solution, thanks. -Harry