I got the following annoying little error after I tried to upgrade to a newer mod_python on my Gentoo Linux box: libtool: compile: unable to infer tagged configuration It seems that the main problem was due to the fact that I’ve switched to GCC 4.1.1 and when compiling mod_python, the compilation uses libtool that is [...]
I have Gentoo Linux on my home machine and after I’ve upgraded GCC (and subsequently the whole toolchain) I wanted to compile a perl related library – crypt-rsa. When I tried to emerge it, it failed with the following error: Could not run/locate “i386-pc-linux-gnu-gcc” After searching around I found this thread on the Gentoo forums [...]