What is "pseudorgb()"?
Robert Skinner
robert at texas.asd.sgi.com
Wed Sep 12 07:40:13 AEST 1990
In article <9009080622.AA07955 at frodo.Physics.McGill.CA>,
loki at physics.mcgill.ca (Loki Jorgenson Rm421) writes:
|>
|> Hey ho....
|>
|> I have been fruitlessly searching man pages, libraries, include
|> files and source code trying to find out what "pseudorgb()" does. I have
|> discovered that one needs -lgutil to resolve it but "ar -t libgutil.a"
|> does not show it in the table of contents.
|>
|> Can anyone enlighten me as to what it is and why I can't find it,
|> either in references or in libraries?
|>
|> Thanks,
|>
|> Loki Jorgenson node: loki at physics.mcgill.ca
|> Physics, McGill University fax: (514) 398-3733
|> Montreal Quebec CANADA phone: (514) 398-6531
|>
|> << If I only had a brain >>
I can't tell you what it does, but I can shed some light on why
"ar -t libgutil.a" didn't find it. "ar -t" only lists object files,
but a single object file may contain several routines.
Use "nm" to tell you what symbols an object file or library defines
and references.
Robert Skinner
robert at sgi.com
Watch out where the Huskies go,
and don't you eat that yellow snow.
- Frank Zappa
More information about the Comp.sys.sgi
mailing list