------- 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 <[EMAIL PROTECTED]>:

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

Reply via email to