Hi Brian,

I have looked a little bit closer into that "GLOBAL loading" problem.
And I found also the following error message:

  Can't make loaded symbols global on this platform while loading      \
  .../.Inline/lib/auto/main_C_perl_72_...47c/main_C_perl_72_...47c.so  \
  at /usr/local/lib/perl5/5.00502/aix/DynaLoader.pm line 168.

This error message is coming from "ext/DynaLoader/dl_aix.xs":

  void *
  dl_load_file(filename, flags=0)
        char *  filename
        int     flags
        CODE:
        DLDEBUG(1,PerlIO_printf(PerlIO_stderr(), "dl_load_file(%s,%x):\n",
                                                          filename,flags));
        if (flags & 0x01)
            warn("Can't make loaded symbols global on this platform 
                        while loading %s",filename);

Do anyone have any clue what is going on ?  Does it mean that "GLOBAL
loading" does not work under AIX ?

Any help, pointers, or informations are appreciated. 

Cheers,

Norbert
-- 
Ceterum censeo          | PGP encrypted mail preferred.
Redmond esse delendam.  | PGP Public Key at www.MPA-Garching.MPG.DE/~nog/

Reply via email to