[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
XSParagraph build failure with static libperl
From: |
Li Er |
Subject: |
XSParagraph build failure with static libperl |
Date: |
Mon, 05 Jun 2017 02:32:43 -0700 (PDT) |
XSParagraph assumes perl is built with a shared libperl library, which
is not always the case, in fact, static libperl is the default option
when building perl. And since XSParagraph adds -lperl to its ldflags,
it will result in a build failure because you can not link a shared
object with a static library.
I don't know why it adds this flag, I don't think it's meaningful when
building a XS module, the perl interpreter loads libperl itself. After
removing this flag from Makfile the build process succeeded for me.
- XSParagraph build failure with static libperl, rslovers, 2017/06/05
- XSParagraph build failure with static libperl,
Li Er <=
- Re: XSParagraph build failure with static libperl, Eli Zaretskii, 2017/06/05
- Re: XSParagraph build failure with static libperl, Gavin Smith, 2017/06/05
- Re: XSParagraph build failure with static libperl, Li Er, 2017/06/05
- Re: XSParagraph build failure with static libperl, Gavin Smith, 2017/06/05
- Re: XSParagraph build failure with static libperl, Gavin Smith, 2017/06/06
- Re: XSParagraph build failure with static libperl, Ken Brown, 2017/06/06
- Re: XSParagraph build failure with static libperl, Gavin Smith, 2017/06/07
- Re: XSParagraph build failure with static libperl, Ken Brown, 2017/06/07
- Re: XSParagraph build failure with static libperl, Gavin Smith, 2017/06/08