[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [RFC] Streamlining Binding Installation

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-09-02 22:50:51 CEST

David James wrote:

> There's got to be a better way to do this. Perl manages to test its XS
> modules in the build directory (i.e. before installing them). I think
> the trick is that Perl uses relative paths. (So these stay consistent
> after installation.)

No, the trick is that Perl specifically prepends the search for where to
find modules with blib/lib (pure Perl code) and blib/arch (compiled XS).
  The issue is that _only_ Perl does this; other code uses the OS
library load routines which can sometimes be fooled (i.e. setting
environment variables), but not always.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 2 22:50:44 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.