libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamically loading C++ Modules on Solaris


From: Alexandre Oliva
Subject: Re: Dynamically loading C++ Modules on Solaris
Date: 01 Feb 2001 23:57:18 -0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

On Feb  1, 2001, Kevin Atkinson <address@hidden> wrote:

> I am not sure where you got the -Wc switch but it does not exist in gcc as
> far as I can tell.

It's a libtool switch.

> write a autoconf test which will try to create a shared library and
> if it fails try creating one with -mimpure-text and see if that
> works

Try the other way round.  -mimpure-text can never hurt (unless you
really need a shared library not to contain any non-PIC code), as long
as it is supported.

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]