develooper Front page | perl.perl5.porters | Postings from December 2003

Re: bleedperl: xsubpp not installed

Thread Previous | Thread Next
From:
Rafael Garcia-Suarez
Date:
December 1, 2003 06:47
Subject:
Re: bleedperl: xsubpp not installed
Message ID:
20031201154442.51b1f302.rgarciasuarez@free.fr
Andy Dougherty wrote:
>
> On Sun, 30 Nov 2003, Rafael Garcia-Suarez wrote:
> 
> > 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 ?
> 
> Does this mean xsubpp will get the same version-number treatment as the
> main perl executable?  That is, will 5.10.0 install both xsubpp5.10.0 and
> xsubpp as the same excutable?

Hope so.

> Also, will MakeMaker (and Module::Build)
> now always use $prefix/bin/xsubpp5.x.x instead of a plain xsubpp?  I hope
> so, or else it will be difficult to simultaneously maintain multiple
> versions of perl installed under the same $prefix.

Currently MakeMaker looks for xsubpp in 'ExtUtils' directories of the @INC
directories. (look for MM_Unix::tool_xsubpp().) This could be potentially
problematic in edge cases. Looking for xsubpp5.x.y in $Config{installbin}
(or any more appropriate Config variable) would be a small improvement.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About