From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS, UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 704971F66E for ; Mon, 24 Aug 2020 12:19:11 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1kABRK-0004Ne-Hf; Mon, 24 Aug 2020 12:19:06 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kABRJ-0004NF-2a for sox-devel@lists.sourceforge.net; Mon, 24 Aug 2020 12:19:05 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Z1F4kbGADsWx49qzvWPFaUap536aW4V8oaqRVKRGO1Q=; b=ckYw6rEyFkJmWiN5J7AJFEVRB9 KiCci0drr1onNgmp0zv1GEttIrhnJO1352oTE2R8rUdxaeUaiqlA72YbU/0w+HTjRh9vtRh1CRode /RXp5nezQvUujJz1/gyJLRMvAo7HMntoFVsxVOjRM9wFPoqRexpG5bgbxH4hD28TvlsQ=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Z1F4kbGADsWx49qzvWPFaUap536aW4V8oaqRVKRGO1Q=; b=TRwBtTGVTLdLSuQeEYZdCD5Ma6 OeWHnwDaIuO7mlmn69BEcQvVmTWYQGP60BHTTQ2uHBZfb6KeghKXd9M0w9fq/JHHYObbNKo0yMCWC iuWexA+70i+sqFchDuYOolKIxFRS5m27Q5iIrLEAK6bsgCx0UsbzQAYAF/OYNK0iOkks=; Received: from uvt.stare.cz ([185.63.96.79] helo=mx.stare.cz) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1kABRD-00H1qa-6C for sox-devel@lists.sourceforge.net; Mon, 24 Aug 2020 12:19:04 +0000 Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 4e8a16da; Mon, 24 Aug 2020 14:18:50 +0200 (CEST) Date: Mon, 24 Aug 2020 14:18:49 +0200 From: Jan Stary To: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= Message-ID: <20200824121849.GA83575@www.stare.cz> References: <20200821081621.GA85272@www.stare.cz> <20200821151610.GA82566@www.stare.cz> <20200821152130.GA6847@www.stare.cz> <20200821174358.GA88757@www.stare.cz> <20200821201758.GA23884@www.stare.cz> <20200821204550.GA67586@www.stare.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Headers-End: 1kABRD-00H1qa-6C Subject: Re: Build system cleanup X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sox-devel@lists.sourceforge.net Cc: sox-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-devel-bounces@lists.sourceforge.net > It all works fine on my VM with this environment and no configure options: > AUTOCONF_VERSION=2.69 > AUTOMAKE_VERSION=1.16 > CC=cc > C_INCLUDE_PATH=/usr/local/include > LIBRARY_PATH=/usr/local/lib I see you have changed the install instructions in the INSTALL file (slapping them onto the Aug 14 commit without mentioning it or reflecting it in the commit message). There is a few problems: 1. On some systems, in particular OpenBSD, the autoreconf insists that 'libtool' is the GNU libtool (of course). So the requirement to have autoconf, automake and autoconf-archive probably needs to be augmented with GNU libtool; otherwise, $ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -i configure.ac:28: installing './compile' configure.ac:16: installing './install-sh' configure.ac:16: installing './missing' lpc10/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined lpc10/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' lpc10/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. lpc10/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure lpc10/Makefile.am:8: its definition is in aclocal's search path. lpc10/Makefile.am: installing './depcomp' src/Makefile.am:26: error: Libtool library used but 'LIBTOOL' is undefined src/Makefile.am:26: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/Makefile.am:26: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/Makefile.am:26: If 'LT_INIT' is in 'configure.ac', make sure src/Makefile.am:26: its definition is in aclocal's search path. autoreconf-2.69: automake failed with exit status: 1 2. "Run ./configure --help for a complete list of options." recommends to set the CC and CFLAGS and LDFLAGS etc as the arguments to ./configure, and never mentions C_INCLUDE_PATH or LIBRARY_PATH. 3. Later, the INSTALL manual recommends export CPATH=/usr/local/include export LIBRARY_PATH=/usr/local/lib as opposed to C_INCLUDE_PATH. 4. The other install manuals (README.win32, cygbuild. osxbuild - not sure how much relevant these are) still use thee ./configure CFLAGS=... syntax Jan _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel