Help!! Can you please tell me how to build a shared library...

Alexandre Oliva aoliva@redhat.com
Thu Dec 21 14:09:00 GMT 2000


On Dec 20, 2000, Elizabeth Chan <echan@axent.com> wrote:

> shared library must be position independent.  Use +z or +Z to recompile.
                                                    ^^    ^^

These are spelled -fpic and -fPIC when you compile with GCC.  On
HP-UX, they're mandatory for object files that you intend to use in a
shared library.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


More information about the Gcc mailing list