Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!sdd.hp.com!hplabs!hpcc05!hpcuhb!hpcllla!hpcllz2!dhandly From: dhandly@hpcllz2.cup.hp.com (Dennis Handly) Newsgroups: comp.sys.hp Subject: Re: Problem calling AGP graphics from C Message-ID: <67670004@hpcllz2.cup.hp.com> Date: 12 Jan 91 07:26:25 GMT References: Organization: Hewlett Packard Calif. Language Lab Lines: 22 >/ saaf@joker.optics.rochester.edu (Lennart Saaf) / 10:50 am Jan 10, 1991 / >I'm trying to write some code in C that calls the AGP graphics package. >The machine is a 9000/835 running HP-UX 7.0. >cc test.c -lUPLIB >/bin/ld: Unsatisfied symbols: > FTN_ATAN$ (code) FTN_LTOL (code) FTN_S_STOP (code) > $$divJ (code) $$remJ (code) > And I can't find the unsatisfied symbols in any /usr/lib/libxxx.a file. These symbols, Fortran and Millicode, should be in the following library. Here is what I get on my machine: $ what /usr/lib/libcl.a /usr/lib/libcl.a: libcl.a version A.07.13 08/21/89 $ uname -a HP-UX hpxxxxx A.B7.00 B 9000/850 hpxxxxx I don't know why you couldn't find them there, but you will need to add this library to your cc command.