Hi all,
can anyone tell me if there is a way to link a shared object such that you
call the linker for each object file requires as opposed to one call to
the linker
and passing the link a complete list of object files.
For example, in psuedo code I would like to do the following:
for earch (list of object files to link)
call linker with an object file
as opposed to what is typcially done which is
ld (list of object files).
If there is a way to do this could you please provide an example.
Many thanks. Regards, John Andrusek