fresh checkout configure error

Daniel Jacobowitz drow@false.org
Sun May 22 21:56:00 GMT 2005


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



More information about the Gdb mailing list