From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Diamand To: STEPHANE.S.P.PERIO@tts.thomson.fr Cc: gnu-win32@cygnus.com (Receipt Notification Requested) Subject: Building GDB problem Date: Wed, 06 Aug 1997 10:37:00 -0000 Message-id: <199708061714.SAA31728@inkcap.atml.co.uk> References: <2200011106081997/A04771/INDRE/11B832C03900*> <@MHS> X-SW-Source: 1997-08/msg00117.html Hi! STEPHANE.S.P.PERIO@tts.thomson.fr writes: > Hi, > I apologize if this is an FAQ, but i see nothing about that in the mailing > lists. > I'm using gnu win32 b18 on NT 4.0 SP3 and i failed to build GDB. > Under bash, in the directory my-gdb, i run ../gdb/configure and it recognized > correctly the i386-pc-cygwin32 environment. I think your problem is that in order to build gdb, you also need to have already built bfd, mmalloc, readline, and various other bits and bobs. The simplest thing to do is to build the whole lot in one go - it takes a long time and a lot of disk space but is easier all round. You want to say: % mkdir /gnuwin32/b18/build % cd /gnuwin32/b18/build % ../cdk/configure % make Cheers! Luke Diamand -- Advanced Telecommunications Modules Ltd Cambridge - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request@cygnus.com" with one line of text: "help".