That's right. I actually used:
        '-bM:SRE -bE:$*.exp -b noentry'
I had to add explicit code to the Configure script to set this since I
couldn't figure out how to embed colons in the configuration table.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc

> -----Original Message-----
> From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 27, 2001 2:20 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: Shared libraries on AIX...
>
>
> From: "Howard Chu" <[EMAIL PROTECTED]>
>
> hyc> $(SHRSSL): lib/$(LIBSSL).a $(SHRCRYPTO)
> hyc>         ld -r -o $(LIBSSL).o $(ALLSYMSFLAG) lib/$(LIBSSL).a
> hyc>         -nm -Pg $(LIBSSL).o | grep ' [BD] ' | cut -f1 -d' '
> > $(LIBSSL).exp
> hyc>         $(CC) $(SHAREDFLAG) -o $@ $(LIBSSL).o $(SHRCRYPTO)
> hyc>
> hyc> The ALLSYMSFLAG is "-bnogc" for AIX, which turns off garbage
> collection
> hyc> and bypasses the step where the linker removes unreferenced
> objects. For
>
> I assume that for AIX, SHAREDFLAG would be something like
> "-bE:$(LIBSS).exp -bM:SRE", except a lttle bit more generalised,
> right?
>
> --
> Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
> Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
> Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
> Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, Celo Communications: http://www.celocom.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to