Martin Michlmayr writes:
> I get the following failure while building gcc 4.2 on hppa:
> 
> checking for pid_t... no
> checking for library containing strerror... configure: error: Link tests are 
> not allowed after GCC_NO_EXECUTABLES.
> make[3]: *** [configure-target-libiberty] Error 1
> make[3]: Leaving directory
> `/build/buildd/gcc-snapshot-20060530/build-hppa64'
> make[2]: *** [all] Error 2

you try to build some target library for hppa64-linux, which won't
work. most likely some --disable-gomp is missing when configuring the
cross compiler.

  Matthias

Reply via email to