bug-texinfo
[Top][All Lists]
Advanced

[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".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]