Re: Fwd: AUTOLOAD error in a module

2004-01-18 Thread Luca Ognibene
On Sun, Jan 18, 2004 at 10:08:53AM -0800, drieux wrote: > >On Jan 18, 2004, at 9:32 AM, Luca Ognibene wrote: > >> > >>package gai; > >>require Exporter; > >>require DynaLoader; > >>@ISA = qw(Exporter DynaLoader); > >>package gai; &g

Re: AUTOLOAD error in a module

2004-01-18 Thread Luca Ognibene
On Sat, Jan 17, 2004 at 06:58:56PM -0800, drieux wrote: > > >but when he try to launch a simple example : > > ./hello-world.pl > > Use of inherited AUTOLOAD for non-method gai::gai_init() is deprecated > > at ./hello-world.pl line 9. Can't locate auto/gai/gai_init.al in @INC > > (@INC contains: /u

AUTOLOAD error in a module

2004-01-16 Thread Luca Ognibene
Don't know if this is the correct list.. tell me if i'm wrong! I'm doing perl bindings for a c library (gai). I've used swig with some typemaps.. It works in mine pc, but when i've sended my works to gai's author.. : perl Makefile.PL works fine, make works fine, make install works fine! but when h