From: Rafael Garcia-Suarez [mailto:rgarciasuarez@free.fr] > > Paul Marquess wrote: > > > > > > Any reason why perl@21538 doesn't install xsubpp? > > > > > > > > > > It's installed as of bleadperl @21823. Do you still see > this problem? > > > > > > > > Just did an rsync from ftp.activestate.com::perl-current > and it still > > > > doesn't install xsubpp. Perhaps activestate hasn't caught up yet. > > > > > > I didn't touch it very recently. What's your OS and other > > > relevant details ? > > > > Mandrake linux 9.2. kernel 2.4.19, gcc 3.3.1 > > As of change 21740, xsubpp should be installed in the executables > directories > ($prefix/bin/xsubpp5.9.0) and no more in lib/. Is this what you > expect ? does > it happen ? Aaah, didn't know that. In that case, xsubpp is being installed, but MakeMaker musn't know. This is what I get when I try to build DB_File in standalone mode (I get the same problem with Compress::Zlib) gcc-3.3.1 -c -I/usr/local/BerkeleyDB/include -DDEBUGGING -fno-strict-aliasi ng - I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/includ e/gd bm -g -DVERSION=\"1.808\" -DXS_VERSION=\"1.808\" -fpic "-I/home/paul/install/g cc-3.3.1/perl/std/5.9.0/lib/5.9.0/i686-linux/CORE" -D_NOT_CORE -DmDB_Prefi x_t= size_t -DmDB_Hash_t=u_int32_t version.c make: *** No rule to make target `ExtUtils/xsubpp', needed by `DB_File.c'. Stop . PaulThread Previous | Thread Next