Does anyone know why the same version of gcc (2.95.4-14) from stable on ppc doesn't act the same as on i386? In particular, the i386 version ignores the argument '-z noversion', but the ppc version errors out with this:
gcc: noversion: No such file or directory The reason I care about this is that I'd like to use a preexisting Makefile without changes. I can probably force a change back into the source provider, but I'd prefer to avoid that... Brad Boyer [EMAIL PROTECTED]