diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-30 11:08:36 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-30 11:08:36 +0000 |
commit | b8490d0df80025934feb86f815161d4dd7b7247a (patch) | |
tree | 43d778678619e97e9bb2f608b191dc0f1cdaa574 /configure | |
parent | b194ee83af094a2ad6d3d049f8cc97715555f5df (diff) |
gcc 2.96 info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1767 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -391,7 +391,18 @@ case $cc_version in esac echo "$cc_version" if [ ! -z "$cc_verc_fail" ] ; then -echo "Please downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version" +cat <<EOF +Please downgrade(upgrade) gcc compiler to gcc-2.95.2+ or gcc-3.0+ version! + +Note: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or +in RedHat-based distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY +unsupported by us, because it simply SKIPS or badly compiles some MMX codes! +Important: this is NOT an MPlayer-specific problem, numerous other projects +(DRI, avifile, etc..) have problems with this shit too. DO NOT USE gcc 2.96 !!! +If you don't want to downgrade, use the --disable-gcc-checking option to avoid +this check, but DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* fault! +Get ready for misterious crashes, no-picture bugs, strange noises... REALLY! +EOF exit fi else |