Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!bg0l+ From: bg0l+@andrew.cmu.edu (Bruce E. Golightly) Newsgroups: comp.lang.c Subject: Turbo-C oddity Message-ID: Date: 22 Jan 90 17:15:37 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 15 I just got hold of Turbo-C, and am having a little problem. I cannot get the function atof to behave properly. I am probably doing something wrong, but have not been able to find the solution. In particular, a program that references atof compiles and links cleanly, but fails at run time with a message about the floating point formats not being linked. The program does include the math.h header file, and appears to be linking the math libraries correctly, along with the floating point emulation software supplied by Borland. Any suggestions? bg0l@andrew.cmu.edu AKA Bruce E. Golightly