02-04-2014
2,
0
Join Date: May 2008
Last Activity: 24 September 2015, 10:42 AM EDT
Posts: 2
Thanks Given: 0
Thanked 0 Times in 0 Posts
Relink without recompiling
Hello,
There is a need to link a new dynamic library to a big number of exes.
Unfortunately, I cannot recompile/link all these exes against the new library.
Is there any way to link an existing executable with the new library?
(everything has been compiled using the xlc tool)
Thanks