Prebinding and building 3rd party opensource libraries.
Prebinding and building 3rd party opensource libraries.
- Subject: Prebinding and building 3rd party opensource libraries.
- From: Rustam Muginov <email@hidden>
- Date: Thu, 01 Jul 2004 14:45:37 +0400
Hello, XCode developers.
I do understand what this question is not 100% about Xcode, but I think
several could have faced this problem already.
Where are lots of 3rd party Opensource libraries avaliable from Unix world.
And some of them could be very useful and need to be included in the
projects.
The problem is, if I build, for example, libtiff ( http://libtiff.org/) with
its default make file (using "./configure" and "make" commands in terminal),
the resulting dylib is built without any prebinding info.
My knowledge of unix make files are nearly non-existance, but may be someone
could help me with it.
Is it possible to pass some parameters for the linker to this "configure" or
"make" commands, without modificating any sources/makefiles in the library?
If yes, then it should be possible to pass "-seg1addr 0x..." parameter to
linker and build that library prebound?
Does anyone had such experience? Thank you.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.