This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: error during configure/make sequence on GDB-CVS sources at Mac OS X
Am 23.04.2008 um 17:55 schrieb Daniel Jacobowitz:
On Wed, Apr 23, 2008 at 05:46:51PM -0300, Dr. Rolf Jansen wrote:
I was talking about both.
Weekly snapshots
gdb-6.8.50.20080408: build completes successfully
gdb-6.8.50.20080415: build breaks
gdb-6.8.50.20080421: build breaks
Strange. The Makefile.in is in the snapshot tarballs. If it stays
broken, please let us know.
From the sourceware.org ftp server, I downloaded again the following
tarballs:
16417037 7 Apr 22:52 gdb-weekly-6.8.50.20080408.tar.bz2
16495321 14 Apr 22:52 gdb-weekly-6.8.50.20080415.tar.bz2
16527380 21 Apr 22:52 gdb-weekly-6.8.50.20080422.tar.bz2
15745329 21 Apr 22:53 gdb-weekly-CVS-6.8.50.20080422.tar.bz2
I unpacked each of them and tried to build again:
gdb-6.8.50.20080408: build completes successfully
gdb-6.8.50.20080415: build breaks
gdb-6.8.50.20080422: build breaks
gdb-CVS-6.8.50.20080422: build completes successfully
However, the build errors in the given cases were different than I
said in my original post:
shortly after configure gdb:
/bin/sh: ../../../gdb-6.8.50.20080415/gdb/../depcomp: No such file or
directory
make[5]: *** [dummy.o] Error 127
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
/bin/sh: ../../../gdb-6.8.50.20080422/gdb/../depcomp: No such file or
directory
make[5]: *** [dummy.o] Error 127
make[4]: *** [all] Error 2
make[3]: *** [subdir_do] Error 1
make[2]: *** [all-lib] Error 2
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
Best regards
Rolf Jansen