[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #45759] Can't find Texinfo::ModulePath
From: |
Gavin Smith |
Subject: |
Re: [bug #45759] Can't find Texinfo::ModulePath |
Date: |
Mon, 17 Aug 2015 12:03:02 +0100 |
On 17 August 2015 at 11:56, Gavin Smith <address@hidden> wrote:
>> Is this a possibility to build a standalone module worth more investigation?
>
> I'll have a look at the patch you posted.
So this:
+my $dlname = undef;
+if ($TEXINFO_XS eq 'module') {
+ $dlname = "XSParagraph.so";
+ push @DynaLoader::dl_library_path, "./blib/arch/auto/XSParagraph/";
+ $TEXINFO_XS = 'debug';
+ goto LOAD;
+}
won't work for looking for an installed module, and also on platforms
when the file extension for shared objects isn't ".so".
Re: [bug #45759] Can't find Texinfo::ModulePath, Gavin Smith, 2015/08/16
Re: [bug #45759] Can't find Texinfo::ModulePath, Gavin Smith, 2015/08/14
- Re: [bug #45759] Can't find Texinfo::ModulePath, Karl Berry, 2015/08/14
- Re: [bug #45759] Can't find Texinfo::ModulePath, Patrice Dumas, 2015/08/15
- Re: [bug #45759] Can't find Texinfo::ModulePath, Patrice Dumas, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Gavin Smith, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath,
Gavin Smith <=
- Re: [bug #45759] Can't find Texinfo::ModulePath, Patrice Dumas, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Gavin Smith, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Patrice Dumas, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Gavin Smith, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Patrice Dumas, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Karl Berry, 2015/08/17
- Re: [bug #45759] Can't find Texinfo::ModulePath, Dumas Patrice, 2015/08/17
Re: [bug #45759] Can't find Texinfo::ModulePath, Patrice Dumas, 2015/08/18
Re: [bug #45759] Can't find Texinfo::ModulePath, Vincent Belaïche, 2015/08/15