RE: :ShareLite with 5.6

2000-03-30 Thread Paul G. Weiss
--Original Message- From: jason kirtland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 28, 2000 1:59 PM To: Paul G. Weiss; [EMAIL PROTECTED] Subject: RE: :ShareLite with 5.6 The following has cleared up most module problems for me- Build Perl 5.6 like so: Configure -Dbincompat5005 -Ac

RE: :ShareLite with 5.6

2000-03-28 Thread jason kirtland
The following has cleared up most module problems for me- Build Perl 5.6 like so: Configure -Dbincompat5005 -Accflags=-DPERL_POLLUTE And then for modules: perl Makefile.PL POLLUTE=1 On Linux, IPC::ShareLite passes all tests using the above. -=j > -Original Message- > From: Paul

RE: :ShareLite with 5.6

2000-03-28 Thread Paul G. Weiss
By the way, this is under Solaris 2.6, with none of the threading options selected in the build. -Paul > -Original Message- > From: Paul G. Weiss > Sent: Tuesday, March 28, 2000 7:18 AM > To: [EMAIL PROTECTED] > Subject: IPC::ShareLite with 5.6 > > > I have been unsuccessful in buildi