comparison configure @ 1766:c78e645d706b

gcc 2.96 info
author arpi
date Thu, 30 Aug 2001 11:08:36 +0000
parents 46b49783b708
children 7f65437a67ba
comparison
equal deleted inserted replaced
1765:29913c011d50 1766:c78e645d706b
389 cc_version="$cc_version, ok";; 389 cc_version="$cc_version, ok";;
390 *) cc_version="$cc_version, bad"; cc_verc_fail=yes;; 390 *) cc_version="$cc_version, bad"; cc_verc_fail=yes;;
391 esac 391 esac
392 echo "$cc_version" 392 echo "$cc_version"
393 if [ ! -z "$cc_verc_fail" ] ; then 393 if [ ! -z "$cc_verc_fail" ] ; then
394 echo "Please downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version" 394 cat <<EOF
395 Please downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version!
396
397 Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or
398 in RedHat-based distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
399 unsupported by us, because it simply SKIPS or badly compiles some MMX codes!
400 Important: this is NOT an MPlayer-specific problem, numerous other projects
401 (DRI, avifile, etc..) have problems with this shit too. DO NOT USE gcc 2.96 !!!
402 If you don't want to downgrade, use the --disable-gcc-checking option to avoid
403 this check, but DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* fault!
404 Get ready for misterious crashes, no-picture bugs, strange noises... REALLY!
405 EOF
395 exit 406 exit
396 fi 407 fi
397 else 408 else
398 echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!" 409 echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!"
399 fi 410 fi