[MPlayer-users] rant (gcc 2.96)

Guillaume Rousse rousse at ccr.jussieu.fr
Mon Oct 8 13:26:10 CEST 2001


Ainsi parlait Martin Ma?ok :
> > It's childish, and it break automatized
> > building process, as in rpm building.
>
> %build
> echo 'gcc 2.96 is broken'|./configure --prefix=/usr --disable-gcc-checking
> make
Or patch configure :-)
--- configure   Sun Oct  7 23:36:29 2001
+++ configure.new       Mon Oct  8 13:23:27 2001
@@ -418,35 +418,7 @@
 exit
 fi
 else
-# echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY 
BUGREPORTS!"
-
-cat <<EOF
-
-
-Hmm. You want to compile MPlayer with gcc 2.96? Ok. You know. Do it.
-
-    *** BUT WE DO NOT RECOMMEND SENDING ANY MAIL TO THE ***
-       *** MAILING LISTS OR DIRECTLY TO THE AUTHORS! ***
-
-       *** gcc 2.96 is broken. nobody will help you! ***
-
-If you have any problem, then install 2.95.x or 3.0 version and try again.
-If the problem still exists, then read DOCS/bugreports.html.
-
-EOF
-
-echo -n "Enter keyword to continue: "
-read _answer
-
-if [ "$_answer" != "gcc 2.96 is broken" ]; then
-cat <<EOF
-
-Wrong answer. Next time try 'gcc 2.96 is broken'. But you'd better to 
downgrade.
-
-EOF
-exit
-fi
-
+echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY 
BUGREPORTS!"
 fi
 # ---

Thanks for the tips anyway.
-- 
Guillaume Rousse <rousse at ccr.jussieu.fr>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html



More information about the MPlayer-users mailing list