[comp.unix.xenix] gnuemacs 18.55

wrp@biochsn.acc.Virginia.EDU (William R. Pearson) (07/05/90)

	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