I need gcc-4.1.2 because CUDA examples are failed when compiled with
gcc-4.3.3 or at least I could not make it work with CUDA.
Now I have the new problem that I could not compile gcc-4.1.2 with
gcc-4.3.3 and it seem hard to solve this problem.
Does anyone here in our forum could make CUDA work on Gentoo with gcc-4.3?
Thanks a lot
Hung
Jorge Morais wrote:
On Sat, 02 May 2009 20:34:02 +0300
Nikos Chantziaras <rea...@arcor.de> wrote:
Hung Dang wrote:
Hi all
I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the
following message.
!!! 'gcc-4.1.2' is not a valid package atom.
!!! Please check ebuild(5) for full details.
What should I do to avoid of this problem?
Try:
emerge --oneshot =gcc-4.1.2
(that is, you need an "=" in front.)
Or simply just:
emerge --oneshot gcc
if you're not using an ~arch ("testing") GCC.
In many architectures GCC 4.3 is the newest stable versions, dude.