Here it is output: [envgen:perl-5.6.0/ext/GDBM_File] root# make mkdir blib mkdir blib/lib cp GDBM_File.pm blib/lib/GDBM_File.pm AutoSplitting blib/lib/GDBM_File.pm (blib/lib/auto/GDBM_File) /usr/bin/perl -I/System/Library/Perl/darwin -I/System/Library/Perl /System/Library/Perl/ExtUtils/xsubpp -noprototypes -typemap /System/Library/Perl/ExtUtils/typemap -typemap typemap GDBM_File.xs > GDBM_File.xsc && mv GDBM_File.xsc GDBM_File.c cc -c -g -pipe -pipe -fno-common -no-cpp-precomp -flat_namespace -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -O3 -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -I/System/Library/Perl/darwin/CORE GDBM_File.c cc: -flat_namespace: linker input file unused since linking not done mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/GDBM_File Running Mkbootstrap for GDBM_File () chmod 644 GDBM_File.bs LD_RUN_PATH="/usr/local/lib" cc -o blib/arch/auto/GDBM_File/GDBM_File.bundle -bundle -flat_namespace -undefined suppress GDBM_File.o -L/usr/local/lib -lgdbm chmod 755 blib/arch/auto/GDBM_File/GDBM_File.bundle cp GDBM_File.bs blib/arch/auto/GDBM_File/GDBM_File.bs chmod 644 blib/arch/auto/GDBM_File/GDBM_File.bs [envgen:perl-5.6.0/ext/GDBM_File] root# make test No tests defined for GDBM_File extension. [envgen:perl-5.6.0/ext/GDBM_File] root# make install Installing /Library/Perl/darwin/auto/GDBM_File/GDBM_File.bs Installing /Library/Perl/darwin/auto/GDBM_File/GDBM_File.bundle Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Library/Perl/darwin/GDBM_File.pm Installing /Library/Perl/darwin/auto/GDBM_File/autosplit.ix Writing /Library/Perl/darwin/auto/GDBM_File/.packlist ## Differing version of ./GDBM_File.pm found. You might like to rm /System/Library/Perl/darwin/GDBM_File.pm ## Running 'make install UNINST=1' will unlink this file for you. Appending installation info to /System/Library/Perl/darwin/perllocal.pod [envgen:perl-5.6.0/ext/GDBM_File] root# perl -e 'use GDBM_File' GDBM_File object version 1.03 does not match bootstrap parameter 1.06 at /System/Library/Perl/darwin/DynaLoader.pm line 219. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. [envgen:perl-5.6.0/ext/GDBM_File] root#
On Saturday, January 26, 2002, at 10:12 AM, Ken Williams wrote: >> > > You can probably just get the 5.6.0 distribution, go into the GDBM_File > directory, and install from there to your main perl, without installing > any other pieces. I've never tried this, but I think it should work. > In any case, you certainly shouldn't be forced to upgrade perl just for > the privilege of getting GDBM_File installed. > > -Ken >
