Eric Lemings wrote:
What is XPERM?
http://people.apache.org/~sebor/stdcxx/results/builds/hpux-11.31-ia64-6.
16.html
XPERM isn't even on the list of codes!

XPERM is a code that exec flags programs with that aren't
executable. aCC (or the HP-UX linker) sometimes creates the
target program but doesn't set the executable bit on error:

aCC 22.locale.synopsis.o -o 22.locale.synopsis -L$(BUILDDIR)/rwtest -lrwtest -AA +nostl -Wl,+s -L$(BUILDDIR)/lib -Wl,+b$(BUILDDIR)/lib:$(BUILDDIR)/rwtest -lstd -lm ld: Unsatisfied symbol "type info of std::collate<int>" in file 22.locale.synopsis.o

It might be better to map XPERM to LINK.

Martin

Reply via email to