[Python-Dev] binutils/solaris -- one more thing

Andrew Koenig ark@research.att.com
Mon, 23 Sep 2002 11:44:21 -0400 (EDT)


Neal> I believe it was Martin that provided the patch.  
Neal> And this patch is in 2.2.2.

Thank you!
Neal> On Linux (but I think it's the same on Solaris):

Neal> [neal@epoch src]$ ld -V
Neal> GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)

Neal> [neal@epoch src]$ gcc -Xlinker --help 2>&1 | grep export-dynamic
Neal>   -E, --export-dynamic        Export all dynamic symbols

And that's the reason for the patch:

[europa] ld -V
GNU ld version 2.12.1
  Supported emulations:
   elf32_sparc
   elf64_sparc

[europa] gcc -Xlinker --help 2>&1 | grep export-dynamic
  -E, --export-dynamic        Export all dynamic symbols