This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc3.2.2 install problem
- From: W Y Yeung <wyyeung at ee dot cuhk dot edu dot hk>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 27 Mar 2003 16:48:12 +0800
- Subject: gcc3.2.2 install problem
- Reply-to: wyyeung at ee dot cuhk dot edu dot hk
Hello,
I got an error in configuring gcc3.2.2 and would like to ask how to
solve the problem. Next line below shows hardware and OS of my machine
(output od uname -a);
SunOS w1 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Blade-100
Following lines are screen output of configure;
# /usr/local/gnu/gcc-3.2.2/gcc/configure
--prefix=/export_w1/gnu/gcc-3.2.2
loading cache ./config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... sparc-sun-sunos4u
checking target system type... sparc-sun-sunos4u
checking build system type... sparc-sun-sunos4u
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking for gnatbind... no
checking for compiler driver that understands Ada... no
checking whether gcc accepts -Wno-long-long... no
checking how to run the C preprocessor... gcc -E
checking for inline... inline
checking for volatile... yes
checking for long double... yes
checking for long long int... yes
checking for __int64... no
checking for built-in _Bool... no
checking size of short... configure: error: cannot determine a size for
short
Thank you for your contribution to gcc/GNU.
Best regards,
YEUNG Wing Yee