kooladi wrote:
Yes. The first module that satisfies a function load request will
normally resolve that function forever. This sequence is normally
needed to make libraries flexible, but is not part of the standard.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home .att.net>
Try the download section.
** Posted from http://www.teranews.com **
>
While linking libraries with the final binary, does the relative
ordering of libraries matter? specially for static libraries...
>
Lets say a.out is being complied with a1.o a2.o a3.o and linked with
lib1.a and lib2.a
While linking libraries with the final binary, does the relative
ordering of libraries matter? specially for static libraries...
>
Lets say a.out is being complied with a1.o a2.o a3.o and linked with
lib1.a and lib2.a
normally resolve that function forever. This sequence is normally
needed to make libraries flexible, but is not part of the standard.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home .att.net>
Try the download section.
** Posted from http://www.teranews.com **
Comment