site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) Hi there, a brief question concerning the Darwin (Panther) linker: when linking a dynamic library, I get an error message which I hav never seen before (and not only I: it is unknown to ADC and Google as well!): ld: warning prebinding disabled because output is too large (limitation of the 24-bit r_address field of scattered relocation entries) While I understand the error message in principle, I was unable to figure out what to do about it. Has anybody here an idea how I can stil prebind that library (despite its size of 38 MB)? Anything I can do the reduce its size? Thanks for your help, Oliver -- Prof. Dr. Oliver Kohlbacher (oliver.kohlbacher@uni-tuebingen.de) Dept. for Simulation of Biological Systems, WSI, University of Tübingen Room C317, Sand 14, 72076 Tübingen, Germany phone: +49-7071-29-70457 fax: +49-7071-29-5152 _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The linker line leading to this error was: /usr/bin/g++ -prebind -seg1addr 0x20000000 -headerpad_max_install_names -compatibility_version 1.1 -current_version 1.1. -dynamiclib -o libBALL.dylib `cat libBALL.objects`-framework Python -lm This email sent to site_archiver@lists.apple.com