[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Report on gm2-2009-06-24 on hpux 11.11/parisc
From: |
john o goyo |
Subject: |
[Gm2] Report on gm2-2009-06-24 on hpux 11.11/parisc |
Date: |
Fri, 3 Jul 2009 19:40:31 -0400 |
Build succeeded.
Make gm2.paranoid succeeded.
Make check-gm2 yielded the following.
# of expected passes 18966
# of unexpected failures 396
# of unresolved testcases 162
(Full logs to be mailed to Gaius.)
An attempt to compile hello.mod yielded the following surprise.
heap: tst% gm2 -c hello.mod
heap: tst% file hello.o
hello.o: ELF-64 relocatable object file - PA-RISC 2.0 (LP64)
heap: tst% gm2 -o hello hello.mod
ld: Unsatisfied symbol "__gxx_personality_v0" in file /var/tmp//
ccDtLe30.a[ccpokgIastart.o]
ld: Unsatisfied symbol "__cxa_allocate_exception" in file /var/tmp//
ccDtLe30.a[RTExceptions.o]
ld: Unsatisfied symbol "__cxa_begin_catch" in file /var/tmp//
ccDtLe30.a[ccpokgIastart.o]
ld: Unsatisfied symbol "typeinfo for int" in file /var/tmp//ccDtLe30.a
[RTExceptions.o]
ld: Unsatisfied symbol "__cxa_end_catch" in file /var/tmp//ccDtLe30.a
[ccpokgIastart.o]
ld: Unsatisfied symbol "__cxa_throw" in file /var/tmp//ccDtLe30.a
[RTExceptions.o]
6 errors.
collect2: ld returned 1 exit status
Without exceptions, the following results.
heap: tst% gm2 -c -fno-exceptions hello.mod
heap: tst% gm2 -o hello -fno-exceptions hello.mod
heap: tst% ./hello
GNU Modula-2 on HP-UX!
john
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] Report on gm2-2009-06-24 on hpux 11.11/parisc,
john o goyo <=