Path: utzoo!attcan!uunet!cs.utexas.edu!uwm.edu!rutgers!mcnc!uvaarpa!murdoch!news From: wrp@biochsn.acc.Virginia.EDU (William R. Pearson) Newsgroups: comp.unix.xenix Subject: gnuemacs 18.55 Message-ID: <1990Jul5.154134.11803@murdoch.acc.Virginia.EDU> Date: 5 Jul 90 15:41:34 GMT Sender: news@murdoch.acc.Virginia.EDU Organization: University of Virginia Lines: 13 I am trying to compile/install gnuemacs 18.55 on Xenix 386 2.3.2. I can get everything to compile, but when I try to load, I get the message: pre-crt0.o(pre-crt0.c) : fatal error: pre-crt0.o : segment defined both 16-bit and 32-bit. I have compiled with cc -M3 and ld -i. pre-crt0.c is a one line program that declares a global int data_start = 0; What should I do? Bill Pearson