From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4544 Path: news.gmane.org!not-for-mail From: Oliver Schneider Newsgroups: gmane.linux.lib.musl.general Subject: Out-of-tree builds Date: Thu, 06 Feb 2014 17:15:21 +0000 Organization: CYREN Iceland Message-ID: <52F3C329.6040208@f-prot.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1391706927 26895 80.91.229.3 (6 Feb 2014 17:15:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2014 17:15:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4548-gllmg-musl=m.gmane.org@lists.openwall.com Thu Feb 06 18:15:36 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WBSY3-0003WB-PF for gllmg-musl@plane.gmane.org; Thu, 06 Feb 2014 18:15:35 +0100 Original-Received: (qmail 24165 invoked by uid 550); 6 Feb 2014 17:15:33 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 24157 invoked from network); 6 Feb 2014 17:15:33 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 X-Antivirus: Scanned by F-PROT Antivirus (http://www.f-prot.com) Xref: news.gmane.org gmane.linux.lib.musl.general:4544 Archived-At: Hi, currently I am trying to perform an out-of-tree build on musl and I am hitting a problem. When I run this (in-tree) it works fine: ./configure --disable-shared however, then I switch to an empty directory and run this: ../musl/configure --disable-shared I get: using compiler runtime libraries: -lgcc -lgcc_eh checking whether compiler's long double definition matches float.h... no ../musl/configure: error: unsupported long double type Are out-of-tree builds generally not supported, or am I doing something wrong? I am using the Git repository and it's checked out at: b589fb4 release 0.9.15 Thanks and best regards, // Oliver