> Date: Fri, 1 Jan 2016 16:20:27 +0000 > From: Gavin Smith <[email protected]> > Cc: Texinfo <[email protected]> > > On 1 January 2016 at 11:08, Eli Zaretskii <[email protected]> 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.
Thanks. There's always PERL_EXT_LDFLAGS.
