• 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
exporting data symbols
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

exporting data symbols


  • Subject: exporting data symbols
  • From: "Wesley Smith" <email@hidden>
  • Date: Thu, 14 Feb 2008 18:12:03 -0800

I'm trying to use undefined dynamic lookup between 2 dynamic libs and
am running into some issues with exporting data symbols.  From one
lib, I have

00003008 D __ZN12Matrix_udata4nameE

which according to man nm is an exported data symbol.  My other lib
gets loaded after the one containing the symbol above but can't seem
to find it.  I get

error loading file
/Users/whsmith/Documents/luaAV/trunk/test/image.test.lua error loading
module 'image.image' from file
'/Users/whsmith/Documents/luaAV/trunk/sysbuild/Debug/Modules/image/image.so':
	Symbol not found: __ZN12Matrix_udata4nameE
  Referenced from:
/Users/whsmith/Documents/luaAV/trunk/sysbuild/Debug/Modules/image/image.so
  Expected in: dynamic lookup


What is the proper way to get this to work?  I've randomly tried a few
things with __attribute__ to no avail.  The symbol is already
exported, so I'm not sur than aynthing like that will help.  Any
ideas?

thanks,
wes
 _______________________________________________
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:
    • Re: exporting data symbols
      • From: "Wesley Smith" <email@hidden>
  • Prev by Date: Re: [OT] Time Machine vs 10.5.2
  • Next by Date: Re: Renaming files in Xcode project window
  • Previous by thread: Re: Renaming files in Xcode project window
  • Next by thread: Re: exporting data symbols
  • Index(es):
    • Date
    • Thread