• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Invoking the name mangler to create an Exported Symbols File?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Invoking the name mangler to create an Exported Symbols File?


  • Subject: Invoking the name mangler to create an Exported Symbols File?
  • From: Dave Thorup <email@hidden>
  • Date: Wed, 1 Feb 2006 10:30:22 -0500

I've tried googling on this a bit but so far I haven't found anything.

I'd like to make an Exported Symbols File to limit the symbols that are exported by the libraries that I build. I need to do this with GCC 3.3 so the nice new features in GCC 4 that make it easier to limit exported symbols won't work for me. All of the symbols that need to be exported by each library are contained in a single header file - Library.h for example. So all I really need to do is pass the Library.h file to the name mangler and have it spit out the results that I could then save as my Exported Symbols File. Something like this would be great:

"c++name_mangler Library.h"

Or:

"g++ --mangle-names Library.h"

Does anyone know how to do anything like this? Or does anyone know of any other way to do this?

Thanks!
_____________________________

Dave Thorup
Software Engineer
email@hidden

http://www.kuwan.net
HyperSpell - Check spelling in Mac OS X from any application.


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Unexported Symbols File and _ppc & _i386?
      • From: Dave Thorup <email@hidden>
  • Prev by Date: Re: crash in __static_initialization_and_destruction on 10.3.9 but not 10.4.4?
  • Next by Date: RE: New .cpp not picking up .pch includes
  • Previous by thread: RE: New .cpp not picking up .pch includes
  • Next by thread: Unexported Symbols File and _ppc & _i386?
  • Index(es):
    • Date
    • Thread