This is the mail archive of the gdb@sourceware.org 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: error during configure/make sequence on GDB-CVS sources at Mac OS X


On Wed, Apr 23, 2008 at 04:53:57PM -0300, Dr. Rolf Jansen wrote:
> Building the current CVS (from today, 2008-04-23) stops during configure 
> of src/gdb with the following error:
>
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating .gdbinit
> config.status: creating gnulib/Makefile
> config.status: error: cannot find input file: gnulib/Makefile.in
> make[1]: *** [configure-gdb] Error 1
> make: *** [all] Error 2

Are you building from snapshot tarballs or from a CVS checkout?  Looks
like CVS, and you didn't get the new gnulib directory.  Use cvs co
to update, not cvs up.

-- 
Daniel Jacobowitz
CodeSourcery


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