This is the mail archive of the gcc-patches@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: shared libgcc build support


	The idea on AIX is that one does not produce a separate static
library.  One can link against the shared object as a static library and
pull the object into the application.

	If the shared objects are named libgcc_s.so, where does the gcc
driver know to link with those libraries instead of libgcc.a static
libraries?  If the filename eventually becomes libgcc.so, then there is
going to be a filename conflict on AIX.  The static libraries do not need
to be produced or installed on AIX, so the filename conflict can be
avoided if it exists.

David

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