This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: libgcc.a not found on AIX 4.3.3 linking DBD::ORACLE


	GCC uses two libgcc's: one a traditional archive, libgcc.a, and
one a shared library, libgcc_s.a (with variants for Power, PowerPC,
pthreads, and 64-bit).  The shared library is in the install lib
directory, but the archive is in the GCC private installation directory. 

	It does not make sense that it suddenly would start failing when
it worked before.  Is your Makefile adding a non-GCC option, like "-b" or
"-B"? 

David


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