Subject: | Unresolved symbol: __eprintf |
HP-UX hqmnntu1 B.11.00 A 9000/800 891950666
This perl, v5.8.7 built for PA-RISC2.0
$ /usr/local/gcc-2.95.3/bin/gcc --version
2.95.3
All the tests fail, but here's a typical output, same thing repeated for
every test.
t/01array...../usr/lib/dld.sl: Unresolved symbol: __eprintf (code) from
/u02/src/for-perl-5.8.7/Clone-0.18/blib/arch/auto/Clone/Clone.sl
Can't load
'/u02/src/for-perl-5.8.7/Clone-0.18/blib/arch/auto/Clone/Clone.sl' for
module Clone: Unresolved external at
/usr/local/perl-5.8.7/lib/5.8.7/PA-RISC2.0/DynaLoader.pm line 230.
at t/01array.t line 12
Compilation failed in require at t/01array.t line 12.
BEGIN failed--compilation aborted at t/01array.t line 12.
t/01array.....dubious
Test returned status 215 (wstat 55040, 0xd700)
DIED. FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
I did find some discussion related to compiling another program that said
<quote>
I actually got the errors to go away by recompiling libct.sl with
-L/path/to/gcclib -lgcc; which was nice.
</quote>
but after several attempts to modify the Makefile, I didn't get anywhere.