This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC/RFT: split up pexecute.c


"John David Anglin" <dave@hiauly1.hia.nrc.ca> writes:

> This patch causes a bootstrap failure on hppa2.0w-hp-hpux11.11.  When
> linking libgcc_s.1, the following error occurs:
>
> collect2: /opt/gnu/hppa2.0w-hp-hpux11.11/bin/nm returned 28 exit status
>
> I verified manually that the actual exit status for nm is 0.  I changed
> pex-unix.c to use wait and things work again.

That smells like a bug in collect2.  Can you instrument pex-unix.c and
find out whether collect2 is calling pwait with the right process ID?

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]