From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6130 216.105.32.0/20 X-Spam-Status: No, score=-0.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS, T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 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 ACB991F404 for ; Sat, 17 Mar 2018 14:33:37 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1exCtb-00075i-C5; Sat, 17 Mar 2018 14:33:19 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1exCtT-00075J-Cm for sox-devel@lists.sourceforge.net; Sat, 17 Mar 2018 14:33:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Type:MIME-Version:Message-ID:Subject:To: From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=anFXn1A5knOgSEHk44S7AO30Xn6yw1/otBH1EMkdqcc=; b=dNGK7XTv1ZyvC640UkLglSckVE A0L7NuJ+7ONSRh3jqSJOnRQOpcd7fK60UpufvaSKZJp63KgrFf73i+A7p/UtaaBabW8IxOKM2HGmA 79iJEKXg+quUNnPBXNM9b/v0CZiUzisaCSCAwoCHV6XpaBkSm+TUSZNzhCSQW6Gbumck=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date:Sender:Reply-To :Cc:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=anFXn1A5knOgSEHk44S7AO30Xn6yw1/otBH1EMkdqcc=; b=G BSnJ3pAS9QNoRw4anBk0tdXLKxou5XAa3GT/wN7EwQv5oAxGaCpoFPr6F1oYJ+0N1KR2seVQOfBhj bPYEyoqxmgzh2INEIOTMY5+tfVG/oIFQ3CFarmOnAR7d8LLAvU7z8jvJmtuNkedZmtrgOMO5TKacR yHJGa+9TUi/MxEow=; Received: from sfi-lb-mx.v20.lw.sourceforge.com ([172.30.20.201] helo=mx.stare.cz) by sfi-mx-4.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) id 1exCtQ-00Emmp-4a for sox-devel@lists.sourceforge.net; Sat, 17 Mar 2018 14:33:11 +0000 Received: from www.stare.cz (localhost [127.0.0.1]) by www.stare.cz (OpenSMTPD) with ESMTP id 4c795c1f for ; Sat, 17 Mar 2018 15:33:00 +0100 (CET) Date: Sat, 17 Mar 2018 15:33:00 +0100 From: Jan Stary To: sox-devel@lists.sourceforge.net Message-ID: <20180317143300.GA62585@www.stare.cz> Mail-Followup-To: sox-devel@lists.sourceforge.net MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) X-Headers-End: 1exCtQ-00Emmp-4a Subject: --without-amrwb --without-amrnb looks for AMR 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: sox-devel-bounces@lists.sourceforge.net This is current git (from git://git.code.sf.net/p/sox/code) on OpenBSD current/amd64. Configuring SoX with (full output below) $ ./configure --without-amrwb --without-amrnb \ CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib it still seems to look for AMR (and finds the library). checking opencore-amrwb/dec_if.h usability... yes checking opencore-amrwb/dec_if.h presence... yes checking for opencore-amrwb/dec_if.h... yes checking for D_IF_init in -lopencore-amrwb... yes checking opencore-amrnb/interf_dec.h usability... yes checking opencore-amrnb/interf_dec.h presence... yes checking for opencore-amrnb/interf_dec.h... yes checking for Decoder_Interface_init in -lopencore-amrnb... yes Why is that? Why does SoX try looking for the headers and the library when it is explicitly told not to? Jan checking build system type... x86_64-unknown-openbsd6.3 checking host system type... x86_64-unknown-openbsd6.3 checking target system type... x86_64-unknown-openbsd6.3 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking how to print strings... print -r checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-unknown-openbsd6.3 file names to x86_64-unknown-openbsd6.3 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd6.3 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd6.3 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to make a debug build... checking whether libssp exists... no checking whether stack-smashing protection is available... yes checking whether stack-smashing protection is buggy... yes checking gcc version... 4.2.1 checking whether byte ordering is bigendian... no checking for inline... inline checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... no checking sys/timeb.h presence... no checking for sys/timeb.h... no checking for sys/types.h... (cached) yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking for strcasecmp... yes checking for strdup... yes checking for popen... yes checking for vsnprintf... yes checking for gettimeofday... yes checking for mkstemp... yes checking for fmemopen... yes checking for library containing pow... -lm checking for library containing lrint... none required checking for lrint... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking whether libtool should be silenced... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlinit in -lltdl... yes checking for gcc option to support OpenMP... unsupported checking magic.h usability... no checking magic.h presence... no checking for magic.h... no checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking libpng/png.h usability... no checking libpng/png.h presence... no checking for libpng/png.h... no checking for png_set_rows in -lpng... yes checking mad.h usability... yes checking mad.h presence... yes checking for mad.h... yes checking whether to dlopen mad... no checking for mad_stream_buffer in -lmad... yes checking id3tag.h usability... yes checking id3tag.h presence... yes checking for id3tag.h... yes checking for id3_file_open in -lid3tag... yes checking whether to dlopen lame... no checking lame/lame.h usability... yes checking lame/lame.h presence... yes checking for lame/lame.h... yes checking for lame_get_lametag_frame in -lmp3lame... yes checking for id3tag_set_fieldvalue in -lmp3lame... yes checking twolame.h usability... yes checking twolame.h presence... yes checking for twolame.h... yes checking whether to dlopen twolame... no checking for twolame_init in -ltwolame... yes checking gsm/gsm.h usability... no checking gsm/gsm.h presence... no checking for gsm/gsm.h... no checking gsm.h usability... yes checking gsm.h presence... yes checking for gsm.h... yes checking for gsm_create in -lgsm... yes checking lpc10.h usability... no checking lpc10.h presence... no checking for lpc10.h... no checking for lpc10.h... (cached) no checking for create_lpc10_encoder_state in -llpc10... no checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking for ogg_packet_clear in -logg... yes checking for vorbis_analysis_headerout in -lvorbis... yes checking for ov_clear in -lvorbisfile... yes checking for vorbis_encode_init_vbr in -lvorbisenc... yes checking for OPUS... yes checking FLAC/all.h usability... yes checking FLAC/all.h presence... yes checking for FLAC/all.h... yes checking whether FLAC_API_VERSION_CURRENT is declared... yes checking for FLAC__stream_encoder_new in -lFLAC... yes checking opencore-amrwb/dec_if.h usability... yes checking opencore-amrwb/dec_if.h presence... yes checking for opencore-amrwb/dec_if.h... yes checking for D_IF_init in -lopencore-amrwb... yes checking opencore-amrnb/interf_dec.h usability... yes checking opencore-amrnb/interf_dec.h presence... yes checking for opencore-amrnb/interf_dec.h... yes checking for Decoder_Interface_init in -lopencore-amrnb... yes checking wavpack/wavpack.h usability... yes checking wavpack/wavpack.h presence... yes checking for wavpack/wavpack.h... yes checking for WavpackGetSampleRate in -lwavpack... yes checking sndio.h usability... yes checking sndio.h presence... yes checking for sndio.h... yes checking for sio_open in -lsndio... yes checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking alsa/asoundlib.h usability... no checking alsa/asoundlib.h presence... no checking for alsa/asoundlib.h... no checking ao/ao.h usability... yes checking ao/ao.h presence... yes checking for ao/ao.h... yes checking for ao_play in -lao... yes checking pulse/simple.h usability... no checking pulse/simple.h presence... no checking for pulse/simple.h... no checking for mmsystem.h... no checking for SNDFILE... yes checking sndfile.h usability... yes checking sndfile.h presence... yes checking for sndfile.h... yes checking for sf_open_virtual... yes checking whether SF_FORMAT_OGG is declared... yes checking whether SFC_SET_SCALE_INT_FLOAT_WRITE is declared... yes checking sys/soundcard.h usability... no checking sys/soundcard.h presence... no checking for sys/soundcard.h... no checking machine/soundcard.h usability... no checking machine/soundcard.h presence... no checking for machine/soundcard.h... no checking sys/audioio.h usability... yes checking sys/audioio.h presence... yes checking for sys/audioio.h... yes checking whether to enable symlinks... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsm/Makefile config.status: creating lpc10/Makefile config.status: creating msvc9/Makefile config.status: creating msvc10/Makefile config.status: creating sox.pc config.status: creating src/soxconfig.h config.status: executing depfiles commands config.status: executing libtool commands BUILD OPTIONS Debugging build............no Distro name ...............not specified! Dynamic loading support....yes Pkg-config location........$(libdir)/pkgconfig Play and rec symlinks......yes Symlinks enabled...........yes OPTIONAL DEVICE DRIVERS ao (Xiph)..................yes alsa (Linux)...............no coreaudio (Mac OS X).......no sndio (OpenBSD)............yes oss........................no pulseaudio.................no sunaudio...................yes waveaudio (MS-Windows).....no OPTIONAL FILE FORMATS amrnb......................no amrwb......................no flac.......................yes gsm........................yes (external) lpc10......................yes (in-tree) mp2/mp3....................yes id3tag....................yes lame......................yes lame id3tag...............yes dlopen lame...............no mad.......................yes dlopen mad................no twolame...................yes dlopen twolame............no oggvorbis..................yes opus.......................yes sndfile....................yes dlopen sndfile............no wavpack....................yes OTHER OPTIONS ladspa effects.............yes magic support..............no png support................yes OpenMP support.............no Configure finished. Do 'make -s && make install' to compile and install SoX. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel