[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Perl program psortb does not find objects in static library



On Friday, 17 March 2017 11:42:37 CET Andreas Tille wrote:

> So my question is:  How do I need to tweak the makefile to get
> libsquid.a linked.  (I confirm it would be better if biosquid would have
> a dynamic library - but that's a post-Stretch release issue.)

I *think* you need to pass -static and -shared flags to ld.

You can try to tweak algorithm-hmm/Makefile.PL to pass these flags to the 
linker. See ExtUtils::MakeMaker doc [1] for details.

HTH

[1] https://metacpan.org/pod/ExtUtils::MakeMaker
-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org


Reply to: