This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/20559] cannot link program which uses std::(vector. deque) in SuSE AMDx86_64
- From: "dkouroun at cc dot uoi dot gr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2005 23:07:13 -0000
- Subject: [Bug libstdc++/20559] cannot link program which uses std::(vector. deque) in SuSE AMDx86_64
- References: <20050319203417.20559.dkouroun@cc.uoi.gr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dkouroun at cc dot uoi dot gr 2005-03-19 23:07 -------
Subject: Re: cannot link program which uses std::(vector. deque) in SuSE AMDx86_64
Quoting pcarlini at suse dot de <gcc-bugzilla@gcc.gnu.org>:
>
> ------- 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
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
But this is exactly what I have done!
I have placed the compiler under /common/compilers
ls /common/compilers
gcc-3.4.3 gcc-3.4.3opt gcc-4.0-20050220 intel_cc_80 intel_cce_80
intel_fc_80 pathscale pgi
You see?
Here is my .bashrc
export PATH=$PATH:/common/compilers/gcc-3.4.3opt/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/common/compilers/gcc-3.4.3opt/lib
export MANPATH=$MANPATH:/common/compilers/gcc-3.4.3/man
the intel icc compiler has the same problem on SuSEx86_64
but the pgi-pgCC compiler has no such problems!
Do you really think is an installation problem?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20559