Newsgroups: comp.sys.transputer From: 94oswald@wmich.edu Subject: Help: Occam linker problem Organization: Western Michigan University Date: 24 Jun 97 14:07:43 EDT Message-ID: <1997Jun24.140743@winnie> Hi, I was working on an occam program that uses a little math (REAL32). I run the compiler, and then the linker, and I get: [ozz@sputnik nnet]$ make occam -T4 -h testnet.occ ilink testnet.t4h occambs.lib hostio.lib tbmaths.lib convert.lib Error-ilink-testnet.t4h- Reference to undefined symbol, REF (REAL32OPERR) Error-ilink-tbmaths.lib- Module 33, Reference to undefined symbol, REF (REAL32TOINT32) Error-ilink-tbmaths.lib- Module 33, Reference to undefined symbol, REF (INT32TOREAL32) make: *** [testnet.c4h] Error 1 Any ideas what is missing? I think I am running the 7205 toolset. Thanks, Andrew