DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29170>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29170 Configure fails "Error: decision on anonymous shared..." due to inclusion of -Wl,-brtl ------- Additional Comments From [EMAIL PROTECTED] 2004-05-25 08:49 ------- I am really sorry but to get autoconf installed I need GNU m4. GNU M4 did not build out of the box due to use of -Xc which I changed to -Xa. Then autoconf needed perl and I just don't have enough disk space on this machine to install perl. Our sinix machine is rather old. I tried regenerating configure on a different machine (autoconf 2.57) but it seemed to generate a vastly different configure script with some substantial differences - that worried me a bit especially stuff like: > if test "${ac_cv_file__dev_zero+set}" = set; then 27115c16506 < ac_cv_file__dev_zer=yes --- > ac_cv_file__dev_zero=yes 27117c16508 < ac_cv_file__dev_zer=no --- > ac_cv_file__dev_zero=no Having said that it ran to completion and correctly identified IPC shmget which it didn't before: decision on anonymous shared memory allocation method... SysV IPC shmget() decision on namebased memory allocation method... SysV IPC shmget() So I'd guess patch is good. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
