tanner
07-07-2005, 09:35 PM
gcc-4.0.0-1 was push to debian unstable (aka sid) today for all platforms.
I have confirmed this on i386 and powerpc.
Do NOT install gcc4 if you want to keep compiling seq from source.
gcc4 (actually g++4) thinks seq is borked and won't compile it.
It will take some time to work through all the errors.
My recommendation is to pin gcc3 so it cannot be upgraded.
$ echo cpp hold | dpkg --set-selections
$ echo g++ hold | dpkg --set-selections
$ echo gcc hold | dpkg --set-selections
Can this the Debian FAQ for more details or this url http://faq.eqenchanters.org/index.php?action=artikel&cat=383683&id=42&artlang=en
I have confirmed this on i386 and powerpc.
Do NOT install gcc4 if you want to keep compiling seq from source.
gcc4 (actually g++4) thinks seq is borked and won't compile it.
It will take some time to work through all the errors.
My recommendation is to pin gcc3 so it cannot be upgraded.
$ echo cpp hold | dpkg --set-selections
$ echo g++ hold | dpkg --set-selections
$ echo gcc hold | dpkg --set-selections
Can this the Debian FAQ for more details or this url http://faq.eqenchanters.org/index.php?action=artikel&cat=383683&id=42&artlang=en