emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-21.0.90 build reports


From: Gerd Moellmann
Subject: Re: emacs-21.0.90 build reports
Date: Sun, 19 Nov 2000 15:43:14 +0100 (CET)
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.91

"Nelson H. F. Beebe" <address@hidden> writes:

> DEC Alpha             OSF/1 4.0F
> cc -c -D_BSD     -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
> -I/export/home/0023/build-alpha-osf1/emacs-21.0.90/src   -D_BSD          -O4 
> cm.c
> cc: Severe: cm.c, line 29: Cannot find file <termcap.h> specified in #include 
> directive. (noinclfile)
> make[1]: Leaving directory 
> `/export/home/0023/build-alpha-osf1/emacs-21.0.90/src'

If I'm not mistaken, termcap.h is only included if HAVE_TERMCAP_H is
defined.  Could you please check why configure thinks you have a termcap.h?

> 
> ------------------------------------------------------------------------
> SGI Origin 200                IRIX 6.5
> cc -D_LANGUAGE_C   -L/usr/local/X11/lib \
>    -o temacs  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 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 
> unexelf.o mocklisp.o bytecode.o process.o callproc.o region-cache.o sound.o 
> atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o  terminfo.o 
> lastfile.o gmalloc.o vm-limit.o  widget.o mktime.o getloadavg.o  \
>       ../lwlib/liblw.a -L/usr/local/X11/lib  -lXaw -lXmu -lXt -lSM -lICE 
> -lXext -lX11    -ltiff -ljpeg -lpng -lz -lm   -lcurses   -lm 
> ld32: ERROR   33 : Unresolved text symbol "png_set_sig_bytes" -- 1st 
> referenced by xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: ERROR   33 : Unresolved text symbol "png_get_IHDR" -- 1st referenced by 
> xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: ERROR   33 : Unresolved text symbol "png_get_valid" -- 1st referenced 
> by xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: ERROR   33 : Unresolved text symbol "png_get_gAMA" -- 1st referenced by 
> xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: ERROR   33 : Unresolved text symbol "png_get_channels" -- 1st 
> referenced by xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: ERROR   33 : Unresolved text symbol "png_get_rowbytes" -- 1st 
> referenced by xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: ERROR   33 : Unresolved text symbol "png_get_bKGD" -- 1st referenced by 
> xfns.o.
>       Use linker option -v to see when and which objects, archives and dsos 
> are loaded.  
> ld32: make[1]: Leaving directory 
> `/export/home/0061/build-indigo-irix6/emacs-21.0.90/src'

Was there an error message about not finding `libpng' before that?

> ------------------------------------------------------------------------
> Sun SPARC             Solaris 2.7
> ...
> Loading language/thai...
> Loading language/tibetan...
> Loading language/vietnamese...
> make[1]: Leaving directory `/local/build/emacs-21.0.90/src'
> Loading language/misc-lang...
> Loading indent...
> Loading window...
> Loading frame...
> Loading term/tty-colors...
> Bus Error
> make[1]: *** [emacs] Error 138
> make: *** [src] Error 2

I guess we need a debugger backtrace from this one; it seems to have
worked for others on Solaris 2.7.  If you're using GDB:

  $ gdb temacs
  (gdb) set args -batch -l loadup dump
  (gdb) run
  ...
  (gdb) bt  



reply via email to

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