On Fri Jul 29 23:36:12 2005, [EMAIL PROTECTED] wrote:

> ---
> After running make shared, make test fails nearly all of the t/src
> tests with errors like the following:
> #     Failed test (t/src/exit.t at line 21)
> #          got: './t/src/exit_1: error while loading shared libraries:

I don't see a 'shared' target in config/gen/makefiles/root.in:

$ grep -n shared config/gen/makefiles/root.in
98:CC_SHARED        = @cc_shared@
486:#CONDITIONED_LINE(win32):LIBPARROT_SHARED  = @libparrot_shared@
487:#INVERSE_CONDITIONED_LINE(win32):LIBPARROT_SHARED  =
@blib_dir@/@libparrot_shared@
489:# This line controls whether a static or shared library is built
492:#CONDITIONED_LINE(has_icu):ICU_SHARED  = @icu_shared@
874:#CONDITIONED_LINE(libparrot_shared_alias):  ( cd @blib_dir@ ; ln -sf
@libparrot_shared@ @libparrot_shared_alias@ )
1654:# shared libs (LOAD_EXT, SHARE_EXT)
1655:# win32 import library (.lib - shared object is deleted by
LIBNCI_TEST_SO above)

Do we no longer have a 'shared' target.  Or was the OP using 'shared' in
some other context?

kid51

Reply via email to