You are not logged in.
Pages: 1
It would be good to have an older version of gcc, because some older programs doesn't compile with the newest. Like in Debian, you can have many versions installed at the same time.
Offline
i like compatibility, but not really the idea of having several gcc installed at the same time --- just my opinion
The impossible missions are the only ones which succeed.
Offline
It's a pain when things won't compile, but I would rather fix the source than go back to an old compiler. AFAICT, gcc 3.4.0 seems to be more solid than 3.3.x and earlier; those old releases won't get all the bugfixes present in the new versions. I don't want to see arch get bogged down like gentoo with multiple releases of old crufty compilers and other stuff. I would rather bleed a little for the sake of simplicity and ease of management.
The sturgeon general says don't smoke fish
Offline
A large package like Openoffice would benefit from this one. It should be able to compile with GCC 3.3.3, but doesn't compile with gcc 3.4 (who's fixing the 4GB of source? )
I'm currently using Ximian ooo-build to get an openoffice build. When you choose not to use the system compiler, it compiles a chrooted gcc 3.2 and builds ooo with that.
Offline
who's fixing the 4GB of source?
the people who wrote it wrong/messy?
gcc 3.3/3.2 -> gcc 3.4 is not a reinvention of C/C++ but a more strict way of compiling it
The impossible missions are the only ones which succeed.
Offline
Pages: 1