Re: dynamic loading ALMOST works on AIX

Steven D. Majewski (sdm7g@elvis.med.virginia.edu)
Sun, 20 Feb 1994 00:17:50 -0500

After writing and posting the previous message, it dawned on me that
"getargs" was NOT on the list of undefined symbols that I used to
produce the import/export list. It clearly was using the libc getargs().

However: I tried adding getargs to the list and it STILL doesn't work -
so I have to figure out the order in which the files are processed and
how to keep it from NOT using libc getargs().

-- Steve Majewski