[Bug libstdc++/20559] cannot link program which uses std::(vector. deque) in SuSE AMDx86_64
pcarlini at suse dot de
gcc-bugzilla@gcc.gnu.org
Sat Mar 19 22:38:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list