On Sat, Aug 14, 1999 at 08:13:20PM +0200, Pierfrancesco Caci wrote: > > I've just upgraded to the latest gcc in potato. > It install itself as i386-linux, and when I try to compile, it can't > find cc1. I've solved this problem by linking the > /usr/lib/gcc-lib/i386-linux to i586-unknown-linux-glibc[12], but now I > have this other problem that I'm not able to solve: > > $ gcc -o numeri numeri.c > cpp: Invalid option `-undef' > > What does it mean? what can I do?
Looks to me like you some sort of conflicting packages installed for gcc/egcs. What does it say when you do `gcc --version'? Ben