This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Building GDB problem


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]