Date: Tue, 12 Jul 1994 13:44:13 -0400 From: morphine AT whatever DOT cs DOT jhu DOT edu (Michael Phelps) Sender: morphine AT whatever DOT cs DOT jhu DOT edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Software FPU I want to run one of my programs on a 486SX, and I don't want to have an emulator installed. I saw in the gcc manual under "i386 options" that there was a compiling command, -msoft-float, which it seemed would help prevent the need for a coprocessor. I tried it, and all I got was a lot of "undefined reference to ..." errors. Is there any way to make it work without a coprocessor or emulator? Thanx. ---Michael Phelps morphine AT cs DOT jhu DOT edu