dynamic linking from libraries

Mark A. Emanuele emanuele at overlf.UUCP
Mon Dec 31 09:48:30 AEST 1990


In article <BAGCHI.90Dec30131713 at snarf.eecs.umich.edu>, bagchi at eecs.umich.edu (Ranjan Bagchi) writes:
> 
> 	I'm screwing around with extensions to a language, and am
> trying to incorporate a robust "escape to C" feature.  It seems to me,
> that the best way to do this short of linking in ALL the C library
> calls (gack) is to have the program access the various lib*.a files,
> and at run time extract the needed function, and then call it.  






how about using the libc_s.a shared library. or am I mis-understanding 
what you are trying to do.






.

-- 
Mark A. Emanuele
V.P. Engineering  Overleaf, Inc.
500 Route 10 Ledgewood, NJ 07852-9639         attmail!overlf!emanuele
(201) 927-3785 Voice   (201) 927-5781 fax     emanuele at overlf.UUCP



More information about the Comp.unix.programmer mailing list