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=8038>. 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=8038 mod_status.so: symbol __floatdisf: referenced symbol not found [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-04-13 01:21 ------- This is a problem that I have when compiling on my Solaris machine. The problem is most likely that you are compiling with gcc, but linking with the native linker. If you use gcc to do the linking, then it know to automagically link in libgcc.a. If you use the native linker, then you need to add that lib to your link line. This can be done with: EXTRA_LIBS="$(EXTRA_LIBS) -lgcc" ./configure --enable-modules=most I am marking this invalid, because the bug is in the system setup, not the configure script.
