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]

Re: fresh checkout configure error


On Sun, May 22, 2005 at 04:56:47PM -0400, Bob Rossi wrote:
> 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?

Um, I think you're running the wrong configure file.  Go up one level.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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