This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: AIX 4.3 and COLLECT_EXPORT_LIST


	One determines the exact AIX release level using "oslevel"
command. 

	One needs an export list because that list defines the symbols
that another executable or library can access in the shared object.  The
export list is exactly the list of symbols that the binder (link editor)
is informed will be resolved at load time.

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]