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: AIX and shared libraries (missing vtable)


On Jun  3, 2003, Eljay Love-Jensen <eljay@adobe.com> wrote:

> 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.

Not unusual at all if you're familiar with the several different
flavors of shared libraries supported by AIX.  This happens to be
exactly the right way to create one of such flavors.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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