bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[CVS] make bootstrap failed today


From: Joe Corneli
Subject: [CVS] make bootstrap failed today
Date: Thu, 22 Apr 2004 20:21:28 -0500

I ran

  ./configure --with-x --without-carbon 

followed by 
 
  make bootstrap.

The make part failed.  It seems a bit curious that gcc is linking in
the Carbon framework (see first line below).

The rest of the stuff that was printed is at

http://www.ma.utexas.edu/~jcorneli/i/makebug


gcc -I/sw/include -L/sw/lib  -prebind -framework Carbon -framework QuickTime 
-lstdc++ -Xlinker -headerpad -Xlinker 690 -L/sw/lib -L/usr/X11R6/lib -o temacs 
pre-crt0.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o 
coding.o category.o ccl.o cm.o term.o xfaces.o xterm.o xfns.o xselect.o xrdb.o 
fontset.o xsmfns.o fringe.o image.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    terminfo.o lastfile.o   widget.o mktime.o   
../lwlib/liblw.a -L/usr/X11R6/lib -lXaw3d -lXmu -lXt -lSM -lICE -lXext -ltiff 
-ljpeg -lpng -lz -lm -lXpm -lX11  -lncurses   
ld: warning prebinding disabled because dependent library: 
/sw/lib/libXaw3d.7.dylib is not prebound
ld: warning multiple definitions of symbol _PC
terminfo.o definition of _PC in section (__DATA,__common)
/sw/lib/libncurses.dylib(lib_tputs.o) definition of _PC
ld: warning multiple definitions of symbol _BC
terminfo.o definition of _BC in section (__DATA,__common)
/sw/lib/libncurses.dylib(lib_termcap.o) definition of _BC
ld: warning multiple definitions of symbol _UP
terminfo.o definition of _UP in section (__DATA,__common)
/sw/lib/libncurses.dylib(lib_termcap.o) definition of _UP
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/Users/arided/emacs/lisp /Users/arided/emacs/lisp/emacs-lisp 
/Users/arided/emacs/lisp/language /Users/arided/emacs/lisp/international 
/Users/arided/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (compiled; note, source file is newer)...
Loading emacs-lisp/backquote...
Loading subr (compiled; note, source file is newer)...
Loading version.el (source)...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading env...
Loading cus-start...
Loading international/mule (compiled; note, source file is newer)...
Loading international/mule-conf.el (source)...
Loading format...
Loading bindings...
Loading files (compiled; note, source file is newer)...
Loading cus-face...
Loading faces...
Lists of integers (garbage collection statistics) are normal output
while building Emacs; they do not indicate a problem.
((13976 . 3817) (4216 . 4) (538 . 0) 101397 28856 (10 . 1) (17 . 0) (4660 . 
443))
Loading loaddefs.el (source)...
Symbol's function definition is void: define-compilation-mode
make[1]: *** [bootstrap-emacs] Error 255
make: *** [bootstrap] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]