> I get a linker error if I try to use the -fhonor-std option. > I compiled the compiler with the standard options. > I get the error on Linux libc5 and glibc2 systems. > > Sould I compile the compiler with a special option? You only need to compile libgcc with -fhonor-std. Regards, Martin