X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Harry J. Smith" Newsgroups: comp.os.msdos.djgpp Subject: trying to use apfloat with djgpp and rhide Lines: 42 Organization: Self-employed MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Message-ID: <09_Uf.59237$Jd.38103@newssvr25.news.prodigy.net> NNTP-Posting-Host: 69.224.17.181 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr25.news.prodigy.net 1143238332 ST000 69.224.17.181 (Fri, 24 Mar 2006 17:12:12 EST) NNTP-Posting-Date: Fri, 24 Mar 2006 17:12:12 EST X-UserInfo1: SCSYQNON]RTUSPLXZBITOFXBWR\HPCTL AT XT^OBPLAH[\RWICYFWUQBKZQLYJX\_ITFD_KFVLUN[DOM_A_NSYNWPFWNS[XV\I]PZ AT BQ[@CDQDPCL^FKCBIPC AT KLGEZEFNMDYMKHRL_YYYGDSSODXYN@[\BK[LVTWI AT AXGQCOA_SAH@TPD^\AL\RLGRFWEARBM Date: Fri, 24 Mar 2006 22:12:12 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am trying to use apfloat with djgpp and rhide, When I try to make the test program aptest I get: Creating: aptest.exe Error: aptest.o: In function `_Z8rnd2basem': aptest.cpp(54) Error: undefined reference to `_Basedigits' aptest.cpp(60) Error: undefined reference to `_Basedigits' Error: aptest.o: In function `_Z8rnd3basem': aptest.cpp(69) Error: undefined reference to `_Basedigits' aptest.cpp(77) Error: undefined reference to `_Basedigits' Error: aptest.o: In function `__static_initialization_and_destruction_0': aptest.cpp(289) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(289) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(289) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(289) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(289) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(289) Error: more undefined references to `apfloat::~apfloat()' fol Error: aptest.o: In function `_Z1qm': aptest.cpp(313) Error: undefined reference to `apfloat::apfloat(unsigned long aptest.cpp(316) Error: undefined reference to `apfloat::apfloat(apfloat const aptest.cpp(318) Error: undefined reference to `operator*(apfloat const&, apfl aptest.cpp(318) Error: undefined reference to `operator*(apfloat const&, apfl aptest.cpp(318) Error: undefined reference to `operator*(apfloat const&, apfl aptest.cpp(318) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(318) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(318) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(318) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(318) Error: undefined reference to `apfloat::~apfloat()' aptest.cpp(318) Error: more undefined references to `apfloat::~apfloat()' fol Error: aptest.o: In function `_Z1pm': ... -Harry