You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/11 13:35:49 UTC

DO NOT REPLY [Bug 9247] - Apache 2 fails to build on Solaris 64bit Compiler

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=9247>.
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=9247

Apache 2 fails to build on Solaris 64bit Compiler





------- Additional Comments From pier@betaversion.org  2002-06-11 11:35 -------
This happens as well with the Forte Developer Tools C/C++ compiler 
when 64-bits mode is enabled...

It looks like configure forces the architecture to be "v8plus" in lines around 
382 to 390...

The "problem" is that V8+ is a 32-bit based architecture (dunno how to 
define this, but it produces 32 bit ELF binaries).

To check if the user wants a 32 or 64 bits compile, we should check if -
m64 is enabled in CFLAGS for GCC or -xarch=v9 is enabled for Sun's CC. 
More than this, I dunno! :)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org