[comp.sys.amiga.tech] Code conversion blues

walker@sas.UUCP (Doug Walker) (04/12/88)

>In article <38562UJ7@PSUVMA> UJ7@PSUVMA.BITNET (Andrew Snyder) writes:
>>   3. I linked it with c.o, amiga.lib, lcm.lib, lcmiee.lib, and lc.lib.

You should DEFINATELY link in the order c.o, lcmieee.lib, lc.lib, amiga.lib.
The lc.lib may be redundant.  The lcm.lib  functions are definately redundant.
amiga.lib contains some functions that are also contained in lcmieee.lib and
lcm.lib.  You want the lcmieee/lcm version (depending on whether you want
ieee math or ffp math), so you must link with lcmieee/lcm BEFORE amiga.lib.