This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/20559] cannot link program which uses std::(vector. deque) in SuSE AMDx86_64


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]