This is the mail archive of the gdb-prs@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]

build/2464: Build fails on OSX Leopard


>Number:         2464
>Category:       build
>Synopsis:       Build fails on OSX Leopard
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 05 21:48:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     david.lindsay.green@gmail.com
>Release:        unknown-1.0
>Organization:
>Environment:
OSX Leopard 10.5.2 i386-apple-darwin9.2.2
>Description:
Running ./configure and subsequent make in the top level folder does not produce errors but also does not make a gdb executable at gdb/gdb. The make finishes with 

...
ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o compat.o xmalloc.o history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o tilde.o 
test -n "ranlib" && ranlib libreadline.a
rm -f libhistory.a
ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o mbutil.o xmalloc.o
test -n "ranlib" && ranlib libhistory.a
make[1]: Nothing to be done for `all-target'.

./gdb/gdb
-bash: ./gdb/gdb: No such file or directory

entering the gdb directory and running ./configure gives 

checking for cygwin... rm: conftest.dSYM: is a directory
no
checking for ELF support in BFD... no
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
configure: error: "*** Gdb does not support native target i386-apple-darwin9.2.2"

Same result for 6.8, current CVS and latest snapshot.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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