comparison configure @ 20085:6b5e20b52e7a

add gcc-4.x to the list of compilers displayed when configure detects an unsupported compiler
author gpoirier
date Fri, 06 Oct 2006 13:19:06 +0000
parents 8760c8681eac
children 156cea8ebcf3
comparison
equal deleted inserted replaced
20084:40313ebc35ac 20085:6b5e20b52e7a
739 done 739 done
740 fi # icc 740 fi # icc
741 if test "$cc_verc_fail" = yes ; then 741 if test "$cc_verc_fail" = yes ; then
742 cat <<EOF 742 cat <<EOF
743 743
744 *** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! *** 744 *** Please downgrade/upgrade C compiler to version gcc-2.95, 3.x or 4.x! ***
745 745
746 You are not using a supported compiler. We do not have the time to make sure 746 You are not using a supported compiler. We do not have the time to make sure
747 everything works with compilers other than the ones we use. Use either the 747 everything works with compilers other than the ones we use. Use either the
748 same compiler as we do, or use --disable-gcc-check but DO *NOT* REPORT BUGS 748 same compiler as we do, or use --disable-gcc-check but DO *NOT* REPORT BUGS
749 unless you can reproduce them after recompiling with a 2.95.x or 3.x version! 749 unless you can reproduce them after recompiling with a 2.95.x or 3/4.x version!
750 750
751 Note for gcc 2.96 users: Some versions of this compiler are known to miscompile 751 Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
752 mplayer and lame (which is used for mencoder). If you get compile errors, 752 mplayer and lame (which is used for mencoder). If you get compile errors,
753 first upgrade to the latest 2.96 release (minimum 2.96-85) and try again. 753 first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
754 If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting 754 If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting