Path: utzoo!attcan!uunet!cs.utexas.edu!sun-barr!decwrl!hplabs!hpda!hpcuhb!hp-ses!hpcc01!hpwrce!ted From: ted@hpwrce.HP.COM ( Ted Johnson) Newsgroups: comp.sys.hp Subject: Re: Problem compiling gnuEmacs Message-ID: <7870004@hpwrce.HP.COM> Date: 8 Jun 89 05:17:50 GMT References: <9223@boulder.Colorado.EDU> Organization: Ye Olde Salt Mines Lines: 11 I think the problem is tha gnuemacs uses its own crt.o file, and doesn't define these vars. As I recall, the problem can be solved by adding 4 lines of assembly to one of the ifdef'd files.... To find out the values of flag_fpa, fpa_loc, and float_loc, do: nm /lib/crt0.o |grep fpa_loc, etc. -Ted