"Trevor Carpenter" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi,
>
> I am having using the jvsc configure script as described in the 
> installation notes for TOMCAT 5. I am installing to a system using dual 
> emt64 xeons running redhat kernel 2.6.9-34ELsmp.
>
> the fail line is:
>
> configure: error: Unsupported CPU architecture "x86_64"
>
> this seems to be assoiciated with code for the case statment starting on 
> ln 2629 in the configure file
>
> I have checked the nabble archive and the bugzilla, I found patches for 
> the problem but they all refer to amd chipsets.( 
> http://issues.apache.org/bugzilla/show_bug.cgi?id=35403 )
>
> how do I find out what the JDK 1.5 is labelling my chipset as so I can add 
> the appropriate lines to the case statement in the configure file?
>

Has nothing to do with the JDK.  The configure script goes off of 
`uname -a`.

I'm too lazy to look at the released version :), but the version at SVN 
trunk does support x86_64 (however, it assumes AMD).  You could try grabbing 
that one and building (requires autoconf and automake installed).

> sorry if there is a standard fix that my searching has not found any help 
> gratefully recieved!!
>
> Thanks in advance
>
> Trevor.
>
>
> the configure script output is:
> ./configure
> *** Current host ***
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking cached host system type... ok
> *** C-Language compilation tools ***
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler...
> yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none
> needed
> checking for ranlib... ranlib
> *** Java compilation tools ***
> checking for javac...
> /usr/local/java/jdk1.5.0_04/bin/javac
> checking wether the Java compiler
> (/usr/local/java/jdk1.5.0_04/bin/javac) works... yes
> checking for jar...
> /usr/local/java/jdk1.5.0_04/bin/jar
> *** Host support ***
> checking C flags dependant on host system type...
> failed
> configure: error: Unsupported CPU architecture
> "x86_64" 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to