[comp.emacs] emacs 18.52 on Sun 4.0

sivagnan@handel.ColoState.EDU (S. Vasanthan) (02/11/89)

I was trying to compile on a Sun (server) 4.0 3/50 using gcc 1.30 with

 gcc -O -traditional -m68881 

 Had the following problem, does anyone happen to know
any similar problem. It would really help me.
I tried to grep for f68881_used none found.

 Thanks
-------
ld  -e __start -Bstatic  -o temacs crt0.o dispnew.o scroll.o xdisp.o window.o  t
erm.o cm.o x11term.o x11fns.o  emacs.o keyboard.o macros.o keymap.o sysdep.o  bu
ffer.o filelock.o insdel.o marker.o  minibuf.o fileio.o dired.o filemode.o  cmds
.o casefiddle.o indent.o search.o regex.o undo.o  alloc.o data.o doc.o editfns.o
callint.o  eval.o fns.o print.o lread.o  abbrev.o syntax.o unexec.o mocklisp.o
bytecode.o  process.o callproc.o   doprnt.o tparam.o lastfile.o alloca.o malloc.o   -ltermcap -lX11   -lg -lc
Undefined:
f68881_used
*** Error code 1
make: Fatal error: Command failed for target `temacs'
Current working directory /UBL0/GRAD/CS/sivagnan/gnu/dist-18.52/src
*** Error code 1
make: Fatal error: Command failed for target `doxemacs'
-----