This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fresh checkout configure error


Hi folks,

If I do a fresh checkout like,
  cvs -d ':ext:bobbybrasko@sources.redhat.com:/cvs/src' co gdb+dejagnu

Then do a configure from out of the source tree like so, 
   $ ../src/gdb/configure
the configure part works fine, but when I try to build, I get.
   $ make 
   CONFIG_HEADERS=config.h:config.in /bin/sh config.status
   config.status: creating Makefile
   config.status: creating .gdbinit
   config.status: creating config.h
   config.status: config.h is unchanged
   config.status: linking ../src/gdb/config/i386/tm-linux.h to tm.h
   config.status: linking ../src/gdb/config/i386/nm-linux.h to nm.h
   config.status: executing default commands
   make: *** No rule to make target `../bfd/bfd.h', needed by `gdb.o'.
   Stop.

Any suggestions?

Thanks,
Bob Rossi


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