Path: utzoo!attcan!uunet!husc6!mailrus!ncar!tank!uxc!uxc.cso.uiuc.edu!m.cs.uiuc.edu!aslam From: aslam@m.cs.uiuc.edu Newsgroups: comp.emacs Subject: Re: Problem building GNU emacs 18.51. Message-ID: <4300021@m.cs.uiuc.edu> Date: 14 Nov 88 03:10:00 GMT References: <756@m10ux.UUCP> Lines: 15 Nf-ID: #R:m10ux.UUCP:756:m.cs.uiuc.edu:4300021:000:554 Nf-From: m.cs.uiuc.edu!aslam Nov 13 21:10:00 1988 You may compiled the sources with the cc -f68881 option set either via CFLAGS or `setenv FLOAT_OPTION f68881'. The `ld' command in GNU's makefile does not load the libraries needed for the 68881 chip. You can either compile without the f68881 option or find out the libraries loaded via `cc -v -f688881 foo.c'. I think the -v option tells to cc prints out the commands it executes. foo.c is any old junk file. Sohail Aslam Department of Computer Science University of Illinois arpa aslam@cs.uiuc.edu usenet uiucdcs!aslam bitnet aslam@uiucdcs.BITNET