You are not logged in.
Hi, when I try to install ifort by Yaourt, I got the following information:
==> Downloading lib32-gcc PKGBUILD from AUR...
Error: lib32-gcc not found in AUR.I checked the dependency, they are:
==> ifort dependencies:
- lib32-gcc (building from AUR)
- lib32-libstdc++5 (building from AUR)
- glibc (already installed)
- libstdc++5 (already installed)
- intel-compilers-common (already installed)
- rpmextract (already installed)As you can see, I already install intel-compilers-common. (without check md5sums... I don't know how to find it...)
So how can I install lib32-gcc and lib32-libstdc++5?
Thanks a lot!
Last edited by horsecool (2009-01-11 11:13:46)
Offline
This may be what you're looking for:
pacman -Ss lib32 | grep -i gcc
community/lib32-gcc-libs 4.3.2-1 (lib32)When you're having dependency problems like this, check the AUR page for information first, then search with pacman, then search the AUR. Since you may not know what you're downloading when using yaourt, it's helpful to do a little research first.
Offline
But when I run
pacman -Ss lib32nothing happened. It seems we, at least I, don't have it.
Edit:
Anyway, I downloaded ifort from intel's website and installed it successfully. I just forgot to run
source <install-dir>/Compiler/11.0/xxx/bin/ifortvars.sh ia32before.
Last edited by horsecool (2009-01-11 11:12:59)
Offline