------- Additional Comments From pcarlini at suse dot de 2005-03-19 22:38 ------- > Yes I have also installed gcc-3.4.3! > GCC-3.4.3 has no problem at all compiling that program! > What can I do?
Ok, therefore this is only an installation problem, not a bug anywhere (I'm going to close your report). To answer, partially, your question (there are *many* different correct ways to install many simultaneous versions: please ask on gcc-help, f.i.), I would suggest configuring the non-system compiler to go somewhere under /usr/local/, e.g, pass at build time, something like --prefix=/usr/local/gcc34. Then, when you want to use it, fetch a simple script that does 'PATH="/usr/local/gcc34/bin:$PATH"; export PATH' -- What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20559