Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site gitpyr.UUCP Path: utzoo!watmath!clyde!cbosgd!gatech!gitpyr!lbg From: lbg@gitpyr.UUCP (Lee B Grey, Programmer Extraordinaire) Newsgroups: net.micro.amiga Subject: libraries Message-ID: <858@gitpyr.UUCP> Date: Mon, 7-Oct-85 17:53:10 EDT Article-I.D.: gitpyr.858 Posted: Mon Oct 7 17:53:10 1985 Date-Received: Tue, 8-Oct-85 04:30:32 EDT References: <2061@amdahl.UUCP> <827@gitpyr.UUCP> <3658@garfield.UUCP> Reply-To: lbg@gitpyr.UUCP (Lee B Grey, Programmer Extraordinaire) Distribution: net Organization: Georgia Institute of Technology Lines: 23 I think I have discovered why I was unable to resolve the external reference to __pow. It was not something I could do in the linker. What was missing was a call to OpenLibrary() to get at the math routines. I learned this by going through some examples in the Intuition manual, but the actual reference info on this is found in the ROM Kernal manual. I haven't tried it yet, but I am sure that this is the answer. By the way, to the person asking if ALINK was the way to transfer files... No. ALINK is the AmigaDOS linker. For file transfer, there are the programs READ and DOWNLOAD, which I believe are on the Lattice C, Assembler, and Wack disks (all 3). I haven't got a modem at this time, so I haven't tried them. By the way, I got no responses, so let me ask again. Does anyone think it is possible for me to transfer files from my PC to my Amiga in the following way? I was thinking I could "print" the files from the PC, through the parallel port, thru the printer cable, and into the Amiga parallel port. The Amiga documentation claims that it accepts input as serial or parallel. Whaddaya think? Lee