DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10089>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10089 mod_negotiation.so in 1.3.26 fails when compiled with largefile (64-bit) CFLAGS [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-06-20 23:50 ------- This problem is due to a broken interaction between gcc and the system linker, in this case /usr/ccs/bin/ld. One way to work around this problem is to force linkage between all executibles and libraries by sticking the full path to libgcc.a in your LDFLAGS, like this: LDFLAGS=`gcc -print-libgcc-file-name` ./configure ... Another is to rebuild gcc to use the gnu assembler (gas). Thanks for using Apache. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
