On Wednesday, 24 June 1998, at 07:22:06 (-0400),
Jim Niemira <[EMAIL PROTECTED]> wrote:

> Actually, I believe AIX *does* support shared libs, and has
> for a long, long time - it's just that they end with .a just like
> static libs. 

Yes, AIX supports shared libraries, and yes they all end in the same
extension that the static libs do.  Not only is this a classically
stupid approach, it doesn't even work.  Perl croaks on AIX shared libs,
and I don't blame it.  They suck.

> Marvin, do a "man cc", "man xlc", "man ld", and
> "man ar" to see what you get.  I seem to recall there's an
> incantation in one of those that shows you how to make shared
> libs ...

I believe the flag you're looking for is "-bM\:SRE".  But it won't do
any good if E is looking for lib*.so, since even the shared libs will
be called lib*.a on AIX.

Michael

-- 
 "Men have a chromosome women will never have:  the Y chromosome, as
  in, 'Why do I have to talk about relationships?' "      -- Tim Allen
=======================================================================
Michael Jennings        http://www.tcserv.com/         <[EMAIL PROTECTED]>
Senior Systems Engineer, Synectics, Inc.      http://www.synectics.com/
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to