• 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
[Q] Framework question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Q] Framework question


  • Subject: [Q] Framework question
  • From: Mark de Jong <email@hidden>
  • Date: Sun, 9 Jun 2002 20:50:28 -0700

Ok. I'm frustrated. <grin>

I've built a framework. It compiles just fine. However, whenever I try
to use it in another application that I build, I get:

/usr/bin/ld: warning prebinding disabled because (__PAGEZERO segment
(address = 0x0 size = 0x1000) of
/Users/mdj/Development/IAA/SerialPorts/build/SerialPorts.app/Contents/MacOS/
SerialPorts overlaps with __TEXT segment (address = 0x0 size = 0x3000)
of
/Users/mdj/Development/IAA/SerialPorts/build/IAASerialKit.framework/Versions/
A/IAASerialKit
/usr/bin/ld: warning prebinding disabled because (__TEXT segment
(address = 0x1000 size = 0x3000) of
/Users/mdj/Development/IAA/SerialPorts/build/SerialPorts.app/Contents/MacOS/
SerialPorts overlaps with __TEXT segment (address = 0x0 size = 0x3000)
of
/Users/mdj/Development/IAA/SerialPorts/build/IAASerialKit.framework/Versions/
A/IAASerialKit
/usr/bin/ld: warning prebinding disabled because (__TEXT segment
(address = 0x1000 size = 0x3000) of
/Users/mdj/Development/IAA/SerialPorts/build/SerialPorts.app/Contents/MacOS/
SerialPorts overlaps with __DATA segment (address = 0x3000 size =
0x1000) of
/Users/mdj/Development/IAA/SerialPorts/build/IAASerialKit.framework/Versions/
A/IAASerialKit
/usr/bin/ld: warning prebinding disabled because (__DATA segment
(address = 0x4000 size = 0x1000) of
/Users/mdj/Development/IAA/SerialPorts/build/SerialPorts.app/Contents/MacOS/
SerialPorts overlaps with __LINKEDIT segment (address = 0x4000 size =
0x35000) of
/Users/mdj/Development/IAA/SerialPorts/build/IAASerialKit.framework/Versions/
A/IAASerialKit
/usr/bin/ld: warning prebinding disabled because (__LINKEDIT segment
(address = 0x5000 size = 0x8000) of
/Users/mdj/Development/IAA/SerialPorts/build/SerialPorts.app/Contents/MacOS/
SerialPorts overlaps with __LINKEDIT segment (address = 0x4000 size =
0x35000) of
/Users/mdj/Development/IAA/SerialPorts/build/IAASerialKit.framework/Versions/
A/IAASerialKit

And that's before I even call any of the entry points in the framework.
If I actually include a call to an entry point in the framework, I just
get an "undefined symbols" error.

I'm sure it's just my ignorance of creating frameworks that's getting in
my way. Any help you can offer would be great.

Thanks,

-- Mark
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Process Manager
  • Next by Date: NSStatusItemView
  • Previous by thread: NSScanner Unresolved Infinite loop. Help.
  • Next by thread: NSStatusItemView
  • Index(es):
    • Date
    • Thread