moseley has asked for the wisdom of the Perl Monks concerning the following question:
I assume it's due to some unresolved symbol(s). nm ./blib/arch/auto/Text/Pspell/Pspell.so shows many "U" entries.
What I don't know is how to determine what exactly is not resolved.
Running my test script generates this output:
That's not much info. Can someone offer tips on debugging?~/Text-Pspell-0.02$ PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib +/lib -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 t/*.t 1..17 ok 1 destroyed by out of scope ok 2 ok 3 ok 4 language-tag: en spelling: jargon: word-list-path: /usr/share/pspell module-search-order: aspell,ispell encoding: iso8859-1 ignore: (default) personal: (default) repl: (default) save-repl: (default) ignore-repl: (default) sug-mode: fast run-together: (default) master: master-flags: module: ok 5 ok 6 ok 7 en Aborted
Thanks,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL_DL_NONLAZY and make test failure
by Elian (Parson) on May 13, 2002 at 14:05 UTC | |
by Anonymous Monk on May 13, 2002 at 22:33 UTC | |
|
Re: PERL_DL_NONLAZY and make test failure
by samtregar (Abbot) on May 13, 2002 at 05:50 UTC |