X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Message-Id: <4.2.0.58.20011204112907.019e92b8@ics.u-strasbg.fr> X-Sender: muller AT ics DOT u-strasbg DOT fr X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 04 Dec 2001 11:46:45 +0100 To: djgpp-workers AT delorie DOT com From: Pierre Muller Subject: GDB CVS build problems. Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp-workers AT delorie DOT com Trying to build GDB from CVS I ran into more problems: --First: go32-nat.c:496: undefined reference to `register_buffer' go32-nat.c use register_buffer which is only declared as a static function in regcache.c Thus build fails. (Or is there another register_buffer in the djgpp debug CVS dir ?) --Second: But I get more errors at link stage: As I have libintl.a installed, the configure uses it and I get undefined references to 'dgettext' because -lintl does not get added to the list of needed libs. --Third: If I add it manually with LOADLIBES=-lintl I still get an error: f:/djgpp2000/lib/libintl.a(dcigettext.o): In function `_nl_find_msg': dcigettext.c:872: undefined reference to `libiconv' f:/djgpp2000/lib/libintl.a(loadmsgcat.o): In function `_nl_init_domain_conv': loadmsgcat.c:301: undefined reference to `libiconv_open' f:/djgpp2000/lib/libintl.a(loadmsgcat.o): In function `_nl_free_domain_conv': loadmsgcat.c:331: undefined reference to `libiconv_close' Should I load yet another library? In which package can I find this library. Pierre Muller Institut Charles Sadron 6,rue Boussingault F 67083 STRASBOURG CEDEX (France) mailto:muller AT ics DOT u-strasbg DOT fr Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99