This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: AIX and shared libraries (missing vtable)
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Joerg dot Richter at pdv-FS dot de, gcc-help at gcc dot gnu dot org
- Date: Tue, 03 Jun 2003 08:39:31 -0500
- Subject: Re: AIX and shared libraries (missing vtable)
Hi Joerg,
It's probably having a problem with your non-standard ".o" extension on the
shared-library you've produced called "shr.o", and then packaging that
shared-library into an archive library (.a). Very unusual.
Sincerely,
--Eljay