Solved: Authorization framework link problem
Solved: Authorization framework link problem
- Subject: Solved: Authorization framework link problem
- From: "Sven A. Schmidt" <email@hidden>
- Date: Wed, 3 Oct 2001 10:57:55 +0200
Well, I guess I'm guilty on all accounts of not RTF Release Notes...
To all that have the same problem: RTF Release Notes, look at
TwoLevelNameSpaces.html and add the framework in question explicitely to
your project (in my case /System/Library/Frameworks/Security.framework).
Sven
Begin forwarded message:
From: Sven A. Schmidt <email@hidden>
Date: Mit Okt 03, 2001 10:34:27 Uhr Europe/Berlin
To: 'email@hidden' <email@hidden>
Subject: Authorization framework link problem
I'm rebuilding my project under 10.1 (system and dev tools) and get the
following:
/usr/bin/ld:
/Volumes/Phobos/Users/sas/Documents/src/CronniX/build/CronniX.build/CronniX.
build/master.o illegal reference to symbol: _AuthorizationCopyRights
defined in indirectly referenced dynamic library
/System/Library/Frameworks/Security.framework/Versions/A/Security
So I'm indirectly linking Security which uses _AuthorizationCopyRights.
Does anyone have an idea how I can fix this?
There are no changes to the project between the 10.0.4 and 10.1 version.
Sven