[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.0.91 pretest
From: |
Gavin Smith |
Subject: |
Re: texinfo-6.0.91 pretest |
Date: |
Fri, 1 Jan 2016 16:20:27 +0000 |
On 1 January 2016 at 11:08, Eli Zaretskii <address@hidden> wrote:
> The next problem was with linking TestXS as a shared library. Because
> no undefined references are allowed when linking a shared library on
> MS-Windows, the linker needs to see an import library which tells it
> where to find the Perl functions at run time. This library is found
> like this:
>
> perl -V:libperl
>
> The result is a file name, like libperl520.a, with no leading
> directories, so one needs also the suitable linker flags before that,
> which can be obtained with
>
> perl -V:ldflags
>
> The result (after converting it in fetch_conf) should be added to the
> value of PERL_CONF_cccdlflags.
>
I added the -no-undefined flag but I don't think I will be able to do
the above reliably.
- Re: texinfo-6.0.91 pretest, (continued)
- Re: texinfo-6.0.91 pretest, Gavin Smith, 2016/01/02
- Re: texinfo-6.0.91 pretest, Eli Zaretskii, 2016/01/02
- Re: texinfo-6.0.91 pretest, Andreas Schwab, 2016/01/02
- Re: texinfo-6.0.91 pretest, Gavin Smith, 2016/01/02
- Re: texinfo-6.0.91 pretest, Andreas Schwab, 2016/01/02
- Re: texinfo-6.0.91 pretest, Gavin Smith, 2016/01/06
Re: texinfo-6.0.91 pretest,
Gavin Smith <=
Re: texinfo-6.0.91 pretest, Ken Brown, 2016/01/01
- Re: texinfo-6.0.91 pretest, Eli Zaretskii, 2016/01/02
- Re: texinfo-6.0.91 pretest, Ken Brown, 2016/01/02
- Re: texinfo-6.0.91 pretest, Eli Zaretskii, 2016/01/02
- Re: texinfo-6.0.91 pretest, Ken Brown, 2016/01/02
- Re: texinfo-6.0.91 pretest, Ken Brown, 2016/01/05
- Re: texinfo-6.0.91 pretest, Eli Zaretskii, 2016/01/05
Re: texinfo-6.0.91 pretest, Andreas Schwab, 2016/01/02