#Linking problems
23-Mar-95 08:53:03
Sb: #46232-#Linking problems
Fm: Jim Butterfield 73624,14
To: James Du Bois 72237,32
The stuff that the linker is looking for is located in file 'amiga.lib',
which should come along with the SAS system.
Hmmm. Copyright 1990? Your compiler might not come with the includes for
the newer 2.0 functions, of course; although the SAS name (rather than Lattice)
suggests you have a fairly recent version.
Look in the compiler directory for LIB (not libs) and see if you can find
amiga.lib there (you MUST!). Then check the docs to see if your path will take
you there during the linking process. It should work .. there's a lotta canned
code in amiga.lib that you can use.
–Jim