|
[
Permlink
| « Hide
]
Martin Sebor added a comment - 27/Oct/07 09:31 PM
This should be easy to fix. Scheduled for 4.2.1.
See the following thread
The patch is bad. See this discussion
Added 4.2.1 to the list of Affected Version/s and scheduled for 4.2.2.
See also this proposal
Probably just need to remove the $BUILDDIR from the @install_name. Also, it might be possible to use the RPATH originally requested:
"And with 10.5 comes @rpath. If the install_name of your library is @rpath/libmysqlpp.2.dylib and you link your executable with, -Wl,-rpath,/home/graham/lib -Wl,-rpath,../lib -Wl,-rpath,. then the dynamic linker will look for libmysqlpp.2.dylib in each dir in turn until it finds it." http://lists.apple.com/archives/xcode-users/2007/Dec/msg00179.html I tested the latest change (http://svn.apache.org/viewvc?view=rev&revision=662906
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||