[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make bootstrap fails
From: |
Emacs-Hacker |
Subject: |
make bootstrap fails |
Date: |
Sat, 29 Oct 2005 12:53:40 -0400 (EDT) |
The latest CVS version of emacs fails to build on MacOS 10.4.2 (the problem
might not be OS X specific, though).
Full transcript at
http://jovi.net/emacs-make-bootstrap-failure.wall
$ cvs update -P -d
$ make distclean
$ ./configure --enable-carbon-app --without-x
$ make bootstrap
...
gcc -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad
-Xlinker 690 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o window.o
charset.o coding.o category.o ccl.o cm.o term.o xfaces.o emacs.o keyboard.o
macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o
regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o
print.o lread.o abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o
composite.o md5.o mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o
fringe.o image.o terminfo.o lastfile.o -lncurses
ld: warning multiple definitions of symbol _PC
terminfo.o definition of _PC in section (__DATA,__common)
/usr/lib/libncurses.dylib(lib_tputs.o) definition of _PC
ld: warning multiple definitions of symbol _UP
terminfo.o definition of _UP in section (__DATA,__common)
/usr/lib/libncurses.dylib(lib_termcap.o) definition of _UP
ld: warning multiple definitions of symbol _BC
terminfo.o definition of _BC in section (__DATA,__common)
/usr/lib/libncurses.dylib(lib_termcap.o) definition of _BC
ld: /usr/lib/crt1.o illegal reference to symbol: __objcInit defined in
indirectly referenced dynamic library /usr/lib/libobjc.A.dylib
make[1]: *** [temacs] Error 1
make: *** [bootstrap-build] Error 2
Peace
--Devon
/~\
\ / Health Care
X not warfare
/ \
Dubya won the digital vote
Kerry won the popular vote
PS: This exact symptom has troubled us before...
http://lists.gnu.org/archive/html/emacs-devel/2003-02/msg00355.html
From: Mark Moll
Subject: make bootstrap fails
Date: Thu, 13 Feb 2003 17:03:05 -0600
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- make bootstrap fails,
Emacs-Hacker <=