You are not logged in.
Hello
I am trying to build gcc with the default PKGBUILD which I get trough of ABS.
When I run makepkg, I get this message:
checking for C compiler default output file name...
configure: error: in `/home/zuargo/Paquetes/gcc/src/gcc-build':
configure: error: C compiler cannot create executables
See `config.log' for more details.
config.log in a line says:
/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/cc1: error while loading shared libraries: libcloog-isl.so.1: cannot open shared object file: No such file or directory
Here the whole config.log file.
So I searched for libcloog-isl.so.1 on my system. It is not installed on my system:
$ pacman -Ql | grep libcloog-isl.so.1
$ I have searched for the file (libcloog-isl.so.1) in the Archlinux's packages web page. I obtained this as result:
http://www.archlinux.org/packages/core/ … oog/files/
But cloog package does not provide libcloog-isl.so.1, instead it provides libcloog-isl.so.2 and libcloog-isl.so
Any idea? ![]()
Offline
/usr/lib/gcc/i686-pc-linux-gnu/4.6.1/cc1: error while loading shared libraries: libcloog-isl.so.1: cannot open shared object file: No such file or directory
That's the compiler installed on your machine breaking because your packages are out of date, or you're attempting to compile and maintain the package yourself.
Offline
Have you tried to build it on a clean chroot?
https://wiki.archlinux.org/index.php/De … ean_Chroot
Is your system fully updated? I tried to build it right now and it did not give any error like that
Last edited by ethail (2011-08-29 13:20:12)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Alright, I have updated fully the system and now I don't have problems
Thanks dudes
Thank you ethail for that article in the wiki I did not have idea about it ![]()
Offline