Date: Sun, 20 Sep 1992 15:13:21 +0200 From: Dirk Zabel To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: oops - sqrt Sorry, I forgot to append the typescript documenting the sqrt-problem: c:>type test.c /* * * testing square root in emu387 / djgpp 1.08 * */ #include #include int main(argc, argv) int argc; char ** argv; { printf("sqrt(2.0)=%f\n", sqrt(2.0)); } c:>test Segmentation violation in pointer 0x00000004 at 40:b0003264 Exception 14 at eip=b0003264 -- Dirk