You are not logged in.
Pages: 1
Hi,
in my archppc I try to build unshield from AUR
I have change ARCH in PKGBUILD, but I have error:
BUILDSCRIPT non è definito! Assicurarsi di aver aggiornato /etc/makepkg.conf
I view that I have /etc/makepkg.conf.new
then I renamed ..new into makepkg.conf
but now error is:
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** No targets specified and no makefile found. Stop.
==> ERRORE: Compilazione interrotta.
can you help me ?
Offline
I had the same problem too... I found that downgrading to the previous version of pacman fixed this (why, I don't know).
--
JSkier
Offline
check the config.log file. there's probably a more descriptive error message there.
Offline
Try editing /etc/makepkg.conf and change -mtune=generic to -mtune=common (or whatever cpu you like. a reference here of possible values http://gcc.gnu.org/onlinedocs/gcc/RS_00 … tions.html)
Offline
ok
-mtune=common
works OK
p.s.
which suggest for:
apple G4 7447A, altivec supported
Offline
ok
-mtune=commonworks OK
p.s.
which suggest for:apple G4 7447A, altivec supported
-mtune=G4 instead of -mtune=common of course ![]()
You can also add -mabi=altivec -maltivec if you'd like. It compiles with that, but I'm not sure if it will help any since the compiler was built with --disable-multilib.
Also, you may want to file a bug report or ask on the mailing list if it's fixed. I mentioned it in IRC right after posting that but didn't get a reply.
Offline
Pages: 1