From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx0.itk-engineering.de ([212.121.145.30]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Wcb5K-0006SE-Be for ptxdist@pengutronix.de; Tue, 22 Apr 2014 15:50:07 +0200 Received: from swexchange01.itk.local (swexchange01.itk.local [10.61.0.10]) by mx0.itk-engineering.de (8.14.5/8.14.5) with ESMTP id s3MDo5Eo005238 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 22 Apr 2014 15:50:05 +0200 From: Martin Hollingsworth Date: Tue, 22 Apr 2014 13:50:04 +0000 Message-ID: <1CFDA15477ACF741AAF78FA447550B7A028DF487@swexchange01.itk.local> References: <1CFDA15477ACF741AAF78FA447550B7A028DF331@swexchange01.itk.local> <20140422110009.GA87404@euler.fritz.box> <1CFDA15477ACF741AAF78FA447550B7A028DF422@swexchange01.itk.local> <20140422122021.GA87697@euler.fritz.box> <1CFDA15477ACF741AAF78FA447550B7A028DF44D@swexchange01.itk.local> <20140422130734.GA87802@euler.fritz.box> In-Reply-To: <20140422130734.GA87802@euler.fritz.box> Content-Language: de-DE MIME-Version: 1.0 Subject: Re: [ptxdist] how to configure perl scripting to compile with thread support? Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" Hello Bernhard, a simple one liner could be like this. Including the threads module already causes the error. ---------test.pl---------- #!/usr/bin/perl use threads; print "\n Hello World"; --------------------------- In the meantime a complete rebuild of the target after "ptxdist distclean" has finished, but the error still appears. Regards, Martin -- ptxdist mailing list ptxdist@pengutronix.de