Path: utzoo!attcan!uunet!nih-csl!lhc!ncifcrf!haven!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!ncar!gatech!mcnc!duke!physics.phy.duke.edu!fang From: fang@physics.phy.duke.edu (Fang Zhong) Newsgroups: comp.sys.mac.programmer Subject: Help needed in MPW C Message-ID: <21718@duke.cs.duke.edu> Date: 26 Oct 90 06:25:52 GMT Sender: news@duke.cs.duke.edu Lines: 36 Nntp-Posting-Host: physics.phy.duke.edu I got Link Errors as following: ### Link: Error: Undefined entry, name: (Error 28) "SFGetfile" Referenced from: stdfil in file: Az_processing.c.o ### Link: Error: Undefined entry, name: (Error 28) "SFPutfile" Referenced from: stdfil in file: Az_processing.c.o My make-file is as following: OBJECTS = Az_processing.c.o Az_processing DD Az_processing.make {OBJECTS} Link -f -srt -ad 4 -ss 1000000 -w -t APPL -c FANG 6 {OBJECTS} 6 "{CLibraries}"Clib881.o 6 "{CLibraries}"CSANELib881.o 6 "{CLibraries}"Math881.o 6 #"{CLibraries}"Complex881.o 6 "{CLibraries}"StdClib.o 6 "{CLibraries}"CInterface.o 6 "{CLibraries}"CRuntime.o 6 "{Libraries}"Interface.o 6 -o Az_processing Az_processing.c.o D Az_processing.make Az_processing.c C -mc68020 -elems881 Az_processing.c I do not know what I missed such that the Linker could not find SFGetFile. Thanks in advance for any hints. Fang -- Fang Zhong 1-919-684-8247 Duke University Dept. of Physics fang@phy.duke.edu Durham, N.C. 27706