Re: Custom frameworks and linking - SOLVED!
Re: Custom frameworks and linking - SOLVED!
- Subject: Re: Custom frameworks and linking - SOLVED!
- From: Wade Tregaskis <email@hidden>
- Date: Mon, 16 Jun 2003 12:15:16 +1000
The solution is to add a "-seg1addr" option to the linker flags in the
PB target settings for the framework target. I've had to guess the
proper value and it's probably wrong, but 0xC0000000 is working for > me.
From the release notes Mr. Zitzmann pointed out:
Non-Apple libraries can use any address in the range 0x00000000 to
0x3FFFFFFF. For the Mac OS X 10.0 release, all addresses above
0x90000000 are also available.
As usual, ambiguous, but it seems if you want to play it safe you
should stick with addresses below 0x3FFFFFFF.
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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.