Am 23.04.14 09:04, schrieb Michael Olbrich:
>> --- a/rules/perl.make
>> > +++ b/rules/perl.make
>> > @@ -65,7 +65,9 @@ PERL_CONF_OPT    := \
>> >    --prefix=/usr \
>> >    --host=$(PTXCONF_GNU_TARGET) \
>> >    --target=$(PTXCONF_GNU_TARGET) \
>> > -  -Dld=$(CROSS_CC)
>> > +  -Dld=$(CROSS_CC) \
>> > +  $(call ptx/ifdef, PTXCONF_PERL_THREADS, -Dusethreads, ) \
>> > +  $(call ptx/ifdef, PTXCONF_PERL_THREADS, -A ldflags=-pthread, )
> You got a link error here because -lpthread is missing, right?

Correct.

Regards,
Bernhard

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to