Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!van-bc!rsoft!mindlink!a275 From: a275@mindlink.UUCP (Travers Naran) Newsgroups: comp.sys.amiga.tech Subject: Re: Sozobon-C Problems Message-ID: <1356@mindlink.UUCP> Date: 23 Mar 90 01:30:39 GMT Organization: MIND LINK! - British Columbia, Canada Lines: 23 > bard writes: > > guru'd otherwise). The program compiles okay, but BLink (version 6.7) chokes > on the Fahrenheit.o file. It is finding 'undefined functions' in the file, > in > the form of 'fp...'. The .c file is verbatim from the book, and I've made > all > the necessary assigns (I'm still on a floppy system). I am using the 'cc' > front end to compile the thing. It is the latest version, as far as I know. > The 'zc' compiler is at 1.01. Try cc -lm Farenheit.c. The problem is that cc doesn't auto link the math link library whee all the fp routines are. So always remember to link the m.lib when using fp! -- ------------------------------------------------------------------- Travers "T'aran" Naran (I am male) Simon Fraser University, Computing Science Whovian, Prober, Treker, Quantum Leaper.... Mailing addresses: Usenet Travers_Naran@mindlink.UUCP or uunet!van-bc!rsoft!mindlink!Travers_Naran ------------------------------------------------------------------