From: Ramon Gonzalez-A. <ar...@ma...> - 2007-04-09 23:10:53
|
Dear sirs, Thanks to Gerhard's good hints I managed to configure/make. I just changed the link of gcc from gcc-4.1.1-21 to gcc-4.0.2-9 in /usr/bin and everything worked. I am not sure if gcc-4.1 is badly installed or if it is a new configuration. Certainly cc1obj is missing in /usr/lib/gcc/i486-linux-gnu/4.1.2, while on the other hand there is a support library, libgcc1, which seems to be new for this version : $ dpkg --list | grep gcc ii gcc-4.0 4.0.2-9 The GNU C compiler ii gcc-4.0-base 4.0.2-9 The GNU Compiler Collection (base package) ii gcc-4.1 4.1.1-21 The GNU C compiler ii gcc-4.1-base 4.1.1-21 The GNU Compiler Collection (base package) ii libgcc1 4.1.1-21 GCC support library Anyway, by using gcc-4.0 I was able to bypass the stupid problem. Thanks, Ramon |