sox-devel@lists.sourceforge.net unofficial mirror
 help / color / mirror / code / Atom feed
* Build system cleanup
@ 2020-08-19 20:40 Måns Rullgård
  2020-08-20 20:40 ` Wolfgang Stoeggl via SoX-devel
  2020-08-21  8:16 ` Jan Stary
  0 siblings, 2 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-19 20:40 UTC (permalink / raw)
  To: sox-devel

I have done some cleaning of the build system.  The result is in the
'new-build' git branch.  I'd appreciate if people, especially on BSD,
could give it a try and report any problems.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-19 20:40 Build system cleanup Måns Rullgård
@ 2020-08-20 20:40 ` Wolfgang Stoeggl via SoX-devel
  2020-08-20 21:22   ` Måns Rullgård
  2020-08-21  8:16 ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Wolfgang Stoeggl via SoX-devel @ 2020-08-20 20:40 UTC (permalink / raw)
  To: sox-devel@lists.sourceforge.net; +Cc: Wolfgang Stoeggl


[-- Attachment #1.1: Type: text/plain, Size: 907 bytes --]

Hi,
lpc10.h is not found in the new-build branch during make, when no external lpc10 is installed on the system and the internal lpc10/lpc10.h should be included.
- Error:
lpc10.c:22:10: fatal error: lpc10.h: No such file or directory
   22 | #include <lpc10.h>
- How to reproduce:git checkout new-build
autoreconf -i
./configure --with-distro=Fedora --disable-staticmake


Best regardsWolfgang
 

    Am Mittwoch, 19. August 2020, 22:41:04 MESZ hat Måns Rullgård <mans@mansr.com> Folgendes geschrieben:  
 
 I have done some cleaning of the build system.  The result is in the
'new-build' git branch.  I'd appreciate if people, especially on BSD,
could give it a try and report any problems.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel  

[-- Attachment #1.2: Type: text/html, Size: 2771 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-20 20:40 ` Wolfgang Stoeggl via SoX-devel
@ 2020-08-20 21:22   ` Måns Rullgård
  2020-08-20 22:15     ` Wolfgang Stoeggl via SoX-devel
  2020-08-21  8:24     ` Jan Stary
  0 siblings, 2 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-20 21:22 UTC (permalink / raw)
  To: Wolfgang Stoeggl via SoX-devel

Wolfgang Stoeggl via SoX-devel <sox-devel@lists.sourceforge.net> writes:

> Hi,
> lpc10.h is not found in the new-build branch during make, when no external
> lpc10 is installed on the system and the internal lpc10/lpc10.h should be
> included.
> - Error:
> lpc10.c:22:10: fatal error: lpc10.h: No such file or directory
> 22 | #include <lpc10.h>
> - How to reproduce:
> git checkout new-build
> autoreconf -i
> ./configure --with-distro=Fedora --disable-static
> make

Aargh, should be fixed.  Please try again.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-20 21:22   ` Måns Rullgård
@ 2020-08-20 22:15     ` Wolfgang Stoeggl via SoX-devel
  2020-08-21  8:24     ` Jan Stary
  1 sibling, 0 replies; 89+ messages in thread
From: Wolfgang Stoeggl via SoX-devel @ 2020-08-20 22:15 UTC (permalink / raw)
  To: Sox-devel; +Cc: Wolfgang Stoeggl


[-- Attachment #1.1: Type: text/plain, Size: 694 bytes --]

OK, it is fixed.
 

    Am Donnerstag, 20. August 2020, 23:22:19 MESZ hat Måns Rullgård <mans@mansr.com> Folgendes geschrieben:  
 
 Wolfgang Stoeggl via SoX-devel <sox-devel@lists.sourceforge.net> writes:

> Hi,
> lpc10.h is not found in the new-build branch during make, when no external
> lpc10 is installed on the system and the internal lpc10/lpc10.h should be
> included.
> - Error:
> lpc10.c:22:10: fatal error: lpc10.h: No such file or directory
> 22 | #include <lpc10.h>
> - How to reproduce:
> git checkout new-build
> autoreconf -i
> ./configure --with-distro=Fedora --disable-static
> make

Aargh, should be fixed.  Please try again.

-- 
Måns Rullgård  

[-- Attachment #1.2: Type: text/html, Size: 1869 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-19 20:40 Build system cleanup Måns Rullgård
  2020-08-20 20:40 ` Wolfgang Stoeggl via SoX-devel
@ 2020-08-21  8:16 ` Jan Stary
  2020-08-21  8:31   ` Jan Stary
                     ` (3 more replies)
  1 sibling, 4 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21  8:16 UTC (permalink / raw)
  To: sox-devel

Hi Måns,

On Aug 19 21:40:36, mans@mansr.com wrote:
> I have done some cleaning of the build system.

thanks, the configure is much more readable now.
(I would still like to get rid of auto* anyway :-)

> The result is in the
> 'new-build' git branch.  I'd appreciate if people, especially on BSD,
> could give it a try and report any problems.

Testing on OpenBSD 6.7-current/amd64.
It eventually fails with lpc10.h not being found.
Full log below, comments inline.

	Jan


$ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -i
$ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 ./configure --prefix=$HOME
$ make
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

	Why does the build process need awk?

checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-openbsd6.7
checking host system type... x86_64-unknown-openbsd6.7
checking how to print strings... print -r
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc

	That would be $ gcc --version
	gcc (GCC) 4.2.1 20070719

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 dependency style of gcc... gcc3
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 whether ln -s works... yes
checking the maximum length of command line arguments... 393216
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-openbsd6.7 file names to x86_64-unknown-openbsd6.7 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd6.7 file names to toolchain format... func_convert_file_noop

	Where does the build process 'convert names' and why?

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

	LOL, what?

checking if mt is a manifest tool... no

	That's a shame.

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

	No source file seems to include memory.h

checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes

	No source file seems to include stdint.h

checking for unistd.h... yes

checking for dlfcn.h... yes

	No source file seems to include dlfcn.h

	Also, this is not a complete list of the system include files
	SoX uses (there's <stdio.h> for example). So what exactly is
	the purpose of this list? What is configure supposed to do
	once it figures that e.g. unistd.h is not to be found?
	(Would that happen anywhere? Does windoes have unistd.h?
	Does any POSIX system fail to have any of those?)

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.7 ld.so
checking how to hardcode library paths into programs... immediate
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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes

	Reading configure.ac, it's currently
	oggvorbis, opus and flac that get detected via pkg-config;
	for other formats, it checks for the header and the lib.
	Is this distinction intentional?

checking whether C compiler accepts -fstack-protector-strong... yes
checking whether the linker accepts -fstack-protector-strong... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether the linker accepts -Wl,-z,defs... yes
checking whether the linker accepts -Wl,--as-needed... yes
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

	So fcntl.h is 'usable'; it is also 'present'; and it exists.
	What are these _three_ tests?

checking for unistd.h... (cached) yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
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 sigaction... yes
checking for library containing pow... -lm
checking for library containing lrint... none required

	$ nm /usr/lib/libc.so.* | grep -Fw lrint 
	$ nm /usr/lib/libm.so.* | grep -Fw lrint
	00004a10 T lrint
	00017980 T lrint

	So -lm _is_ required for lrint. Maybe it works by accident,
	because -lm is pulled in for pow() anyway.

checking for lrint... yes

	Yes, in libm.

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 for gcc option to support OpenMP... unsupported
checking for ltdl.h... no
checking for magic.h... no
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking for png.h... no
checking for mad.h... no
checking for id3tag.h... no
checking for lame/lame.h... no
checking for lame.h... no

	$ pkg_info -L lame | grep .h$    
	/usr/local/include/lame/lame.h

	OpenBSD installs third-party packages into /usr/local/,
	but the configure script does not look there; it porbably
	only searches in /usr, because that's where linux distributions
	install their packages. (I'm not saying it should
	-- I will test the same with -I added to the CPPFLAGS,
	as the OpenBSD port of SoX does.)

checking for twolame.h... no
checking for gsm/gsm.h... no
checking for gsm.h... no

	This is the same case as above.

checking for lpc10.h... no

	So why does it try to build lpc support later,
	#including the lpc10.h that was not found?

checking for OGGVORBIS... yes
checking for OPUS... yes
checking for FLAC... yes
checking for opencore-amrwb/dec_if.h... no
checking for vo-amrwbenc/enc_if.h... no
checking for opencore-amrnb/interf_dec.h... no
checking for wavpack/wavpack.h... no
checking for sndio.h... yes
checking for sio_open in -lsndio... yes
checking for CoreAudio/CoreAudio.h... no
checking for alsa/asoundlib.h... no
checking for ao/ao.h... no
checking for pulse/simple.h... no
checking for mmsystem.h... no
checking for sndfile.h... no
checking for sys/soundcard.h... no
checking for sys/audioio.h... no
checking for sun/audioio.h... no

	Ha, I didn't have to --disable-sunaudio as before.

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 lpc10/Makefile

	Can we please also get rid of the subdirectories,
	have eveyrthing in sox-x.y.z, and get rid of the
	recursive Makefiles? Currently, it's SUBDIRS = lpc10 src
	- src does not need to be separate, and lpc should go
	the way of gsm.

config.status: creating sox.pc
config.status: creating src/soxconfig.h
config.status: src/soxconfig.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

Build options:
  distro name		  unspecified
  	
	The only place this is used is to set info->distro
	and print it as "issue: %s\n", info->distro.
	Because linux has "distros" (and calls them issues?)

  symlinks		  soxi play rec

Optional libraries:
  id3tag		  no
  lame			  no
  libgsm		  no
  libltdl		  no
  libsndfile		  no
  mad			  no
  magic			  no
  opencore-amrnb	  no
  opencore-amrwb	  no
  png			  no
  twolame		  no
  vo-amrwbenc		  no

  	As mentioned above, many of these are present here,
	but ./confogure needs to be told where to look.
	I will send a separate report.

Audio devices:
  alsa			  no
  ao			  no
  coreaudio		  no
  oss			  no
  pulseaudio		  no
  sndio			  yes
  sunaudio		  no
  waveaudio		  no

  	Yes.

Optional formats:
  amrnb			  no
  amrwb			  no
  flac			  yes
  gsm			  no
  lpc10			  yes
  mp3			  no
  oggvorbis		  yes
  opus			  yes
  sndfile		  no
  wavpack		  no

	This is precisely the pkgconf-detected ones
	plus the lpc in tree.

Other options:
  OpenMP		  no
  LADSPA effect plugins	  no

Configure finished.  Run 'make' to compile SoX.

hans@box:sox$ make
Making all in lpc10
Making all in src
  CC	   sox.o
In file included from sox.c:25:
sox.h:1159: warning: 'cdecl' attribute ignored

	There are thousands of these.

sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
sox.c: In function 'main':
sox.c:3084: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'sox_uint64_t'
sox.c:3084: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'sox_uint64_t'

	Why do we have a special name for uint64_t?

  CC	   libsox_la-adpcms.lo
In file included from sox_i.h:17,
		 from adpcms.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-aiff.lo
In file included from sox_i.h:17,
		 from aiff.c:17:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-cvsd.lo
In file included from sox_i.h:17,
		 from cvsd.c:44:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-g711.lo
In file included from sox_i.h:17,
		 from g711.c:13:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-g721.lo
In file included from sox_i.h:17,
		 from g721.c:51:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-g723_24.lo
In file included from sox_i.h:17,
		 from g723_24.c:39:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-g723_40.lo
In file included from sox_i.h:17,
		 from g723_40.c:47:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-g72x.lo
In file included from sox_i.h:17,
		 from g72x.c:49:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-vox.lo
In file included from sox_i.h:17,
		 from vox.c:12:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-raw.lo
In file included from sox_i.h:17,
		 from raw.c:10:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-formats.lo
In file included from sox_i.h:17,
		 from formats.c:22:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-formats_i.lo
In file included from sox_i.h:17,
		 from formats_i.c:21:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-skelform.lo
In file included from sox_i.h:17,
		 from skelform.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
skelform.c: In function 'lsx_skel_format_fn':
skelform.c:214: warning: initialization from incompatible pointer type
  CC	   libsox_la-xmalloc.lo
In file included from sox_i.h:17,
		 from xmalloc.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-util.lo
In file included from sox_i.h:17,
		 from util.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-libsox.lo
In file included from sox_i.h:17,
		 from libsox.c:21:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-libsox_i.lo
In file included from sox_i.h:17,
		 from libsox_i.c:22:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-sox-fmt.lo
In file included from sox_i.h:17,
		 from sox-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
sox-fmt.c: In function 'lsx_sox_format_fn':
sox-fmt.c:105: warning: initialization from incompatible pointer type
  CC	   libsox_la-bend.lo
In file included from sox_i.h:17,
		 from bend.c:35:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-biquad.lo
In file included from sox_i.h:17,
		 from biquad.h:22,
		 from biquad.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-biquads.lo
In file included from sox_i.h:17,
		 from biquad.h:22,
		 from biquads.c:61:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-chorus.lo
In file included from sox_i.h:17,
		 from chorus.c:64:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-compand.lo
In file included from sox_i.h:17,
		 from compand.c:13:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-compandt.lo
In file included from sox_i.h:17,
		 from compandt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-contrast.lo
In file included from sox_i.h:17,
		 from contrast.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-dcshift.lo
In file included from sox_i.h:17,
		 from dcshift.c:13:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-delay.lo
In file included from sox_i.h:17,
		 from delay.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-dft_filter.lo
In file included from sox_i.h:17,
		 from dft_filter.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-dither.lo
In file included from sox_i.h:17,
		 from dither.c:22:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-divide.lo
In file included from sox_i.h:17,
		 from divide.c:23:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-downsample.lo
In file included from sox_i.h:17,
		 from downsample.c:22:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-earwax.lo
In file included from sox_i.h:17,
		 from earwax.c:16:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-echo.lo
In file included from sox_i.h:17,
		 from echo.c:45:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-echos.lo
In file included from sox_i.h:17,
		 from echos.c:41:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-effects.lo
In file included from sox_i.h:17,
		 from effects.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-effects_i.lo
In file included from sox_i.h:17,
		 from effects_i.c:22:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-effects_i_dsp.lo
In file included from sox_i.h:17,
		 from effects_i_dsp.c:25:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
effects_i_dsp.c:586: warning: ignoring #pragma STDC FENV_ACCESS
effects_i_dsp.c:624: warning: ignoring #pragma STDC FENV_ACCESS
  CC	   libsox_la-fade.lo
In file included from sox_i.h:17,
		 from fade.c:11:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-fir.lo
In file included from sox_i.h:17,
		 from fir.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-firfit.lo
In file included from sox_i.h:17,
		 from firfit.c:23:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-flanger.lo
In file included from sox_i.h:17,
		 from flanger.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-gain.lo
In file included from sox_i.h:17,
		 from gain.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-hilbert.lo
In file included from sox_i.h:17,
		 from hilbert.c:23:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-input.lo
In file included from sox_i.h:17,
		 from input.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-ladspa.lo
In file included from sox_i.h:17,
		 from ladspa.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-loudness.lo
In file included from sox_i.h:17,
		 from loudness.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-mcompand.lo
In file included from sox_i.h:17,
		 from mcompand.c:45:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-noiseprof.lo
In file included from sox_i.h:17,
		 from noisered.h:21,
		 from noiseprof.c:21:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-noisered.lo
In file included from sox_i.h:17,
		 from noisered.h:21,
		 from noisered.c:11:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-output.lo
In file included from sox_i.h:17,
		 from output.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-overdrive.lo
In file included from sox_i.h:17,
		 from overdrive.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-pad.lo
In file included from sox_i.h:17,
		 from pad.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-phaser.lo
In file included from sox_i.h:17,
		 from phaser.c:44:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-rate.lo
In file included from sox_i.h:17,
		 from rate.c:27:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-remix.lo
In file included from sox_i.h:17,
		 from remix.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-repeat.lo
In file included from sox_i.h:17,
		 from repeat.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-reverb.lo
In file included from sox_i.h:17,
		 from reverb.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-reverse.lo
In file included from sox_i.h:17,
		 from reverse.c:13:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-silence.lo
In file included from sox_i.h:17,
		 from silence.c:16:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-sinc.lo
In file included from sox_i.h:17,
		 from sinc.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-skeleff.lo
In file included from sox_i.h:17,
		 from skeleff.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-speed.lo
In file included from sox_i.h:17,
		 from speed.c:24:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-splice.lo
In file included from sox_i.h:17,
		 from splice.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-stat.lo
In file included from sox_i.h:17,
		 from stat.c:15:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-stats.lo
In file included from sox_i.h:17,
		 from stats.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-stretch.lo
In file included from sox_i.h:17,
		 from stretch.c:17:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-swap.lo
In file included from sox_i.h:17,
		 from swap.c:24:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-synth.lo
In file included from sox_i.h:17,
		 from synth.c:30:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-tempo.lo
In file included from sox_i.h:17,
		 from tempo.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-tremolo.lo
In file included from sox_i.h:17,
		 from tremolo.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-trim.lo
In file included from sox_i.h:17,
		 from trim.c:23:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-upsample.lo
In file included from sox_i.h:17,
		 from upsample.c:21:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-vad.lo
In file included from sox_i.h:17,
		 from vad.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-vol.lo
In file included from sox_i.h:17,
		 from vol.c:16:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-raw-fmt.lo
In file included from sox_i.h:17,
		 from raw-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
raw-fmt.c: In function 'lsx_raw_format_fn':
raw-fmt.c:38: warning: initialization from incompatible pointer type
raw-fmt.c: In function 'lsx_sln_format_fn':
raw-fmt.c:58: warning: initialization from incompatible pointer type
  CC	   libsox_la-s1-fmt.lo
In file included from sox_i.h:17,
		 from s1-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-s2-fmt.lo
In file included from sox_i.h:17,
		 from s2-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-s3-fmt.lo
In file included from sox_i.h:17,
		 from s3-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-s4-fmt.lo
In file included from sox_i.h:17,
		 from s4-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-u1-fmt.lo
In file included from sox_i.h:17,
		 from u1-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-u2-fmt.lo
In file included from sox_i.h:17,
		 from u2-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-u3-fmt.lo
In file included from sox_i.h:17,
		 from u3-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-u4-fmt.lo
In file included from sox_i.h:17,
		 from u4-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-al-fmt.lo
In file included from sox_i.h:17,
		 from al-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-la-fmt.lo
In file included from sox_i.h:17,
		 from la-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-ul-fmt.lo
In file included from sox_i.h:17,
		 from ul-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-lu-fmt.lo
In file included from sox_i.h:17,
		 from lu-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-8svx.lo
In file included from sox_i.h:17,
		 from 8svx.c:3:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-aiff-fmt.lo
In file included from sox_i.h:17,
		 from aiff-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
aiff-fmt.c: In function 'lsx_aiff_format_fn':
aiff-fmt.c:30: warning: initialization from incompatible pointer type
  CC	   libsox_la-aifc-fmt.lo
In file included from sox_i.h:17,
		 from aifc-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
aifc-fmt.c: In function 'lsx_aifc_format_fn':
aifc-fmt.c:33: warning: initialization from incompatible pointer type
  CC	   libsox_la-au.lo
In file included from sox_i.h:17,
		 from au.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
au.c: In function 'lsx_au_format_fn':
au.c:234: warning: initialization from incompatible pointer type
  CC	   libsox_la-avr.lo
In file included from sox_i.h:17,
		 from avr.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-cdr.lo
In file included from sox_i.h:17,
		 from cdr.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
cdr.c: In function 'lsx_cdr_format_fn':
cdr.c:46: warning: initialization from incompatible pointer type
  CC	   libsox_la-cvsd-fmt.lo
In file included from sox_i.h:17,
		 from cvsd.h:22,
		 from cvsd-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
cvsd-fmt.c: In function 'lsx_cvsd_format_fn':
cvsd-fmt.c:29: warning: initialization from incompatible pointer type
cvsd-fmt.c: In function 'lsx_cvu_format_fn':
cvsd-fmt.c:111: warning: initialization from incompatible pointer type
  CC	   libsox_la-dvms-fmt.lo
In file included from sox_i.h:17,
		 from cvsd.h:22,
		 from dvms-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-dat.lo
In file included from sox_i.h:17,
		 from dat.c:12:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-hcom.lo
In file included from sox_i.h:17,
		 from hcom.c:23:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-htk.lo
In file included from sox_i.h:17,
		 from htk.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
htk.c: In function 'lsx_htk_format_fn':
htk.c:77: warning: initialization from incompatible pointer type
  CC	   libsox_la-maud.lo
In file included from sox_i.h:17,
		 from maud.c:14:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-prc.lo
In file included from sox_i.h:17,
		 from prc.c:51:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
prc.c: In function 'lsx_prc_format_fn':
prc.c:446: warning: initialization from incompatible pointer type
  CC	   libsox_la-sf.lo
In file included from sox_i.h:17,
		 from sf.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
sf.c: In function 'lsx_sf_format_fn':
sf.c:151: warning: initialization from incompatible pointer type
  CC	   libsox_la-smp.lo
In file included from sox_i.h:17,
		 from smp.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
smp.c: In function 'lsx_smp_format_fn':
smp.c:415: warning: initialization from incompatible pointer type
  CC	   libsox_la-sounder.lo
In file included from sox_i.h:17,
		 from sounder.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
sounder.c: In function 'lsx_sounder_format_fn':
sounder.c:52: warning: initialization from incompatible pointer type
  CC	   libsox_la-soundtool.lo
In file included from sox_i.h:17,
		 from soundtool.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
soundtool.c: In function 'lsx_soundtool_format_fn':
soundtool.c:75: warning: initialization from incompatible pointer type
  CC	   libsox_la-sphere.lo
In file included from sox_i.h:17,
		 from sphere.c:22:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
sphere.c: In function 'lsx_sphere_format_fn':
sphere.c:196: warning: initialization from incompatible pointer type
  CC	   libsox_la-tx16w.lo
In file included from sox_i.h:17,
		 from tx16w.c:36:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-voc.lo
In file included from sox_i.h:17,
		 from voc.c:157:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-vox-fmt.lo
In file included from sox_i.h:17,
		 from vox-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
vox-fmt.c: In function 'lsx_vox_format_fn':
vox-fmt.c:30: warning: initialization from incompatible pointer type
  CC	   libsox_la-ima-fmt.lo
In file included from sox_i.h:17,
		 from ima-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
ima-fmt.c: In function 'lsx_ima_format_fn':
ima-fmt.c:30: warning: initialization from incompatible pointer type
  CC	   libsox_la-adpcm.lo
In file included from sox_i.h:17,
		 from adpcm.c:34:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-ima_rw.lo
In file included from sox_i.h:17,
		 from ima_rw.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-wav.lo
In file included from sox_i.h:17,
		 from wav.c:13:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
wav.c: In function 'valid_chunk_id':
wav.c:755: warning: comparison is always false due to limited range of data type
wav.c: In function 'lsx_wav_format_fn':
wav.c:1643: warning: initialization from incompatible pointer type
  CC	   libsox_la-wve.lo
In file included from sox_i.h:17,
		 from wve.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
wve.c: In function 'lsx_wve_format_fn':
wve.c:60: warning: initialization from incompatible pointer type
  CC	   libsox_la-xa.lo
In file included from sox_i.h:17,
		 from xa.c:23:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-nulfile.lo
In file included from sox_i.h:17,
		 from nulfile.c:19:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-f4-fmt.lo
In file included from sox_i.h:17,
		 from f4-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-f8-fmt.lo
In file included from sox_i.h:17,
		 from f8-fmt.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
  CC	   libsox_la-gsrt.lo
In file included from sox_i.h:17,
		 from gsrt.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
gsrt.c: In function 'lsx_gsrt_format_fn':
gsrt.c:204: warning: initialization from incompatible pointer type
  CC	   libsox_la-flac.lo
In file included from sox_i.h:17,
		 from flac.c:18:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored
flac.c: In function 'lsx_flac_format_fn':
flac.c:603: warning: initialization from incompatible pointer type
  CC	   libsox_la-lpc10.lo
In file included from sox_i.h:17,
		 from lpc10.c:20:
sox.h:1159: warning: 'cdecl' attribute ignored
sox.h:1167: warning: 'cdecl' attribute ignored
sox.h:1175: warning: 'cdecl' attribute ignored
sox.h:1185: warning: 'cdecl' attribute ignored
sox.h:1197: warning: 'cdecl' attribute ignored
sox.h:1207: warning: 'cdecl' attribute ignored
sox.h:1217: warning: 'cdecl' attribute ignored
sox.h:1229: warning: 'cdecl' attribute ignored
sox.h:1239: warning: 'cdecl' attribute ignored
sox.h:1250: warning: 'cdecl' attribute ignored
sox.h:1262: warning: 'cdecl' attribute ignored
sox.h:1272: warning: 'cdecl' attribute ignored
sox.h:1286: warning: 'cdecl' attribute ignored
sox.h:1298: warning: 'cdecl' attribute ignored
sox.h:1308: warning: 'cdecl' attribute ignored
sox.h:1318: warning: 'cdecl' attribute ignored
sox.h:1329: warning: 'cdecl' attribute ignored
sox.h:1340: warning: 'cdecl' attribute ignored
sox.h:1685: warning: 'cdecl' attribute ignored
sox.h:1695: warning: 'cdecl' attribute ignored
sox.h:1705: warning: 'cdecl' attribute ignored
sox.h:1723: warning: 'cdecl' attribute ignored
sox.h:1740: warning: 'cdecl' attribute ignored
sox.h:1758: warning: 'cdecl' attribute ignored
sox.h:1769: warning: 'cdecl' attribute ignored
sox.h:1780: warning: 'cdecl' attribute ignored
sox.h:1791: warning: 'cdecl' attribute ignored
sox.h:1803: warning: 'cdecl' attribute ignored
sox.h:1813: warning: 'cdecl' attribute ignored
sox.h:1826: warning: 'cdecl' attribute ignored
sox.h:1835: warning: 'cdecl' attribute ignored
sox.h:1843: warning: 'cdecl' attribute ignored
sox.h:1852: warning: 'cdecl' attribute ignored
sox.h:1861: warning: 'cdecl' attribute ignored
sox.h:1871: warning: 'cdecl' attribute ignored
sox.h:1892: warning: 'cdecl' attribute ignored
sox.h:1908: warning: 'cdecl' attribute ignored
sox.h:1921: warning: 'cdecl' attribute ignored
sox.h:1935: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1952: warning: 'cdecl' attribute ignored
sox.h:1969: warning: 'cdecl' attribute ignored
sox.h:1986: warning: 'cdecl' attribute ignored
sox.h:1999: warning: 'cdecl' attribute ignored
sox.h:2012: warning: 'cdecl' attribute ignored
sox.h:2023: warning: 'cdecl' attribute ignored
sox.h:2036: warning: 'cdecl' attribute ignored
sox.h:2049: warning: 'cdecl' attribute ignored
sox.h:2059: warning: 'cdecl' attribute ignored
sox.h:2077: warning: 'cdecl' attribute ignored
sox.h:2089: warning: 'cdecl' attribute ignored
sox.h:2102: warning: 'cdecl' attribute ignored
sox.h:2112: warning: 'cdecl' attribute ignored
sox.h:2131: warning: 'cdecl' attribute ignored
sox.h:2141: warning: 'cdecl' attribute ignored
sox.h:2155: warning: 'cdecl' attribute ignored
sox.h:2168: warning: 'cdecl' attribute ignored
sox.h:2179: warning: 'cdecl' attribute ignored
sox.h:2190: warning: 'cdecl' attribute ignored
sox.h:2201: warning: 'cdecl' attribute ignored
sox.h:2213: warning: 'cdecl' attribute ignored
sox.h:2223: warning: 'cdecl' attribute ignored
sox.h:2233: warning: 'cdecl' attribute ignored
sox.h:2243: warning: 'cdecl' attribute ignored
sox.h:2256: warning: 'cdecl' attribute ignored
sox.h:2266: warning: 'cdecl' attribute ignored
sox.h:2277: warning: 'cdecl' attribute ignored
sox.h:2290: warning: 'cdecl' attribute ignored
sox.h:2303: warning: 'cdecl' attribute ignored
sox.h:2318: warning: 'cdecl' attribute ignored
sox.h:2336: warning: 'cdecl' attribute ignored
sox.h:2347: warning: 'cdecl' attribute ignored
sox.h:2358: warning: 'cdecl' attribute ignored
sox.h:2369: warning: 'cdecl' attribute ignored
sox.h:2436: warning: 'cdecl' attribute ignored
sox.h:2449: warning: 'cdecl' attribute ignored
sox.h:2465: warning: 'cdecl' attribute ignored
sox.h:2478: warning: 'cdecl' attribute ignored
sox.h:2491: warning: 'cdecl' attribute ignored
sox.h:2505: warning: 'cdecl' attribute ignored
sox.h:2519: warning: 'cdecl' attribute ignored
sox.h:2533: warning: 'cdecl' attribute ignored
sox.h:2546: warning: 'cdecl' attribute ignored
sox.h:2561: warning: 'cdecl' attribute ignored
sox.h:2625: warning: 'cdecl' attribute ignored
sox.h:2642: warning: 'cdecl' attribute ignored
sox.h:2653: warning: 'cdecl' attribute ignored

	This is where the build fails:

lpc10.c:22:19: error: lpc10.h: No such file or directory

	But ./configure knew that already.

lpc10.c:27: error: 'LPC10_SAMPLES_PER_FRAME' undeclared here (not in a function)
lpc10.c:44: error: expected declaration specifiers or '...' before 'INT32'
lpc10.c: In function 'write_bits':
lpc10.c:63: error: 'bits' undeclared (first use in this function)
lpc10.c:63: error: (Each undeclared identifier is reported only once
lpc10.c:63: error: for each function it appears in.)
lpc10.c: At top level:
lpc10.c:99: error: expected declaration specifiers or '...' before 'INT32'
lpc10.c: In function 'read_bits':
lpc10.c:113: error: 'bits' undeclared (first use in this function)
lpc10.c: In function 'startread':
lpc10.c:125: warning: implicit declaration of function 'create_lpc10_decoder_state'
lpc10.c:125: warning: assignment makes pointer from integer without a cast
lpc10.c: In function 'startwrite':
lpc10.c:137: warning: implicit declaration of function 'create_lpc10_encoder_state'
lpc10.c:137: warning: assignment makes pointer from integer without a cast
lpc10.c: In function 'read_samples':
lpc10.c:155: error: 'INT32' undeclared (first use in this function)
lpc10.c:155: error: expected ';' before 'bits'
lpc10.c:157: error: 'bits' undeclared (first use in this function)
lpc10.c:157: error: 'LPC10_BITS_IN_COMPRESSED_FRAME' undeclared (first use in this function)
lpc10.c:157: error: too many arguments to function 'read_bits'
lpc10.c:160: warning: implicit declaration of function 'lpc10_decode'
lpc10.c:165: warning: left-hand operand of comma expression has no effect
lpc10.c: In function 'write_samples':
lpc10.c:184: error: 'INT32' undeclared (first use in this function)
lpc10.c:184: error: expected ';' before 'bits'
lpc10.c:186: warning: implicit declaration of function 'lpc10_encode'
lpc10.c:186: error: 'bits' undeclared (first use in this function)
lpc10.c:187: error: 'LPC10_BITS_IN_COMPRESSED_FRAME' undeclared (first use in this function)
lpc10.c:187: error: too many arguments to function 'write_bits'
*** Error 1 in src (Makefile:2722 'libsox_la-lpc10.lo': @echo "	 CC	 " libsox_la-lpc10.lo;/bin/sh ../libtool --silent --tag=CC   --mode=...)
*** Error 1 in /home/hans/src/sox (Makefile:702 'all-recursive': @fail=;  if (target_option=k; case ${target_option-} in  ?) ;;	 *) echo "am...)


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-20 21:22   ` Måns Rullgård
  2020-08-20 22:15     ` Wolfgang Stoeggl via SoX-devel
@ 2020-08-21  8:24     ` Jan Stary
  1 sibling, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21  8:24 UTC (permalink / raw)
  To: sox-devel

On Aug 20 22:22:18, mans@mansr.com wrote:
> Wolfgang Stoeggl via SoX-devel <sox-devel@lists.sourceforge.net> writes:
> 
> > Hi,
> > lpc10.h is not found in the new-build branch during make, when no external
> > lpc10 is installed on the system and the internal lpc10/lpc10.h should be
> > included.
> > - Error:
> > lpc10.c:22:10: fatal error: lpc10.h: No such file or directory
> > 22 | #include <lpc10.h>
> > - How to reproduce:
> > git checkout new-build
> > autoreconf -i
> > ./configure --with-distro=Fedora --disable-static
> > make
> 
> Aargh, should be fixed.  Please try again.

I don't see any other commit on the new-build branch,
and it still fails the same way, as of now.

Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:16 ` Jan Stary
@ 2020-08-21  8:31   ` Jan Stary
  2020-08-21 10:28     ` Måns Rullgård
  2020-08-21  8:49   ` Jan Stary
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21  8:31 UTC (permalink / raw)
  To: sox-devel

> checking for sys/soundcard.h... no
> checking for sys/audioio.h... no
> checking for sun/audioio.h... no
> 
> 	Ha, I didn't have to --disable-sunaudio as before.

Wait, this used to be --without-sunaudio.
Aha, haven't read the commit message:

    The use of --enable and --with flags has been streamlined.  Optional
    libraries use --with-foo, some of them accepting the value 'dyn' to
    activate runtime dynamic loading.  The optional formats use --enable,
    again with the value 'dyn' enabling dynamic loading.

A distinction between 'optional libraries' and 'optional formats'
seems confusing to me: the optional libraries are the optional formats.

The 'audio devices' (as the current configure calls them)
also use --enable / --disable now.

Jan


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:16 ` Jan Stary
  2020-08-21  8:31   ` Jan Stary
@ 2020-08-21  8:49   ` Jan Stary
  2020-08-21 10:33     ` Måns Rullgård
  2020-08-21 11:15   ` Måns Rullgård
  2020-08-21 15:16   ` Jan Stary
  3 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21  8:49 UTC (permalink / raw)
  To: sox-devel

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

> Testing on OpenBSD 6.7-current/amd64.
> It eventually fails with lpc10.h not being found.
> Full log below, comments inline.

Trying agsin with ./configure --prefix=$HOME --disable-lpc10
to make it finosh without the lpc10 fail. Mysteriously,
it fails with standard C funcrtions not bewing found
(full log _attached_ as gz, as the thousands of cdecl warings
make the email too long to be accepted).


 	Jan

[-- Attachment #2: log.gz --]
[-- Type: application/x-gunzip, Size: 11030 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



[-- Attachment #4: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
@ 2020-08-21  8:52 Jan Stary
  2020-08-21 10:36 ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21  8:52 UTC (permalink / raw)
  To: sox-devel

Testing on the latest macOS

Darwin mbstarecz.local 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64

u@h:W$ autoreconf -i
u@h:W$ ./configure
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 build system type... x86_64-apple-darwin19.6.0
checking host system type... x86_64-apple-darwin19.6.0
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
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 dependency style of gcc... gcc3
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... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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 whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin19.6.0 file names to x86_64-apple-darwin19.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin19.6.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
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... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... 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... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin19.6.0 dyld
checking how to hardcode library paths into programs... immediate
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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
./configure: line 12902: syntax error near unexpected token `-fstack-protector-strong'
./configure: line 12902: `AX_APPEND_COMPILE_FLAGS(-fstack-protector-strong)'


I am probably missing some other library of M4 macros.
Can we please replace these with the obvious

  CFLAGS += ...
  LDFLAGS += ...

instead of using a library of macros to append an option?

	Jan


Script done on Fri Aug 21 10:49:42 2020


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:31   ` Jan Stary
@ 2020-08-21 10:28     ` Måns Rullgård
  2020-08-21 12:24       ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 10:28 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> checking for sys/soundcard.h... no
>> checking for sys/audioio.h... no
>> checking for sun/audioio.h... no
>> 
>> 	Ha, I didn't have to --disable-sunaudio as before.
>
> Wait, this used to be --without-sunaudio.
> Aha, haven't read the commit message:
>
>     The use of --enable and --with flags has been streamlined.  Optional
>     libraries use --with-foo, some of them accepting the value 'dyn' to
>     activate runtime dynamic loading.  The optional formats use --enable,
>     again with the value 'dyn' enabling dynamic loading.
>
> A distinction between 'optional libraries' and 'optional formats'
> seems confusing to me: the optional libraries are the optional formats.

No, they are not.  Some libraries provide multiple formats, and some
formats use multiple libraries.  It is also possible, in principle, for
a format to be optional without any external dependencies.  In fact, I
want to make most of them optional.  Many are super-obscure, and
including them only creates a larger attack surface for no benefit in
most cases.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:49   ` Jan Stary
@ 2020-08-21 10:33     ` Måns Rullgård
  2020-08-21 12:49       ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 10:33 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> Testing on OpenBSD 6.7-current/amd64.
>> It eventually fails with lpc10.h not being found.
>> Full log below, comments inline.
>
> Trying agsin with ./configure --prefix=$HOME --disable-lpc10
> to make it finosh without the lpc10 fail. Mysteriously,
> it fails with standard C funcrtions not bewing found

I installed OpenBSD in a VM and noticed the same thing.  It seems to
have something to do with linking shared libraries.  Is OpenBSD doing
something bizarre there?  If I configure with --disable-shared, it all
works, albeit with some warnings that I intend to take care of.

> (full log _attached_ as gz, as the thousands of cdecl warings
> make the email too long to be accepted).

On OpenBSD, you really should be building with clang rather than the
prehistoric gcc 4.2 it ships with.  I'll do something about that cdecl
warning regardless, though, once I figure out what the hell it's for in
the first place.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:52 Jan Stary
@ 2020-08-21 10:36 ` Måns Rullgård
  2020-08-21 12:22   ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 10:36 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> ./configure: line 12902: `AX_APPEND_COMPILE_FLAGS(-fstack-protector-strong)'
>
> I am probably missing some other library of M4 macros.
> Can we please replace these with the obvious
>
>   CFLAGS += ...
>   LDFLAGS += ...
>
> instead of using a library of macros to append an option?

No.  That macro also checks whether the flag is supported (yes, it's
badly named (no, I didn't name it)).  Just install the damn
autoconf-archive or run autoreconf on a Linux machine.  I'm not going to
jump through hoops to allow development on a system hostile to developers.
Same goes for Windows.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:16 ` Jan Stary
  2020-08-21  8:31   ` Jan Stary
  2020-08-21  8:49   ` Jan Stary
@ 2020-08-21 11:15   ` Måns Rullgård
  2020-08-21 14:04     ` Jan Stary
  2020-08-21 15:16   ` Jan Stary
  3 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 11:15 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> Hi Måns,
>
> On Aug 19 21:40:36, mans@mansr.com wrote:
>> I have done some cleaning of the build system.
>
> thanks, the configure is much more readable now.

That was the general idea.  Those new macros are a bit opaque, though.

> (I would still like to get rid of auto* anyway :-)

Replacing it without losing anything is a huge amount of work.  The
results can be great, but I don't want to spend the next month that
right now.

>> The result is in the
>> 'new-build' git branch.  I'd appreciate if people, especially on BSD,
>> could give it a try and report any problems.
>
> Testing on OpenBSD 6.7-current/amd64.
> It eventually fails with lpc10.h not being found.
> Full log below, comments inline.
>
> 	Jan
>
> $ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -i
> $ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 ./configure --prefix=$HOME
> $ make
> 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
>
> 	Why does the build process need awk?

I don't know how or why autofoo uses awk.  I didn't ask for a critique
of autoconf.  We all know it's a bit weird.

> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether make supports nested variables... (cached) yes
> checking build system type... x86_64-unknown-openbsd6.7
> checking host system type... x86_64-unknown-openbsd6.7
> checking how to print strings... print -r
> checking whether make supports the include directive... yes (GNU style)
> checking for gcc... gcc
>
> 	That would be $ gcc --version
> 	gcc (GCC) 4.2.1 20070719

That's an OpenBSD problem, not a SoX problem.

> 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 dependency style of gcc... gcc3
> 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 whether ln -s works... yes
> checking the maximum length of command line arguments... 393216
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... no
> checking how to convert x86_64-unknown-openbsd6.7 file names to x86_64-unknown-openbsd6.7 format... func_convert_file_noop
> checking how to convert x86_64-unknown-openbsd6.7 file names to toolchain format... func_convert_file_noop
>
> 	Where does the build process 'convert names' and why?

Again, I'm not interested in a critique of autoconf.

> 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
>
> 	LOL, what?
>
> checking if mt is a manifest tool... no
>
> 	That's a shame.

It's something some systems require when linking.  That's all I know.
Ask the autoconf authors if you must know more.

> 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
>
> 	No source file seems to include memory.h

And we didn't ask for that check.  Bloody autoconf.

> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
>
> 	No source file seems to include stdint.h

util.h does.  It's where int32_t and friends are defined, so we
definitely need it.

>
> checking for unistd.h... yes
>
> checking for dlfcn.h... yes
>
> 	No source file seems to include dlfcn.h
>
> 	Also, this is not a complete list of the system include files
> 	SoX uses (there's <stdio.h> for example). So what exactly is
> 	the purpose of this list? What is configure supposed to do
> 	once it figures that e.g. unistd.h is not to be found?
> 	(Would that happen anywhere? Does windoes have unistd.h?
> 	Does any POSIX system fail to have any of those?)

Those tests are relics from ancient times when autoconf at least gave
the impression of pretending to support non-GNU systems.  In those days,
before C99 and POSIX, the names of headers and what they declared varied
between systems, even if ultimately the same functionality was often
present.  Features already present in K&R C, such as stdint.h, are
universally supported and have thus never needed a test.  Thanks to the
aforementioned standards, modern systems are much more alike, so many of
these checks are unnecessary now.  I wish autoconf didn't insist on
doing them anyway, but that's a battle I don't want to fight today.  The
current situation is harmless, if silly.

> 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.7 ld.so
> checking how to hardcode library paths into programs... immediate
> 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 gcc... (cached) gcc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking for gcc option to accept ISO C89... (cached) none needed
> checking whether gcc understands -c and -o together... (cached) yes
> checking dependency style of gcc... (cached) gcc3
> checking whether ln -s works... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
>
> 	Reading configure.ac, it's currently
> 	oggvorbis, opus and flac that get detected via pkg-config;
> 	for other formats, it checks for the header and the lib.
> 	Is this distinction intentional?

Those libraries are sometimes installed in ways that _require_ unusual
-I flags that we can't detect any other way (other than trying half a
dozen variants until something works).  pkg-config provides the
necessary information.  On the flip side, pkg-config can sometimes
tell lies too, so I prefer to avoid it when possible.

> checking whether C compiler accepts -fstack-protector-strong... yes
> checking whether the linker accepts -fstack-protector-strong... yes
> checking whether C compiler accepts -Wall... yes
> checking whether C compiler accepts -Wmissing-prototypes... yes
> checking whether C compiler accepts -Wstrict-prototypes... yes
> checking whether the linker accepts -Wl,-z,defs... yes
> checking whether the linker accepts -Wl,--as-needed... yes
> 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
>
> 	So fcntl.h is 'usable'; it is also 'present'; and it exists.
> 	What are these _three_ tests?

There's some kind of explanation in the autoconf manual.

> checking for unistd.h... (cached) yes
> checking byteswap.h usability... no
> checking byteswap.h presence... no
> checking for byteswap.h... no
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> 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 sigaction... yes
> checking for library containing pow... -lm
> checking for library containing lrint... none required
>
> 	$ nm /usr/lib/libc.so.* | grep -Fw lrint 
> 	$ nm /usr/lib/libm.so.* | grep -Fw lrint
> 	00004a10 T lrint
> 	00017980 T lrint
>
> 	So -lm _is_ required for lrint. Maybe it works by accident,
> 	because -lm is pulled in for pow() anyway.
>
> checking for lrint... yes
>
> 	Yes, in libm.

On some systems it's all libc without a separate libm.  That said, those
checks can probably be cut down a bit.

Bear in mind that SoX predates many interfaces that are now standard.
Much of the cruft was once necessary, or at least warranted.

> 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 for gcc option to support OpenMP... unsupported
> checking for ltdl.h... no
> checking for magic.h... no
> checking for zlib.h... yes
> checking for uncompress in -lz... yes
> checking for png.h... no
> checking for mad.h... no
> checking for id3tag.h... no
> checking for lame/lame.h... no
> checking for lame.h... no
>
> 	$ pkg_info -L lame | grep .h$    
> 	/usr/local/include/lame/lame.h
>
> 	OpenBSD installs third-party packages into /usr/local/,
> 	but the configure script does not look there; it porbably
> 	only searches in /usr, because that's where linux distributions
> 	install their packages. (I'm not saying it should
> 	-- I will test the same with -I added to the CPPFLAGS,
> 	as the OpenBSD port of SoX does.)

If your system puts things outside the compiler's default search path,
it is your responsibility to provide the information necessary to use
them.  Setting CFLAGS or CPPFLAGS with the appropriate -I options is one
way.  Depending on the compiler, setting C_INCLUDE_PATH might be another.

> checking for twolame.h... no
> checking for gsm/gsm.h... no
> checking for gsm.h... no
>
> 	This is the same case as above.
>
> checking for lpc10.h... no
>
> 	So why does it try to build lpc support later,
> 	#including the lpc10.h that was not found?

I made a mistake.

> checking for OGGVORBIS... yes
> checking for OPUS... yes
> checking for FLAC... yes
> checking for opencore-amrwb/dec_if.h... no
> checking for vo-amrwbenc/enc_if.h... no
> checking for opencore-amrnb/interf_dec.h... no
> checking for wavpack/wavpack.h... no
> checking for sndio.h... yes
> checking for sio_open in -lsndio... yes
> checking for CoreAudio/CoreAudio.h... no
> checking for alsa/asoundlib.h... no
> checking for ao/ao.h... no
> checking for pulse/simple.h... no
> checking for mmsystem.h... no
> checking for sndfile.h... no
> checking for sys/soundcard.h... no
> checking for sys/audioio.h... no
> checking for sun/audioio.h... no
>
> 	Ha, I didn't have to --disable-sunaudio as before.

Odd, I didn't intentionally change anything.

> 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 lpc10/Makefile
>
> 	Can we please also get rid of the subdirectories,
> 	have eveyrthing in sox-x.y.z, and get rid of the
> 	recursive Makefiles? Currently, it's SUBDIRS = lpc10 src
> 	- src does not need to be separate, and lpc should go
> 	the way of gsm.

I detest recursive make as much as anyone, but for now it's not in the
way of fixing actual bugs.

> config.status: creating sox.pc
> config.status: creating src/soxconfig.h
> config.status: src/soxconfig.h is unchanged
> config.status: executing depfiles commands
> config.status: executing libtool commands
>
> Build options:
>   distro name		  unspecified
>
> 	The only place this is used is to set info->distro
> 	and print it as "issue: %s\n", info->distro.
> 	Because linux has "distros" (and calls them issues?)

I have no idea what that is for.  Regardless, removing it doesn't belong
in this cleanup operation.

>   symlinks		  soxi play rec
>
> Optional libraries:
>   id3tag		  no
>   lame			  no
>   libgsm		  no
>   libltdl		  no
>   libsndfile		  no
>   mad			  no
>   magic			  no
>   opencore-amrnb	  no
>   opencore-amrwb	  no
>   png			  no
>   twolame		  no
>   vo-amrwbenc		  no
>
>   	As mentioned above, many of these are present here,
> 	but ./confogure needs to be told where to look.

So tell it.  That's your job, not mine.

> 	I will send a separate report.
>
> Audio devices:
>   alsa			  no
>   ao			  no
>   coreaudio		  no
>   oss			  no
>   pulseaudio		  no
>   sndio			  yes
>   sunaudio		  no
>   waveaudio		  no
>
>   	Yes.
>
> Optional formats:
>   amrnb			  no
>   amrwb			  no
>   flac			  yes
>   gsm			  no
>   lpc10			  yes
>   mp3			  no
>   oggvorbis		  yes
>   opus			  yes
>   sndfile		  no
>   wavpack		  no
>
> 	This is precisely the pkgconf-detected ones
> 	plus the lpc in tree.
>
> Other options:
>   OpenMP		  no
>   LADSPA effect plugins	  no
>
> Configure finished.  Run 'make' to compile SoX.
>
> hans@box:sox$ make
> Making all in lpc10
> Making all in src
>   CC	   sox.o
> In file included from sox.c:25:
> sox.h:1159: warning: 'cdecl' attribute ignored

As I said in another mail, I'll deal with it.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 10:36 ` Måns Rullgård
@ 2020-08-21 12:22   ` Jan Stary
  2020-08-21 12:27     ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 12:22 UTC (permalink / raw)
  To: sox-devel

On Aug 21 11:36:29, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > ./configure: line 12902: `AX_APPEND_COMPILE_FLAGS(-fstack-protector-strong)'
> >
> > I am probably missing some other library of M4 macros.
> > Can we please replace these with the obvious
> >
> >   CFLAGS += ...
> >   LDFLAGS += ...
> >
> > instead of using a library of macros to append an option?
> 
> No.  That macro also checks whether the flag is supported (yes, it's
> badly named (no, I didn't name it)).  Just install the damn
> autoconf-archive or run autoreconf on a Linux machine.  I'm not going to
> jump through hoops to allow development on a system hostile to developers.
> Same goes for Windows.

Having to install a third party package to be able to
add a string to CFLAGS (or whatever) is precisely what
I would call jumping through hoops and being hostile to developers.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 10:28     ` Måns Rullgård
@ 2020-08-21 12:24       ` Jan Stary
  2020-08-21 12:46         ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 12:24 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 21 11:28:50, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> checking for sys/soundcard.h... no
> >> checking for sys/audioio.h... no
> >> checking for sun/audioio.h... no
> >> 
> >> 	Ha, I didn't have to --disable-sunaudio as before.
> >
> > Wait, this used to be --without-sunaudio.
> > Aha, haven't read the commit message:
> >
> >     The use of --enable and --with flags has been streamlined.  Optional
> >     libraries use --with-foo, some of them accepting the value 'dyn' to
> >     activate runtime dynamic loading.  The optional formats use --enable,
> >     again with the value 'dyn' enabling dynamic loading.
> >
> > A distinction between 'optional libraries' and 'optional formats'
> > seems confusing to me: the optional libraries are the optional formats.
> 
> No, they are not.  Some libraries provide multiple formats, and some
> formats use multiple libraries.  It is also possible, in principle, for
> a format to be optional without any external dependencies.  In fact, I
> want to make most of them optional.  Many are super-obscure, and
> including them only creates a larger attack surface for no benefit in
> most cases.

Where does lpc10 stand in that regard?

Recently, you found some copies of the gsm stack sox used to have
in asterisk and some other audio processing software - thank you.
Before I go looking for copies of lpc,
have you please found it elsewhere too?

	Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 12:22   ` Jan Stary
@ 2020-08-21 12:27     ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 12:27 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 21 11:36:29, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> > ./configure: line 12902: `AX_APPEND_COMPILE_FLAGS(-fstack-protector-strong)'
>> >
>> > I am probably missing some other library of M4 macros.
>> > Can we please replace these with the obvious
>> >
>> >   CFLAGS += ...
>> >   LDFLAGS += ...
>> >
>> > instead of using a library of macros to append an option?
>> 
>> No.  That macro also checks whether the flag is supported (yes, it's
>> badly named (no, I didn't name it)).  Just install the damn
>> autoconf-archive or run autoreconf on a Linux machine.  I'm not going to
>> jump through hoops to allow development on a system hostile to developers.
>> Same goes for Windows.
>
> Having to install a third party package to be able to
> add a string to CFLAGS (or whatever) is precisely what
> I would call jumping through hoops and being hostile to developers.

But it's not just adding a string.  I already explained that.  It's also
not a third-party package.  It's a companion package to autoconf.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 12:24       ` Jan Stary
@ 2020-08-21 12:46         ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 12:46 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 21 11:28:50, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> >> checking for sys/soundcard.h... no
>> >> checking for sys/audioio.h... no
>> >> checking for sun/audioio.h... no
>> >> 
>> >> 	Ha, I didn't have to --disable-sunaudio as before.
>> >
>> > Wait, this used to be --without-sunaudio.
>> > Aha, haven't read the commit message:
>> >
>> >     The use of --enable and --with flags has been streamlined.  Optional
>> >     libraries use --with-foo, some of them accepting the value 'dyn' to
>> >     activate runtime dynamic loading.  The optional formats use --enable,
>> >     again with the value 'dyn' enabling dynamic loading.
>> >
>> > A distinction between 'optional libraries' and 'optional formats'
>> > seems confusing to me: the optional libraries are the optional formats.
>> 
>> No, they are not.  Some libraries provide multiple formats, and some
>> formats use multiple libraries.  It is also possible, in principle, for
>> a format to be optional without any external dependencies.  In fact, I
>> want to make most of them optional.  Many are super-obscure, and
>> including them only creates a larger attack surface for no benefit in
>> most cases.
>
> Where does lpc10 stand in that regard?

I think it qualifies as obscure.  I've certainly never had any reason to
use it.  It's a voice codec, so it's likely to have originated in phone
systems (and Asterix supports it).  It is also a US federal standard
(FIPS 137).  If someone is using it, I'd rather not break things for
them unnecessarily.

> Recently, you found some copies of the gsm stack sox used to have
> in asterisk and some other audio processing software - thank you.
> Before I go looking for copies of lpc,
> have you please found it elsewhere too?

There are packages called "lpc10" in Mageia, Mandriva (aren't those
related?), and PCLinuxOS (whatever that is).  None of the normal distros
have it.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 10:33     ` Måns Rullgård
@ 2020-08-21 12:49       ` Jan Stary
  2020-08-21 12:50         ` Jan Stary
                           ` (2 more replies)
  0 siblings, 3 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21 12:49 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 21 11:33:08, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> Testing on OpenBSD 6.7-current/amd64.
> >> It eventually fails with lpc10.h not being found.
> >> Full log below, comments inline.
> >
> > Trying agsin with ./configure --prefix=$HOME --disable-lpc10
> > to make it finosh without the lpc10 fail. Mysteriously,
> > it fails with standard C funcrtions not bewing found
> 
> I installed OpenBSD in a VM and noticed the same thing.  It seems to
> have something to do with linking shared libraries.  Is OpenBSD doing
> something bizarre there?

Full log attached; these is the failing line
(can we please make make V=1 the default,
so that the actual commands can be seen?)

libtool: link: gcc -shared  -fPIC -DPIC -o .libs/libsox.so.3.0	.libs/libsox_la-adpcms.o .libs/libsox_la-aiff.o .libs/libsox_la-cvsd.o .libs/libsox_la-g711.o .libs/libsox_la-g721.o .libs/libsox_la-g723_24.o .libs/libsox_la-g723_40.o .libs/libsox_la-g72x.o .libs/libsox_la-vox.o .libs/libsox_la-raw.o .libs/libsox_la-formats.o .libs/libsox_la-formats_i.o .libs/libsox_la-skelform.o .libs/libsox_la-xmalloc.o .libs/libsox_la-getopt.o .libs/libsox_la-util.o .libs/libsox_la-libsox.o .libs/libsox_la-libsox_i.o .libs/libsox_la-sox-fmt.o .libs/libsox_la-bend.o .libs/libsox_la-biquad.o .libs/libsox_la-biquads.o .libs/libsox_la-chorus.o .libs/libsox_la-compand.o .libs/libsox_la-compandt.o .libs/libsox_la-contrast.o .libs/libsox_la-dcshift.o .libs/libsox_la-delay.o .libs/libsox_la-dft_filter.o .libs/libsox_la-dither.o .libs/libsox_la-divide.o .libs/libsox_la-downsample.o .libs/libsox_la-earwax.o .libs/libsox_la-echo.o .libs/libsox_la-echos.o .libs/libsox_la-effects.o .libs/libsox_la-effects_i.o .libs/libsox_la-effects_i_dsp.o .libs/libsox_la-fade.o .libs/libsox_la-fft4g.o .libs/libsox_la-fir.o .libs/libsox_la-firfit.o .libs/libsox_la-flanger.o .libs/libsox_la-gain.o .libs/libsox_la-hilbert.o .libs/libsox_la-input.o .libs/libsox_la-ladspa.o .libs/libsox_la-loudness.o .libs/libsox_la-mcompand.o .libs/libsox_la-noiseprof.o .libs/libsox_la-noisered.o .libs/libsox_la-output.o .libs/libsox_la-overdrive.o .libs/libsox_la-pad.o .libs/libsox_la-phaser.o .libs/libsox_la-rate.o .libs/libsox_la-remix.o .libs/libsox_la-repeat.o .libs/libsox_la-reverb.o .libs/libsox_la-reverse.o .libs/libsox_la-silence.o .libs/libsox_la-sinc.o .libs/libsox_la-skeleff.o .libs/libsox_la-speed.o .libs/libsox_la-splice.o .libs/libsox_la-stat.o .libs/libsox_la-stats.o .libs/libsox_la-stretch.o .libs/libsox_la-swap.o .libs/libsox_la-synth.o .libs/libsox_la-tempo.o .libs/libsox_la-tremolo.o .libs/libsox_la-trim.o .libs/libsox_la-upsample.o .libs/libsox_la-vad.o .libs/libsox_la-vol.o .libs/libsox_la-raw-fmt.o .libs/libsox_la-s1-fmt.o .libs/libsox_la-s2-fmt.o .libs/libsox_la-s3-fmt.o .libs/libsox_la-s4-fmt.o .libs/libsox_la-u1-fmt.o .libs/libsox_la-u2-fmt.o .libs/libsox_la-u3-fmt.o .libs/libsox_la-u4-fmt.o .libs/libsox_la-al-fmt.o .libs/libsox_la-la-fmt.o .libs/libsox_la-ul-fmt.o .libs/libsox_la-lu-fmt.o .libs/libsox_la-8svx.o .libs/libsox_la-aiff-fmt.o .libs/libsox_la-aifc-fmt.o .libs/libsox_la-au.o .libs/libsox_la-avr.o .libs/libsox_la-cdr.o .libs/libsox_la-cvsd-fmt.o .libs/libsox_la-dvms-fmt.o .libs/libsox_la-dat.o .libs/libsox_la-hcom.o .libs/libsox_la-htk.o .libs/libsox_la-maud.o .libs/libsox_la-prc.o .libs/libsox_la-sf.o .libs/libsox_la-smp.o .libs/libsox_la-sounder.o .libs/libsox_la-soundtool.o .libs/libsox_la-sphere.o .libs/libsox_la-tx16w.o .libs/libsox_la-voc.o .libs/libsox_la-vox-fmt.o .libs/libsox_la-ima-fmt.o .libs/libsox_la-adpcm.o .libs/libsox_la-ima_rw.o .libs/libsox_la-wav.o .libs/libsox_la-wve.o .libs/libsox_la-xa.o .libs/libsox_la-nulfile.o .libs/libsox_la-f4-fmt.o .libs/libsox_la-f8-fmt.o .libs/libsox_la-gsrt.o .libs/libsox_la-flac.o .libs/libsox_la-opus.o .libs/libsox_la-sndio.o .libs/libsox_la-vorbis.o	  -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm	 -O2 -Wl,-z -Wl,defs -Wl,--as-needed   -Wl,-retain-symbols-file,.libs/libsox.exp
ld: error: undefined symbol: free
ld: error: undefined symbol: sprintf
[etc]

When I drop the "-Wl,-z -Wl,defs" from that line,
the "gcc -shared" command goes through as expected,
producing libsox.so

> If I configure with --disable-shared, it all
> works, albeit with some warnings that I intend to take care of.

Yes.

> > (full log _attached_ as gz, as the thousands of cdecl warings
> > make the email too long to be accepted).
> 
> On OpenBSD, you really should be building with clang rather than the
> prehistoric gcc 4.2 it ships with.

Yes. clang is the default amd64 compiler on OpenBSD,
for quite some time.

$ cc --version
OpenBSD clang version 10.0.1
Target: amd64-unknown-openbsd6.7
Thread model: posix
InstalledDir: /usr/bin

But autoconf uses gcc instead of cc.

	Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 12:49       ` Jan Stary
@ 2020-08-21 12:50         ` Jan Stary
  2020-08-21 13:32         ` Måns Rullgård
  2020-08-21 14:09         ` Jan Stary
  2 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21 12:50 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > > Trying agsin with ./configure --prefix=$HOME --disable-lpc10
> > > to make it finosh without the lpc10 fail. Mysteriously,
> > > it fails with standard C funcrtions not bewing found
> > 
> > I installed OpenBSD in a VM and noticed the same thing.  It seems to
> > have something to do with linking shared libraries.  Is OpenBSD doing
> > something bizarre there?
> 
> Full log attached; these is the failing line
> (can we please make make V=1 the default,
> so that the actual commands can be seen?)
> 
> libtool: link: gcc -shared  -fPIC -DPIC -o .libs/libsox.so.3.0	.libs/libsox_la-adpcms.o .libs/libsox_la-aiff.o .libs/libsox_la-cvsd.o .libs/libsox_la-g711.o .libs/libsox_la-g721.o .libs/libsox_la-g723_24.o .libs/libsox_la-g723_40.o .libs/libsox_la-g72x.o .libs/libsox_la-vox.o .libs/libsox_la-raw.o .libs/libsox_la-formats.o .libs/libsox_la-formats_i.o .libs/libsox_la-skelform.o .libs/libsox_la-xmalloc.o .libs/libsox_la-getopt.o .libs/libsox_la-util.o .libs/libsox_la-libsox.o .libs/libsox_la-libsox_i.o .libs/libsox_la-sox-fmt.o .libs/libsox_la-bend.o .libs/libsox_la-biquad.o .libs/libsox_la-biquads.o .libs/libsox_la-chorus.o .libs/libsox_la-compand.o .libs/libsox_la-compandt.o .libs/libsox_la-contrast.o .libs/libsox_la-dcshift.o .libs/libsox_la-delay.o .libs/libsox_la-dft_filter.o .libs/libsox_la-dither.o .libs/libsox_la-divide.o .libs/libsox_la-downsample.o .libs/libsox_la-earwax.o .libs/libsox_la-echo.o .libs/libsox_la-echos.o .libs/libsox_la-effects.o .libs/libsox_la-effects_i.o .libs/libsox_la-effects_i_dsp.o .libs/libsox_la-fade.o .libs/libsox_la-fft4g.o .libs/libsox_la-fir.o .libs/libsox_la-firfit.o .libs/libsox_la-flanger.o .libs/libsox_la-gain.o .libs/libsox_la-hilbert.o .libs/libsox_la-input.o .libs/libsox_la-ladspa.o .libs/libsox_la-loudness.o .libs/libsox_la-mcompand.o .libs/libsox_la-noiseprof.o .libs/libsox_la-noisered.o .libs/libsox_la-output.o .libs/libsox_la-overdrive.o .libs/libsox_la-pad.o .libs/libsox_la-phaser.o .libs/libsox_la-rate.o .libs/libsox_la-remix.o .libs/libsox_la-repeat.o .libs/libsox_la-reverb.o .libs/libsox_la-reverse.o .libs/libsox_la-silence.o .libs/libsox_la-sinc.o .libs/libsox_la-skeleff.o .libs/libsox_la-speed.o .libs/libsox_la-splice.o .libs/libsox_la-stat.o .libs/libsox_la-stats.o .libs/libsox_la-stretch.o .libs/libsox_la-swap.o .libs/libsox_la-synth.o .libs/libsox_la-tempo.o .libs/libsox_la-tremolo.o .libs/libsox_la-trim.o .libs/libsox_la-upsample.o .libs/libsox_la-vad.o .libs/libsox_la-vol.o .libs/libsox_la-raw-fmt.o .libs/libsox_la-s1-fmt.o .libs/libsox_la-s2-fmt.o .libs/libsox_la-s3-fmt.o .libs/libsox_la-s4-fmt.o .libs/libsox_la-u1-fmt.o .libs/libsox_la-u2-fmt.o .libs/libsox_la-u3-fmt.o .libs/libsox_la-u4-fmt.o .libs/libsox_la-al-fmt.o .libs/libsox_la-la-fmt.o .libs/libsox_la-ul-fmt.o .libs/libsox_la-lu-fmt.o .libs/libsox_la-8svx.o .libs/libsox_la-aiff-fmt.o .libs/libsox_la-aifc-fmt.o .libs/libsox_la-au.o .libs/libsox_la-avr.o .libs/libsox_la-cdr.o .libs/libsox_la-cvsd-fmt.o .libs/libsox_la-dvms-fmt.o .libs/libsox_la-dat.o .libs/libsox_la-hcom.o .libs/libsox_la-htk.o .libs/libsox_la-maud.o .libs/libsox_la-prc.o .libs/libsox_la-sf.o .libs/libsox_la-smp.o .libs/libsox_la-sounder.o .libs/libsox_la-soundtool.o .libs/libsox_la-sphere.o .libs/libsox_la-tx16w.o .libs/libsox_la-voc.o .libs/libsox_la-vox-fmt.o .libs/libsox_la-ima-fmt.o .libs/libsox_la-adpcm.o .libs/libsox_la-ima_rw.o .libs/libsox_la-wav.o .libs/libsox_la-wve.o .libs/libsox_la-xa.o .libs/libsox_la-nulfile.o .libs/libsox_la-f4-fmt.o .libs/libsox_la-f8-fmt.o .libs/libsox_la-gsrt.o .libs/libsox_la-flac.o .libs/libsox_la-opus.o .libs/libsox_la-sndio.o .libs/libsox_la-vorbis.o	  -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm	 -O2 -Wl,-z -Wl,defs -Wl,--as-needed   -Wl,-retain-symbols-file,.libs/libsox.exp
> ld: error: undefined symbol: free
> ld: error: undefined symbol: sprintf
> [etc]
> 
> When I drop the "-Wl,-z -Wl,defs" from that line,
> the "gcc -shared" command goes through as expected,
> producing libsox.so
> 
> > On OpenBSD, you really should be building with clang rather than the
> > prehistoric gcc 4.2 it ships with.
> 
> Yes. clang is the default amd64 compiler on OpenBSD,
> for quite some time.
> 
> $ cc --version
> OpenBSD clang version 10.0.1
> Target: amd64-unknown-openbsd6.7
> Thread model: posix
> InstalledDir: /usr/bin
> 
> But autoconf uses gcc instead of cc.

Just to make sure: the above problem is the same with clang .



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 12:49       ` Jan Stary
  2020-08-21 12:50         ` Jan Stary
@ 2020-08-21 13:32         ` Måns Rullgård
  2020-08-21 14:09         ` Jan Stary
  2 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 13:32 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 21 11:33:08, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> >> Testing on OpenBSD 6.7-current/amd64.
>> >> It eventually fails with lpc10.h not being found.
>> >> Full log below, comments inline.
>> >
>> > Trying agsin with ./configure --prefix=$HOME --disable-lpc10
>> > to make it finosh without the lpc10 fail. Mysteriously,
>> > it fails with standard C funcrtions not bewing found
>> 
>> I installed OpenBSD in a VM and noticed the same thing.  It seems to
>> have something to do with linking shared libraries.  Is OpenBSD doing
>> something bizarre there?
>
> Full log attached; these is the failing line
> (can we please make make V=1 the default,
> so that the actual commands can be seen?)

No.  That makes warnings almost impossible to notice.  It's easy enough
to add V=1 (it's THREE characters) on those rare occasions where the
command is interesting.  You can set it in your own environment if you
want.

> libtool: link: gcc -shared  -fPIC -DPIC -o .libs/libsox.so.3.0	.libs/libsox_la-adpcms.o .libs/libsox_la-aiff.o .libs/libsox_la-cvsd.o .libs/libsox_la-g711.o .libs/libsox_la-g721.o .libs/libsox_la-g723_24.o .libs/libsox_la-g723_40.o .libs/libsox_la-g72x.o .libs/libsox_la-vox.o .libs/libsox_la-raw.o .libs/libsox_la-formats.o .libs/libsox_la-formats_i.o .libs/libsox_la-skelform.o .libs/libsox_la-xmalloc.o .libs/libsox_la-getopt.o .libs/libsox_la-util.o .libs/libsox_la-libsox.o .libs/libsox_la-libsox_i.o .libs/libsox_la-sox-fmt.o .libs/libsox_la-bend.o .libs/libsox_la-biquad.o .libs/libsox_la-biquads.o .libs/libsox_la-chorus.o .libs/libsox_la-compand.o .libs/libsox_la-compandt.o .libs/libsox_la-contrast.o .libs/libsox_la-dcshift.o .libs/libsox_la-delay.o .libs/libsox_la-dft_filter.o .libs/libsox_la-dither.o .libs/libsox_la-divide.o .libs/libsox_la-downsample.o .libs/libsox_la-earwax.o .libs/libsox_la-echo.o .libs/libsox_la-echos.o .libs/libsox_la-effects.o .libs/libsox_la-effects_i.o .libs/libsox_la-effects_i_dsp.o .libs/libsox_la-fade.o .libs/libsox_la-fft4g.o .libs/libsox_la-fir.o .libs/libsox_la-firfit.o .libs/libsox_la-flanger.o .libs/libsox_la-gain.o .libs/libsox_la-hilbert.o .libs/libsox_la-input.o .libs/libsox_la-ladspa.o .libs/libsox_la-loudness.o .libs/libsox_la-mcompand.o .libs/libsox_la-noiseprof.o .libs/libsox_la-noisered.o .libs/libsox_la-output.o .libs/libsox_la-overdrive.o .libs/libsox_la-pad.o .libs/libsox_la-phaser.o .libs/libsox_la-rate.o .libs/libsox_la-remix.o .libs/libsox_la-repeat.o .libs/libsox_la-reverb.o .libs/libsox_la-reverse.o .libs/libsox_la-silence.o .libs/libsox_la-sinc.o .libs/libsox_la-skeleff.o .libs/libsox_la-speed.o .libs/libsox_la-splice.o .libs/libsox_la-stat.o .libs/libsox_la-stats.o .libs/libsox_la-stretch.o .libs/libsox_la-swap.o .libs/libsox_la-synth.o .libs/libsox_la-tempo.o .libs/libsox_la-tremolo.o .libs/libsox_la-trim.o .libs/libsox_la-upsample.o .libs/libsox_la-vad.o .libs/libsox_la-vol.o .libs/libsox_la-raw-fmt.o .libs/libsox_la-s1-fmt.o .libs/libsox_la-s2-fmt.o .libs/libsox_la-s3-fmt.o .libs/libsox_la-s4-fmt.o .libs/libsox_la-u1-fmt.o .libs/libsox_la-u2-fmt.o .libs/libsox_la-u3-fmt.o .libs/libsox_la-u4-fmt.o .libs/libsox_la-al-fmt.o .libs/libsox_la-la-fmt.o .libs/libsox_la-ul-fmt.o .libs/libsox_la-lu-fmt.o .libs/libsox_la-8svx.o .libs/libsox_la-aiff-fmt.o .libs/libsox_la-aifc-fmt.o .libs/libsox_la-au.o .libs/libsox_la-avr.o .libs/libsox_la-cdr.o .libs/libsox_la-cvsd-fmt.o .libs/libsox_la-dvms-fmt.o .libs/libsox_la-dat.o .libs/libsox_la-hcom.o .libs/libsox_la-htk.o .libs/libsox_la-maud.o .libs/libsox_la-prc.o .libs/libsox_la-sf.o .libs/libsox_la-smp.o .libs/libsox_la-sounder.o .libs/libsox_la-soundtool.o .libs/libsox_la-sphere.o .libs/libsox_la-tx16w.o .libs/libsox_la-voc.o .libs/libsox_la-vox-fmt.o .libs/libsox_la-ima-fmt.o .libs/libsox_la-adpcm.o .libs/libsox_la-ima_rw.o .libs/libsox_la-wav.o .libs/libsox_la-wve.o .libs/libsox_la-xa.o .libs/libsox_la-nulfile.o .libs/libsox_la-f4-fmt.o .libs/libsox_la-f8-fmt.o .libs/libsox_la-gsrt.o .libs/libsox_la-flac.o .libs/libsox_la-opus.o .libs/libsox_la-sndio.o .libs/libsox_la-vorbis.o	  -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm	 -O2 -Wl,-z -Wl,defs -Wl,--as-needed   -Wl,-retain-symbols-file,.libs/libsox.exp
> ld: error: undefined symbol: free
> ld: error: undefined symbol: sprintf
> [etc]
>
> When I drop the "-Wl,-z -Wl,defs" from that line,
> the "gcc -shared" command goes through as expected,
> producing libsox.so

Apparently OpenBSD shared libraries aren't linked with libc.  That's a
quirk I haven't noticed before.

The simplest solution here is probably to just drop the -z defs option.
It doesn't actually do anything useful if everything is as it should.
What it does is prevent the link succeeding if something is accidentally
left unresolved.  This can be useful when working on something, but it's
not really worth the effort of trying to figure out when it's safe to use.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 11:15   ` Måns Rullgård
@ 2020-08-21 14:04     ` Jan Stary
  2020-08-21 14:47       ` Måns Rullgård
                         ` (2 more replies)
  0 siblings, 3 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21 14:04 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > (I would still like to get rid of auto* anyway :-)
> 
> Replacing it without losing anything is a huge amount of work.  The
> results can be great, but I don't want to spend the next month that
> right now.

Please have a look at https://github.com/janstary/sox
which uses a hand-written configure and does not depend on auto*.
The build procedure is described on that page (but boils down to
./confiugure; make ; make install).

It is far from complete, and quite behind all your recent fixes;
I will need to rebase that on the current master.

> > checking for gcc... gcc
> >
> > 	That would be $ gcc --version
> > 	gcc (GCC) 4.2.1 20070719
> 
> That's an OpenBSD problem, not a SoX problem.

The actual problem is that the build system looks for gcc,
instead of looking for cc, the C compiler
(which is clang be default here).

> > checking for mt... mt
> >
> > 	LOL, what?
> >
> > checking if mt is a manifest tool... no
> >
> > 	That's a shame.
> 
> It's something some systems require when linking.  That's all I know.

openbsd$ whatis mt
mt, eject(1) - magnetic tape and removable media manipulating program

debian$ man mt
NAME
       mt - control magnetic tape drive operation

> > checking for pkg-config... /usr/bin/pkg-config
> > checking pkg-config is at least version 0.9.0... yes
> >
> > 	Reading configure.ac, it's currently
> > 	oggvorbis, opus and flac that get detected via pkg-config;
> > 	for other formats, it checks for the header and the lib.
> > 	Is this distinction intentional?
> 
> Those libraries are sometimes installed in ways that _require_ unusual
> -I flags that we can't detect any other way (other than trying half a
> dozen variants until something works).  pkg-config provides the
> necessary information.  On the flip side, pkg-config can sometimes
> tell lies too, so I prefer to avoid it when possible.

Would you prefer, then, to detect flac, vorbis and opus
in the same way that the other external formats are detected,
i.e. searching for include.h and -llib?

> > checking for library containing pow... -lm
> > checking for library containing lrint... none required
> >
> > 	$ nm /usr/lib/libc.so.* | grep -Fw lrint 
> > 	$ nm /usr/lib/libm.so.* | grep -Fw lrint
> > 	00004a10 T lrint
> > 	00017980 T lrint
> >
> > 	So -lm _is_ required for lrint. Maybe it works by accident,
> > 	because -lm is pulled in for pow() anyway.
> >
> > checking for lrint... yes
> >
> > 	Yes, in libm.
> 
> On some systems it's all libc without a separate libm.

Yes, and ./configure is supposed to figure out
whether it is this or that case, right? On this system,
lrint is only present in -lm, which imho makes the detection

	checking for library containing lrint... none required

incorrect.

> Bear in mind that SoX predates many interfaces that are now standard.
> Much of the cruft was once necessary, or at least warranted.

Yes; I would like to get rid of it all.

> > 	$ pkg_info -L lame | grep .h$    
> > 	/usr/local/include/lame/lame.h
> >
> > 	OpenBSD installs third-party packages into /usr/local/,
> > 	but the configure script does not look there; it porbably
> > 	only searches in /usr, because that's where linux distributions
> > 	install their packages. (I'm not saying it should
> > 	-- I will test the same with -I added to the CPPFLAGS,
> > 	as the OpenBSD port of SoX does.)
> 
> If your system puts things outside the compiler's default search path,
> it is your responsibility to provide the information necessary to use
> them.  Setting CFLAGS or CPPFLAGS with the appropriate -I options is one
> way.  Depending on the compiler, setting C_INCLUDE_PATH might be another.

I am testing with CPPFLAGS and LDFLAGS, like the OpenBSD port of SoX does,
will report later.

> > checking for lpc10.h... no
> >
> > 	So why does it try to build lpc support later,
> > 	#including the lpc10.h that was not found?
> 
> I made a mistake.

Wolfgang reported it fixed but I don't see any other commit
on the branch; am I missign something obvious?

> > 	Ha, I didn't have to --disable-sunaudio as before.
> 
> Odd, I didn't intentionally change anything.

Some time ago, running just plain ./configure on OpenBSD
resulted in sunaudio being 'detected', because the check
was actually the presence of /usr/include/sys/audioio.h
(which does exist on OpenBSD); trying to actually build
sunaudio output device support then failed of course,
so I had to ./configure --without-sunaudio (now called
--disable-sunaudio). That's apparantly no longer needed,
the (non)presence of Sun Audio is correctly detected.

	At any rate, thank you very mich for the cleanup!

		Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 12:49       ` Jan Stary
  2020-08-21 12:50         ` Jan Stary
  2020-08-21 13:32         ` Måns Rullgård
@ 2020-08-21 14:09         ` Jan Stary
  2 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21 14:09 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

[-- Attachment #1: Type: text/plain, Size: 688 bytes --]

On Aug 21 14:49:53, hans@stare.cz wrote:
> On Aug 21 11:33:08, mans@mansr.com wrote:
> > Jan Stary <hans@stare.cz> writes:
> > 
> > >> Testing on OpenBSD 6.7-current/amd64.
> > >> It eventually fails with lpc10.h not being found.
> > >> Full log below, comments inline.
> > >
> > > Trying agsin with ./configure --prefix=$HOME --disable-lpc10
> > > to make it finosh without the lpc10 fail. Mysteriously,
> > > it fails with standard C funcrtions not bewing found
> > 
> > I installed OpenBSD in a VM and noticed the same thing.  It seems to
> > have something to do with linking shared libraries.  Is OpenBSD doing
> > something bizarre there?
> 
> Full log attached

Now it is, sorry.


[-- Attachment #2: log.gz --]
[-- Type: application/x-gunzip, Size: 19784 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



[-- Attachment #4: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 14:04     ` Jan Stary
@ 2020-08-21 14:47       ` Måns Rullgård
  2020-08-21 19:26       ` Wolfgang Stoeggl
  2020-08-21 20:20       ` Jan Stary
  2 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 14:47 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> > (I would still like to get rid of auto* anyway :-)
>> 
>> Replacing it without losing anything is a huge amount of work.  The
>> results can be great, but I don't want to spend the next month that
>> right now.
>
> Please have a look at https://github.com/janstary/sox
> which uses a hand-written configure and does not depend on auto*.
> The build procedure is described on that page (but boils down to
> ./confiugure; make ; make install).
>
> It is far from complete, and quite behind all your recent fixes;
> I will need to rebase that on the current master.

You are wasting your time and mine.  Please stop.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21  8:16 ` Jan Stary
                     ` (2 preceding siblings ...)
  2020-08-21 11:15   ` Måns Rullgård
@ 2020-08-21 15:16   ` Jan Stary
  2020-08-21 15:21     ` Jan Stary
  3 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 15:16 UTC (permalink / raw)
  To: sox-devel

> checking for magic.h... no
> checking for zlib.h... yes
> checking for uncompress in -lz... yes
> checking for png.h... no
> checking for mad.h... no
> checking for id3tag.h... no
> checking for lame/lame.h... no
> checking for lame.h... no
> 
> 	$ pkg_info -L lame | grep .h$    
> 	/usr/local/include/lame/lame.h
> 
> 	OpenBSD installs third-party packages into /usr/local/,
> 	but the configure script does not look there; it porbably
> 	only searches in /usr, because that's where linux distributions
> 	install their packages. (I'm not saying it should
> 	-- I will test the same with -I added to the CPPFLAGS,
> 	as the OpenBSD port of SoX does.)

Running ./configure with CPPFLAGS and LDFLAGS,
so that the headers and libraries are found,
as per ./configure --help:

  LDFLAGS   linker flags, e.g. -L<lib dir>
  	    if you have libraries in a nonstandard directory <lib dir>

  CPPFLAGS  (Objective) C/C++ preprocessor flags, e.g. -I<include dir>
            if you have headers in a nonstandard directory <include dir>

I am looking at png as an example.

With plain ./configure , png.h (which is /usr/local/include/png.h)
is not found, as described above.

  checking for png.h... no

With ./configure CPPFLAGS='-I/usr/local/include' the png.h header is found,
but the library is not, unsurprisingly. But:

  $ ./configure CPPFLAGS='-I/usr/local/include'
  [...]
  checking for png.h... yes
  checking for png_set_rows in -l101... no

I have no idea how the -l101 got there.

  checking for mad.h... yes
  checking for mad_stream_buffer in -l101... no
  checking for id3tag.h... yes
  checking for id3_file_open in -l101... no
  checking for lame/lame.h... yes
  checking for lame_init in -l101... no
  checking for twolame.h... yes
  checking for twolame_init in -l101... no
  checking for gsm/gsm.h... no
  checking for gsm.h... yes
  checking for gsm_create in -l101... no

Apparently, all the external library functions
are searched for in 'lib101' now.

Adding LDFLAGS='-L/usr/local/lib' so that the actual libraries
are found result in the same:

  $ ./configure CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib'
  [...]
  checking for png.h... yes
  checking for png_set_rows in -l101... no
  checking for mad.h... yes
  checking for mad_stream_buffer in -l101... no
  checking for id3tag.h... yes
  checking for id3_file_open in -l101... no
  checking for lame/lame.h... yes
  checking for lame_init in -l101... no
  checking for twolame.h... yes
  checking for twolame_init in -l101... no
  checking for gsm/gsm.h... no
  checking for gsm.h... yes
  checking for gsm_create in -l101... no

For some others, the check seems sensible:

  checking for wavpack/wavpack.h... yes
  checking for WavpackGetSampleRate in -lwavpack... no

But:

  $ nm /usr/local/lib/libwavpack.so.0.3 | grep WavpackGetSampleRate
  0000b8e0 T WavpackGetSampleRate

For some, the check is sane and the detection is correct:

  checking for sndio.h... yes
  checking for sio_open in -lsndio... yes

Then again:

  checking for ao/ao.h... yes
  checking for ao_play in -lao... no

  $ nm /usr/local/lib/libao.so.5.0 | grep ao_play 
  000067c0 T ao_play

Sndfile too:

  checking for sndfile.h... yes
  checking for sf_open_virtual in -l101... no


Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 15:16   ` Jan Stary
@ 2020-08-21 15:21     ` Jan Stary
  2020-08-21 17:08       ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 15:21 UTC (permalink / raw)
  To: sox-devel

On Aug 21 17:16:12, hans@stare.cz wrote:
> > checking for magic.h... no
> > checking for zlib.h... yes
> > checking for uncompress in -lz... yes
> > checking for png.h... no
> > checking for mad.h... no
> > checking for id3tag.h... no
> > checking for lame/lame.h... no
> > checking for lame.h... no
> > 
> > 	$ pkg_info -L lame | grep .h$    
> > 	/usr/local/include/lame/lame.h
> > 
> > 	OpenBSD installs third-party packages into /usr/local/,
> > 	but the configure script does not look there; it porbably
> > 	only searches in /usr, because that's where linux distributions
> > 	install their packages. (I'm not saying it should
> > 	-- I will test the same with -I added to the CPPFLAGS,
> > 	as the OpenBSD port of SoX does.)
> 
> Running ./configure with CPPFLAGS and LDFLAGS,
> so that the headers and libraries are found,
> as per ./configure --help:
> 
>   LDFLAGS   linker flags, e.g. -L<lib dir>
>   	    if you have libraries in a nonstandard directory <lib dir>
> 
>   CPPFLAGS  (Objective) C/C++ preprocessor flags, e.g. -I<include dir>
>             if you have headers in a nonstandard directory <include dir>
> 
> I am looking at png as an example.
> 
> With plain ./configure , png.h (which is /usr/local/include/png.h)
> is not found, as described above.
> 
>   checking for png.h... no
> 
> With ./configure CPPFLAGS='-I/usr/local/include' the png.h header is found,
> but the library is not, unsurprisingly. But:
> 
>   $ ./configure CPPFLAGS='-I/usr/local/include'
>   [...]
>   checking for png.h... yes
>   checking for png_set_rows in -l101... no
> 
> I have no idea how the -l101 got there.

not sure if it has anything to do with it, but:

autom4te.cache/output.0:    HAVE_LIBLTDL=${with_libltdl:-101}
autom4te.cache/output.0:    HAVE_MAGIC=${with_magic:-101}
autom4te.cache/output.0:    HAVE_PNG=${with_png:-101}
autom4te.cache/output.0:    HAVE_MAD=${with_mad:-101}
autom4te.cache/output.0:    HAVE_ID3TAG=${with_id3tag:-101}
autom4te.cache/output.0:    HAVE_LAME=${with_lame:-101}
autom4te.cache/output.0:    HAVE_TWOLAME=${with_twolame:-101}
autom4te.cache/output.0:    HAVE_LIBGSM=${with_libgsm:-101}
autom4te.cache/output.0:    HAVE_OPENCORE_AMRWB=${with_opencore_amrwb:-101}
autom4te.cache/output.0:    HAVE_VO_AMRWBENC=${with_vo_amrwbenc:-101}
autom4te.cache/output.0:    HAVE_OPENCORE_AMRNB=${with_opencore_amrnb:-101}
autom4te.cache/output.0:    HAVE_LIBSNDFILE=${with_libsndfile:-101}


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 15:21     ` Jan Stary
@ 2020-08-21 17:08       ` Måns Rullgård
  2020-08-21 17:43         ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 17:08 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 21 17:16:12, hans@stare.cz wrote:
>> > checking for magic.h... no
>> > checking for zlib.h... yes
>> > checking for uncompress in -lz... yes
>> > checking for png.h... no
>> > checking for mad.h... no
>> > checking for id3tag.h... no
>> > checking for lame/lame.h... no
>> > checking for lame.h... no
>> > 
>> > 	$ pkg_info -L lame | grep .h$    
>> > 	/usr/local/include/lame/lame.h
>> > 
>> > 	OpenBSD installs third-party packages into /usr/local/,
>> > 	but the configure script does not look there; it porbably
>> > 	only searches in /usr, because that's where linux distributions
>> > 	install their packages. (I'm not saying it should
>> > 	-- I will test the same with -I added to the CPPFLAGS,
>> > 	as the OpenBSD port of SoX does.)
>> 
>> Running ./configure with CPPFLAGS and LDFLAGS,
>> so that the headers and libraries are found,
>> as per ./configure --help:
>> 
>>   LDFLAGS   linker flags, e.g. -L<lib dir>
>>   	    if you have libraries in a nonstandard directory <lib dir>
>> 
>>   CPPFLAGS  (Objective) C/C++ preprocessor flags, e.g. -I<include dir>
>>             if you have headers in a nonstandard directory <include dir>
>> 
>> I am looking at png as an example.
>> 
>> With plain ./configure , png.h (which is /usr/local/include/png.h)
>> is not found, as described above.
>> 
>>   checking for png.h... no
>> 
>> With ./configure CPPFLAGS='-I/usr/local/include' the png.h header is found,
>> but the library is not, unsurprisingly. But:
>> 
>>   $ ./configure CPPFLAGS='-I/usr/local/include'
>>   [...]
>>   checking for png.h... yes
>>   checking for png_set_rows in -l101... no
>> 
>> I have no idea how the -l101 got there.
>
> not sure if it has anything to do with it, but:
>
> autom4te.cache/output.0:    HAVE_LIBLTDL=${with_libltdl:-101}
> autom4te.cache/output.0:    HAVE_MAGIC=${with_magic:-101}
> autom4te.cache/output.0:    HAVE_PNG=${with_png:-101}
> autom4te.cache/output.0:    HAVE_MAD=${with_mad:-101}
> autom4te.cache/output.0:    HAVE_ID3TAG=${with_id3tag:-101}
> autom4te.cache/output.0:    HAVE_LAME=${with_lame:-101}
> autom4te.cache/output.0:    HAVE_TWOLAME=${with_twolame:-101}
> autom4te.cache/output.0:    HAVE_LIBGSM=${with_libgsm:-101}
> autom4te.cache/output.0:    HAVE_OPENCORE_AMRWB=${with_opencore_amrwb:-101}
> autom4te.cache/output.0:    HAVE_VO_AMRWBENC=${with_vo_amrwbenc:-101}
> autom4te.cache/output.0:    HAVE_OPENCORE_AMRNB=${with_opencore_amrnb:-101}
> autom4te.cache/output.0:    HAVE_LIBSNDFILE=${with_libsndfile:-101}

Fixed.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 17:08       ` Måns Rullgård
@ 2020-08-21 17:43         ` Jan Stary
  2020-08-21 17:52           ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 17:43 UTC (permalink / raw)
  To: sox-devel

On Aug 21 18:08:27, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > On Aug 21 17:16:12, hans@stare.cz wrote:
> >> > checking for magic.h... no
> >> > checking for zlib.h... yes
> >> > checking for uncompress in -lz... yes
> >> > checking for png.h... no
> >> > checking for mad.h... no
> >> > checking for id3tag.h... no
> >> > checking for lame/lame.h... no
> >> > checking for lame.h... no
> >> > 
> >> > 	$ pkg_info -L lame | grep .h$    
> >> > 	/usr/local/include/lame/lame.h
> >> > 
> >> > 	OpenBSD installs third-party packages into /usr/local/,
> >> > 	but the configure script does not look there; it porbably
> >> > 	only searches in /usr, because that's where linux distributions
> >> > 	install their packages. (I'm not saying it should
> >> > 	-- I will test the same with -I added to the CPPFLAGS,
> >> > 	as the OpenBSD port of SoX does.)
> >> 
> >> Running ./configure with CPPFLAGS and LDFLAGS,
> >> so that the headers and libraries are found,
> >> as per ./configure --help:
> >> 
> >>   LDFLAGS   linker flags, e.g. -L<lib dir>
> >>   	    if you have libraries in a nonstandard directory <lib dir>
> >> 
> >>   CPPFLAGS  (Objective) C/C++ preprocessor flags, e.g. -I<include dir>
> >>             if you have headers in a nonstandard directory <include dir>
> >> 
> >> I am looking at png as an example.
> >> 
> >> With plain ./configure , png.h (which is /usr/local/include/png.h)
> >> is not found, as described above.
> >> 
> >>   checking for png.h... no
> >> 
> >> With ./configure CPPFLAGS='-I/usr/local/include' the png.h header is found,
> >> but the library is not, unsurprisingly. But:
> >> 
> >>   $ ./configure CPPFLAGS='-I/usr/local/include'
> >>   [...]
> >>   checking for png.h... yes
> >>   checking for png_set_rows in -l101... no
> >> 
> >> I have no idea how the -l101 got there.
> >
> > not sure if it has anything to do with it, but:
> >
> > autom4te.cache/output.0:    HAVE_LIBLTDL=${with_libltdl:-101}
> > autom4te.cache/output.0:    HAVE_MAGIC=${with_magic:-101}
> > autom4te.cache/output.0:    HAVE_PNG=${with_png:-101}
> > autom4te.cache/output.0:    HAVE_MAD=${with_mad:-101}
> > autom4te.cache/output.0:    HAVE_ID3TAG=${with_id3tag:-101}
> > autom4te.cache/output.0:    HAVE_LAME=${with_lame:-101}
> > autom4te.cache/output.0:    HAVE_TWOLAME=${with_twolame:-101}
> > autom4te.cache/output.0:    HAVE_LIBGSM=${with_libgsm:-101}
> > autom4te.cache/output.0:    HAVE_OPENCORE_AMRWB=${with_opencore_amrwb:-101}
> > autom4te.cache/output.0:    HAVE_VO_AMRWBENC=${with_vo_amrwbenc:-101}
> > autom4te.cache/output.0:    HAVE_OPENCORE_AMRNB=${with_opencore_amrnb:-101}
> > autom4te.cache/output.0:    HAVE_LIBSNDFILE=${with_libsndfile:-101}
> 
> Fixed.

Thank you.

>> [$9 *], m4_argn([8], m4_shift2($@))) dnl OpenBSD m4 can't count

Can you please give a minimal example of an m4 input
that demonstrates the problem? If something as fundamental
as counting the number of arguments is broken,
it needs fixing of course, instead of having
software have to work around that.

Jan


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 17:43         ` Jan Stary
@ 2020-08-21 17:52           ` Måns Rullgård
  2020-08-21 17:57             ` Jan Stary
  2020-08-21 20:17             ` Jan Stary
  0 siblings, 2 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 17:52 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 21 18:08:27, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> > On Aug 21 17:16:12, hans@stare.cz wrote:
>> >> > checking for magic.h... no
>> >> > checking for zlib.h... yes
>> >> > checking for uncompress in -lz... yes
>> >> > checking for png.h... no
>> >> > checking for mad.h... no
>> >> > checking for id3tag.h... no
>> >> > checking for lame/lame.h... no
>> >> > checking for lame.h... no
>> >> > 
>> >> > 	$ pkg_info -L lame | grep .h$    
>> >> > 	/usr/local/include/lame/lame.h
>> >> > 
>> >> > 	OpenBSD installs third-party packages into /usr/local/,
>> >> > 	but the configure script does not look there; it porbably
>> >> > 	only searches in /usr, because that's where linux distributions
>> >> > 	install their packages. (I'm not saying it should
>> >> > 	-- I will test the same with -I added to the CPPFLAGS,
>> >> > 	as the OpenBSD port of SoX does.)
>> >> 
>> >> Running ./configure with CPPFLAGS and LDFLAGS,
>> >> so that the headers and libraries are found,
>> >> as per ./configure --help:
>> >> 
>> >>   LDFLAGS   linker flags, e.g. -L<lib dir>
>> >>   	    if you have libraries in a nonstandard directory <lib dir>
>> >> 
>> >>   CPPFLAGS  (Objective) C/C++ preprocessor flags, e.g. -I<include dir>
>> >>             if you have headers in a nonstandard directory <include dir>
>> >> 
>> >> I am looking at png as an example.
>> >> 
>> >> With plain ./configure , png.h (which is /usr/local/include/png.h)
>> >> is not found, as described above.
>> >> 
>> >>   checking for png.h... no
>> >> 
>> >> With ./configure CPPFLAGS='-I/usr/local/include' the png.h header is found,
>> >> but the library is not, unsurprisingly. But:
>> >> 
>> >>   $ ./configure CPPFLAGS='-I/usr/local/include'
>> >>   [...]
>> >>   checking for png.h... yes
>> >>   checking for png_set_rows in -l101... no
>> >> 
>> >> I have no idea how the -l101 got there.
>> >
>> > not sure if it has anything to do with it, but:
>> >
>> > autom4te.cache/output.0:    HAVE_LIBLTDL=${with_libltdl:-101}
>> > autom4te.cache/output.0:    HAVE_MAGIC=${with_magic:-101}
>> > autom4te.cache/output.0:    HAVE_PNG=${with_png:-101}
>> > autom4te.cache/output.0:    HAVE_MAD=${with_mad:-101}
>> > autom4te.cache/output.0:    HAVE_ID3TAG=${with_id3tag:-101}
>> > autom4te.cache/output.0:    HAVE_LAME=${with_lame:-101}
>> > autom4te.cache/output.0:    HAVE_TWOLAME=${with_twolame:-101}
>> > autom4te.cache/output.0:    HAVE_LIBGSM=${with_libgsm:-101}
>> > autom4te.cache/output.0:    HAVE_OPENCORE_AMRWB=${with_opencore_amrwb:-101}
>> > autom4te.cache/output.0:    HAVE_VO_AMRWBENC=${with_vo_amrwbenc:-101}
>> > autom4te.cache/output.0:    HAVE_OPENCORE_AMRNB=${with_opencore_amrnb:-101}
>> > autom4te.cache/output.0:    HAVE_LIBSNDFILE=${with_libsndfile:-101}
>> 
>> Fixed.
>
> Thank you.
>
>>> [$9 *], m4_argn([8], m4_shift2($@))) dnl OpenBSD m4 can't count
>
> Can you please give a minimal example of an m4 input
> that demonstrates the problem? If something as fundamental
> as counting the number of arguments is broken,
> it needs fixing of course, instead of having
> software have to work around that.

Sure.  Run m4 over the below.  It should print '10' three times.

---CUT---
divert(-1)dnl
changequote([, ])
define([dquote],  [[$@]])
define([argn], [pushdef([_$0], [popdef([_$0])]dquote([$]incr([$1])))_$0($@)])
define([foo], [argn([10], $@)])
define([bar], [argn([9], shift($@))])
define([baz], [argn([8], shift(shift($@)))])
define([numbers], [[1], [2], [3], [4], [5], [6], [7], [8], [9], [10]])
divert(0)dnl
foo(numbers)
bar(numbers)
baz(numbers)
---CUT---

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 17:52           ` Måns Rullgård
@ 2020-08-21 17:57             ` Jan Stary
  2020-08-21 20:17             ` Jan Stary
  1 sibling, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21 17:57 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> >>> [$9 *], m4_argn([8], m4_shift2($@))) dnl OpenBSD m4 can't count
> >
> > Can you please give a minimal example of an m4 input
> > that demonstrates the problem? If something as fundamental
> > as counting the number of arguments is broken,
> > it needs fixing of course, instead of having
> > software have to work around that.
> 
> Sure.  Run m4 over the below.  It should print '10' three times.
> 

$ cat in
divert(-1)dnl
changequote([, ])
define([dquote],  [[$@]])
define([argn], [pushdef([_$0], [popdef([_$0])]dquote([$]incr([$1])))_$0($@)])
define([foo], [argn([10], $@)])
define([bar], [argn([9], shift($@))])
define([baz], [argn([8], shift(shift($@)))])
define([numbers], [[1], [2], [3], [4], [5], [6], [7], [8], [9], [10]])
divert(0)dnl
foo(numbers)
bar(numbers)
baz(numbers)

$ m4 in
101
90
10

Thanks, I'll look into that.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 14:04     ` Jan Stary
  2020-08-21 14:47       ` Måns Rullgård
@ 2020-08-21 19:26       ` Wolfgang Stoeggl
  2020-08-21 20:20       ` Jan Stary
  2 siblings, 0 replies; 89+ messages in thread
From: Wolfgang Stoeggl @ 2020-08-21 19:26 UTC (permalink / raw)
  To: sox-devel

> Von: Jan Stary <hans@stare.cz>
> Gesendet: Freitag, 21. August 2020 16:05
> An: Måns Rullgård <mans@mansr.com>
> Cc: sox-devel@lists.sourceforge.net
> Betreff: Re: [SoX-devel] Build system cleanup
> 
... 
> > > checking for lpc10.h... no
> > >
> > > 	So why does it try to build lpc support later,
> > > 	#including the lpc10.h that was not found?
> >
> > I made a mistake.
>
 
> Wolfgang reported it fixed but I don't see any other commit on the branch;
> am I missign something obvious?
> 

Hi Jan,

The fix is part of the following commit:
https://sourceforge.net/p/sox/code/ci/66af4a355ac51bbd8b50ba8f81419feb7f1f2f
7d/
There was no separate commit. I guess, it was amended and force-pushed.
The relevant diff of the fix looks like this:

--- a/configure.ac	2020-08-20 22:11:24.000000000 +0200
+++ b/configure.ac	2020-08-20 23:48:46.594315800 +0200
@@ -110,7 +110,7 @@
 # Check for liblpc10
 SOX_CHECK_LIB([LIBLPC10], [lpc10.h], [lpc10], [create_lpc10_encoder_state],
     [LPC10_LIBS="$LIBLPC10_LIBS"],
-    [LPC10_LIBS=../lpc10/liblpc10.la; LPC10_CFLAGS="-I$srcdir/lpc10"])
+    [LPC10_LIBS=../lpc10/liblpc10.la;
LPC10_CFLAGS='-I${top_srcdir}/lpc10'])
 AM_CONDITIONAL([HAVE_LIBLPC10], [test $HAVE_LIBLPC10 = yes])
 
 SOX_ENABLE([formats], [Default setting for optional formats],

Best regards
Wolfgang




_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 17:52           ` Måns Rullgård
  2020-08-21 17:57             ` Jan Stary
@ 2020-08-21 20:17             ` Jan Stary
  2020-08-21 20:45               ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 20:17 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 21 18:52:18, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > On Aug 21 18:08:27, mans@mansr.com wrote:
> >> Jan Stary <hans@stare.cz> writes:
> >> 
> >> > On Aug 21 17:16:12, hans@stare.cz wrote:
> >> >> > checking for magic.h... no
> >> >> > checking for zlib.h... yes
> >> >> > checking for uncompress in -lz... yes
> >> >> > checking for png.h... no
> >> >> > checking for mad.h... no
> >> >> > checking for id3tag.h... no
> >> >> > checking for lame/lame.h... no
> >> >> > checking for lame.h... no
> >> >> > 
> >> >> > 	$ pkg_info -L lame | grep .h$    
> >> >> > 	/usr/local/include/lame/lame.h
> >> >> > 
> >> >> > 	OpenBSD installs third-party packages into /usr/local/,
> >> >> > 	but the configure script does not look there; it porbably
> >> >> > 	only searches in /usr, because that's where linux distributions
> >> >> > 	install their packages. (I'm not saying it should
> >> >> > 	-- I will test the same with -I added to the CPPFLAGS,
> >> >> > 	as the OpenBSD port of SoX does.)
> >> >> 
> >> >> Running ./configure with CPPFLAGS and LDFLAGS,
> >> >> so that the headers and libraries are found,
> >> >> as per ./configure --help:
> >> >> 
> >> >>   LDFLAGS   linker flags, e.g. -L<lib dir>
> >> >>   	    if you have libraries in a nonstandard directory <lib dir>
> >> >> 
> >> >>   CPPFLAGS  (Objective) C/C++ preprocessor flags, e.g. -I<include dir>
> >> >>             if you have headers in a nonstandard directory <include dir>
> >> >> 
> >> >> I am looking at png as an example.
> >> >> 
> >> >> With plain ./configure , png.h (which is /usr/local/include/png.h)
> >> >> is not found, as described above.
> >> >> 
> >> >>   checking for png.h... no
> >> >> 
> >> >> With ./configure CPPFLAGS='-I/usr/local/include' the png.h header is found,
> >> >> but the library is not, unsurprisingly. But:
> >> >> 
> >> >>   $ ./configure CPPFLAGS='-I/usr/local/include'
> >> >>   [...]
> >> >>   checking for png.h... yes
> >> >>   checking for png_set_rows in -l101... no
> >> >> 
> >> >> I have no idea how the -l101 got there.
> >
> >> Fixed.

OK, continuing with the test. Specifying CPPFLAGS and LDFLAGS
makes the external libraries detected as follows:

$ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -i
$ ./configure --prefix=$HOME \
	CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
[...]
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking for png.h... yes
checking for png_set_rows in -lpng... yes
checking for mad.h... yes
checking for mad_stream_buffer in -lmad... yes
checking for id3tag.h... yes
checking for id3_file_open in -lid3tag... yes
checking for lame/lame.h... yes
checking for lame_init in -lmp3lame... yes
checking for twolame.h... yes
checking for twolame_init in -ltwolame... yes
checking for gsm/gsm.h... no
checking for gsm.h... yes
checking for gsm_create in -lgsm... yes
checking for lpc10.h... no
checking for OGGVORBIS... yes
checking for OPUS... yes
checking for FLAC... yes
checking for opencore-amrwb/dec_if.h... no
checking for vo-amrwbenc/enc_if.h... no
checking for opencore-amrnb/interf_dec.h... no
checking for wavpack/wavpack.h... yes
checking for WavpackGetSampleRate in -lwavpack... yes
checking for sndio.h... yes
checking for sio_open in -lsndio... yes
checking for CoreAudio/CoreAudio.h... no
checking for alsa/asoundlib.h... no
checking for ao/ao.h... yes
checking for ao_play in -lao... yes
checking for pulse/simple.h... no
checking for mmsystem.h... no
checking for sndfile.h... yes
checking for sf_open_virtual in -lsndfile... yes
[...]

Optional libraries:
  id3tag		  yes
  lame			  yes
  libgsm		  yes
  libltdl		  yes
  libsndfile		  yes
  mad			  yes
  magic			  no
  opencore-amrnb	  no
  opencore-amrwb	  no
  png			  yes
  twolame		  yes
  vo-amrwbenc		  no

Audio devices:
  alsa			  no
  ao			  yes
  coreaudio		  no
  oss			  no
  pulseaudio		  no
  sndio			  yes
  sunaudio		  no
  waveaudio		  no

Optional formats:
  amrnb			  no
  amrwb			  no
  flac			  yes
  gsm			  yes
  lpc10			  yes
  mp3			  yes
  oggvorbis		  yes
  opus			  yes
  sndfile		  yes
  wavpack		  yes


However, the build eventually fails with a linking error:


/bin/sh ../libtool  --tag=CC	--mode=link cc	-g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	 -avoid-version -module -L/usr/local/lib -fstack-protector-strong -Wl,--as-needed -o sox sox.o	libsox.la		       -lm
libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
ld: error: undefined symbol: lsx_malloc
[...]

Indeed, none of the input files defines lsx_malloc;
it is defined in libsox.so

	$ nm .libs/libsox.so.3.0 | grep lsx_malloc
	00042a30 T lsx_malloc

but that is not one of the inputs. Adding .libs/libsox.so.3.0
as an input to the above line make it link as expected.

Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 14:04     ` Jan Stary
  2020-08-21 14:47       ` Måns Rullgård
  2020-08-21 19:26       ` Wolfgang Stoeggl
@ 2020-08-21 20:20       ` Jan Stary
  2 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-21 20:20 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > > checking for mt... mt
> > >
> > > 	LOL, what?
> > >
> > > checking if mt is a manifest tool... no
> > >
> > > 	That's a shame.
> > 
> > It's something some systems require when linking.  That's all I know.
> 
> openbsd$ whatis mt
> mt, eject(1) - magnetic tape and removable media manipulating program
> 
> debian$ man mt
> NAME
>        mt - control magnetic tape drive operation

Seems to be a Windows thing:

https://www.gnu.org/software/libtool/manual/libtool.html#index-MANIFEST_005fTOOL
https://docs.microsoft.com/en-us/cpp/build/reference/manifest-tool-property-pages?view=vs-2019



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 20:17             ` Jan Stary
@ 2020-08-21 20:45               ` Jan Stary
  2020-08-21 21:43                 ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-21 20:45 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> However, the build eventually fails with a linking error:
> 
> /bin/sh ../libtool  --tag=CC	--mode=link cc	-g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	 -avoid-version -module -L/usr/local/lib -fstack-protector-strong -Wl,--as-needed -o sox sox.o	libsox.la		       -lm
> libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> ld: error: undefined symbol: lsx_malloc
> [...]
> 
> Indeed, none of the input files defines lsx_malloc;
> it is defined in libsox.so
> 
> 	$ nm .libs/libsox.so.3.0 | grep lsx_malloc
> 	00042a30 T lsx_malloc
> 
> but that is not one of the inputs. Adding .libs/libsox.so.3.0
> as an input to the above line make it link as expected.

Hm. but the "-L./.libs -lsox" should take care of that.
Is it because of the extra -L/usr/local/lib? When building
without any extra LDFLAGS, that line is

cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L ./.libs -lsox
-L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvor
bis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

and it links fine.

Is it because of the _order_ of the -L options?
Note that with LDFLAGS=/usr/local/lib, the order is

  -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox [etc]

but without LDFLAGS it's

  -o .libs/sox sox.o  -L ./.libs -lsox -L/usr/local/lib -lFLAC [etc]

Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 20:45               ` Jan Stary
@ 2020-08-21 21:43                 ` Måns Rullgård
  2020-08-22  8:17                   ` Jan Stary
  2020-08-24 12:18                   ` Jan Stary
  0 siblings, 2 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-21 21:43 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> However, the build eventually fails with a linking error:
>> 
>> /bin/sh ../libtool  --tag=CC	--mode=link cc	-g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	 -avoid-version -module -L/usr/local/lib -fstack-protector-strong -Wl,--as-needed -o sox sox.o	libsox.la		       -lm
>> libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
>> ld: error: undefined symbol: lsx_malloc
>> [...]
>> 
>> Indeed, none of the input files defines lsx_malloc;
>> it is defined in libsox.so
>> 
>> 	$ nm .libs/libsox.so.3.0 | grep lsx_malloc
>> 	00042a30 T lsx_malloc
>> 
>> but that is not one of the inputs. Adding .libs/libsox.so.3.0
>> as an input to the above line make it link as expected.
>
> Hm. but the "-L./.libs -lsox" should take care of that.
> Is it because of the extra -L/usr/local/lib? When building
> without any extra LDFLAGS, that line is
>
> cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L ./.libs -lsox
> -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvor
> bis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

That's seems to be parts of several commands.  Did the mouse slip when
you copied it?

> and it links fine.
>
> Is it because of the _order_ of the -L options?

For each -l option, the directories specified with -L options preceding
it are searched in order until a match is found.  Unless there are
conflicting libraries in different locations, the order doesn't matter.

> Note that with LDFLAGS=/usr/local/lib, the order is
>
>   -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox [etc]
>
> but without LDFLAGS it's
>
>   -o .libs/sox sox.o  -L ./.libs -lsox -L/usr/local/lib -lFLAC [etc]

How did that -L/usr/local/lib get there?

Please send me your config.log so I can see what's going on.

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

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 21:43                 ` Måns Rullgård
@ 2020-08-22  8:17                   ` Jan Stary
  2020-08-22 10:10                     ` Måns Rullgård
  2020-08-22 15:43                     ` Jan Stary
  2020-08-24 12:18                   ` Jan Stary
  1 sibling, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-22  8:17 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

[-- Attachment #1: Type: text/plain, Size: 4350 bytes --]

On Aug 21 22:43:12, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> However, the build eventually fails with a linking error:
> >> 
> >> /bin/sh ../libtool  --tag=CC	--mode=link cc	-g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	 -avoid-version -module -L/usr/local/lib -fstack-protector-strong -Wl,--as-needed -o sox sox.o	libsox.la		       -lm
> >> libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> >> ld: error: undefined symbol: lsx_malloc
> >> [...]
> >> 
> >> Indeed, none of the input files defines lsx_malloc;
> >> it is defined in libsox.so
> >> 
> >> 	$ nm .libs/libsox.so.3.0 | grep lsx_malloc
> >> 	00042a30 T lsx_malloc
> >> 
> >> but that is not one of the inputs. Adding .libs/libsox.so.3.0
> >> as an input to the above line make it link as expected.
> >
> > Hm. but the "-L./.libs -lsox" should take care of that.
> > Is it because of the extra -L/usr/local/lib? When building
> > without any extra LDFLAGS, that line is
> >
> > cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L ./.libs -lsox
> > -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvor
> > bis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> 
> That's seems to be parts of several commands.  Did the mouse slip when
> you copied it?

Sorry, that's one broken line:

cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L ./.libs -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

> > and it links fine.
> >
> > Is it because of the _order_ of the -L options?
> 
> For each -l option, the directories specified with -L options preceding
> it are searched in order until a match is found.

In that case,

-o .libs/sox sox.o -L/usr/local/lib -L./.libs -lsox

will find /usr/local/lib/libsox.so first,
i.e. the one from a previous installation.
That seems wrong.

> Unless there are
> conflicting libraries in different locations, the order doesn't matter.

There is /usr/local/lib/libsox.so from the already installed sox,
and there is .libs/libsox.so ; at any rate, the sox being built
should probably not be linked against the old library.

> > Note that with LDFLAGS=/usr/local/lib, the order is
> >
> >   -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox [etc]

which seems wrong, if the above is true.

> > but without LDFLAGS it's
> >
> >   -o .libs/sox sox.o  -L ./.libs -lsox -L/usr/local/lib -lFLAC [etc]

Which seems correct: fond libsox in .libs,
and then find flac etc in /usr/local/lib

> How did that -L/usr/local/lib get there?

./configure CPPFLAGS=-I/usr.local/include LDFLAGS=-L/usr/local/lib

It seems that specifying LDFLAGS puts the -L in a wrong place
in the eventual cc -o linking line.

> Please send me your config.log so I can see what's going on.

Attached.

> It all works fine on my VM with this environment and no configure options:

./configure --help says

  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>

so that's what I'm doing (and that's what has worked for
the OpenBSD port of SoX for years now).

> AUTOCONF_VERSION=2.69
> AUTOMAKE_VERSION=1.16

Same here:

	env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -i 

But after ./configure is created, these should not be needed any more.

> CC=cc

It is a damn shame, but one has to say so;
otherwise the build system will poick gcc instead of cc.

> C_INCLUDE_PATH=/usr/local/include
> LIBRARY_PATH=/usr/local/lib

I never used any of these.
Are they docummented anywhere?

$ grep -Fr C_INCLUDE_PATH *


Jan


[-- Attachment #2: config.log.gz --]
[-- Type: application/x-gunzip, Size: 12722 bytes --]

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



[-- Attachment #4: Type: text/plain, Size: 158 bytes --]

_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22  8:17                   ` Jan Stary
@ 2020-08-22 10:10                     ` Måns Rullgård
  2020-08-22 15:35                       ` Jan Stary
  2020-08-22 15:43                     ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-22 10:10 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> C_INCLUDE_PATH=/usr/local/include
>> LIBRARY_PATH=/usr/local/lib
>
> I never used any of these.
> Are they docummented anywhere?

Many compilers/linkers support such environment variables.  The gcc
manual documents them here:
https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html

These are the preferred method for indicating the location of libraries
since they augment the compiler's default search path without
interfering with command-line options which are searched first.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22 10:10                     ` Måns Rullgård
@ 2020-08-22 15:35                       ` Jan Stary
  2020-08-22 15:44                         ` Jan Stary
  2020-08-22 20:54                         ` Måns Rullgård
  0 siblings, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-22 15:35 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 22 11:10:10, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> C_INCLUDE_PATH=/usr/local/include
> >> LIBRARY_PATH=/usr/local/lib
> >
> > I never used any of these.
> > Are they docummented anywhere?
> 
> Many compilers/linkers support such environment variables.  The gcc
> manual documents them here:
> https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html

I am not using the gcc compiler.
The default OpenBSD/amd64 compiler is clang.

> These are the preferred method for indicating the location of libraries

Where does this information come from?
./configure says something else.

If the above is endeed preferrable (which I doubt),
we have to fix configure to stop recommending
something else than the recommended way.

> since they augment the compiler's default search path without
> interfering with command-line options which are searched first.

In the same way, ./configure *FLAGS augment the compiler's path(s)
without "interfering" with the environment
- how is one preferable to the other?



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22  8:17                   ` Jan Stary
  2020-08-22 10:10                     ` Måns Rullgård
@ 2020-08-22 15:43                     ` Jan Stary
  2020-08-22 15:48                       ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-22 15:43 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > > Is it because of the _order_ of the -L options?

Seems so:

cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

fails, but

cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

succeeds. The only difference between the two is the -L order, namely,

cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]

That confirms my suspition the ./configure LDFLAGS=-L...
puts the extra -L in a wrong place. Running ./configure
without options, on the other hand, detects e.g. flac
and puts the -L/usr/local/lib at the right place in that line.

> > For each -l option, the directories specified with -L options preceding
> > it are searched in order until a match is found.
> 
> In that case,
> 
> -o .libs/sox sox.o -L/usr/local/lib -L./.libs -lsox
> 
> will find /usr/local/lib/libsox.so first,
> i.e. the one from a previous installation.
> That seems wrong.
> 
> > Unless there are
> > conflicting libraries in different locations, the order doesn't matter.
> 
> There is /usr/local/lib/libsox.so from the already installed sox,
> and there is .libs/libsox.so ; at any rate, the sox being built
> should probably not be linked against the old library.
> 
> > > Note that with LDFLAGS=/usr/local/lib, the order is
> > >
> > >   -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox [etc]
> 
> which seems wrong, if the above is true.
> 
> > > but without LDFLAGS it's
> > >
> > >   -o .libs/sox sox.o  -L ./.libs -lsox -L/usr/local/lib -lFLAC [etc]
> 
> Which seems correct: fond libsox in .libs,
> and then find flac etc in /usr/local/lib


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22 15:35                       ` Jan Stary
@ 2020-08-22 15:44                         ` Jan Stary
  2020-08-22 20:54                         ` Måns Rullgård
  1 sibling, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-22 15:44 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 22 17:35:45, hans@stare.cz wrote:
> On Aug 22 11:10:10, mans@mansr.com wrote:
> > Jan Stary <hans@stare.cz> writes:
> > 
> > >> C_INCLUDE_PATH=/usr/local/include
> > >> LIBRARY_PATH=/usr/local/lib
> > >
> > > I never used any of these.
> > > Are they docummented anywhere?
> > 
> > Many compilers/linkers support such environment variables.  The gcc
> > manual documents them here:
> > https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
> 
> I am not using the gcc compiler.
> The default OpenBSD/amd64 compiler is clang.
> 
> > These are the preferred method for indicating the location of libraries
> 
> Where does this information come from?
> ./configure says something else.

Also, SoX's INSTALL says:

If any libraries are installed in a non-standard locations in your
system then you can use the CPPFLAGS and LDFLAGS variables to allow
configure to find them. For example:

./configure CPPFLAGS="-I/home/sox/include -I/usr/local/multimedia/include" LDFLA
GS="-L/home/sox/lib -L/usr/local/multimedia/lib"



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22 15:43                     ` Jan Stary
@ 2020-08-22 15:48                       ` Jan Stary
  0 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-22 15:48 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 22 17:43:28, hans@stare.cz wrote:
> > > > Is it because of the _order_ of the -L options?
> 
> Seems so:
> 
> cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> 
> fails, but
> 
> cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fstack-protector-strong -Wl,--as-needed -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng -lltdl -lao -lgsm -lid3tag -lz -lmad -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> 
> succeeds. The only difference between the two is the -L order, namely,
> 
> cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]

This (fail vs succeed) is the case for each of the following:

	OpenBSD clang version 10.0.1 
	egcc (GCC) 8.3.0
	gcc (GCC) 4.2.1



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22 15:35                       ` Jan Stary
  2020-08-22 15:44                         ` Jan Stary
@ 2020-08-22 20:54                         ` Måns Rullgård
  2020-08-23 14:07                           ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-22 20:54 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 22 11:10:10, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> >> C_INCLUDE_PATH=/usr/local/include
>> >> LIBRARY_PATH=/usr/local/lib
>> >
>> > I never used any of these.
>> > Are they docummented anywhere?
>> 
>> Many compilers/linkers support such environment variables.  The gcc
>> manual documents them here:
>> https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
>
> I am not using the gcc compiler.
> The default OpenBSD/amd64 compiler is clang.

The same settings are used by clang.

>> These are the preferred method for indicating the location of libraries
>
> Where does this information come from?
> ./configure says something else.
>
> If the above is endeed preferrable (which I doubt),
> we have to fix configure to stop recommending
> something else than the recommended way.
>
>> since they augment the compiler's default search path without
>> interfering with command-line options which are searched first.
>
> In the same way, ./configure *FLAGS augment the compiler's path(s)
> without "interfering" with the environment
> - how is one preferable to the other?

It's simple.  The linker looks for libraries in

1. -L flags, in order
2. The LIBRARY_PATH environment variable
3. Compiled-in defaults, typically /usr/lib and /lib

It is the responsibility of the system administrator to configure things
in such a way that system libraries are found by the system linker.  On
normal systems, this is achieved by installing add-on libraries
somewhere the linker looks by default, such as /usr/lib, or occasionally
by setting the relevant variables in the default environment.  If
OpenBSD chooses to install packages outside the normal search path of
the linker, that's really not a SoX problem.  How you inform the linker
of their location isn't important, but it's your responsibility to do it
one way or another.  If one of the possible methods might in some odd
circumstance break something, that's also not a SoX problem.  Use
another one if that's the case.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-22 20:54                         ` Måns Rullgård
@ 2020-08-23 14:07                           ` Jan Stary
  2020-08-23 17:13                             ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-23 14:07 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> >> >> C_INCLUDE_PATH=/usr/local/include
> >> >> LIBRARY_PATH=/usr/local/lib
> >> >
> >> > I never used any of these.
> >> > Are they docummented anywhere?
> >> 
> >> Many compilers/linkers support such environment variables.  The gcc
> >> manual documents them here:
> >> https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
> >
> > I am not using the gcc compiler.
> > The default OpenBSD/amd64 compiler is clang.
> 
> The same settings are used by clang.
> 
> >> These are the preferred method for indicating the location of libraries
> >
> > Where does this information come from?
> > ./configure says something else.
> >
> > If the above is endeed preferrable (which I doubt),
> > we have to fix configure to stop recommending
> > something else than the recommended way.
> >
> >> since they augment the compiler's default search path without
> >> interfering with command-line options which are searched first.
> >
> > In the same way, ./configure *FLAGS augment the compiler's path(s)
> > without "interfering" with the environment
> > - how is one preferable to the other?
> 
> It's simple.  The linker looks for libraries in
> 
> 1. -L flags, in order
> 2. The LIBRARY_PATH environment variable
> 3. Compiled-in defaults, typically /usr/lib and /lib
> 
> It is the responsibility of the system administrator to configure things
> in such a way that system libraries are found by the system linker.

These are not system libraries.
These are add-on third party packages such as flac etc.

> On normal systems, this is achieved by installing add-on libraries
> somewhere the linker looks by default, such as /usr/lib,
> or occasionally by setting the relevant variables
> in the default environment. If OpenBSD chooses to install
> packages outside the normal search path of
> the linker, that's really not a SoX problem.

Do I sense the GNU "portability" attitude here?

	Everything as GNU/Linux does -> we work
	Anything else -> fuck them

It is perfectly OK for a system to install third-party software
wherever they like, be it /usr/local on OpenBSD (and other *BSDs),
/opt/local with MacPorts, or /opt/sfw with Solaris.

It is the build system's job, by definition, to accomodate
these variations, such as header and library paths.
Which is exactly what the ./configure script is for.

You know that, don't you? But here you go implying that systems
that install anywhere else but /usr are not "normal".

> How you inform the linker of their location isn't important,
> but it's your responsibility to do it one way or another.

The way I inform the linker is the way INSTALL and ./configure tells me
to go, namely, to pass CFLAGS and CPPFLAGS and LDFLASG. That is what:

1. the INSTALL file explicitly tells the builder to do

  Selection of optional libraries and of other build options
  can be made by adding parameters to the `./configure' command line
  Run ./configure --help for a complete list of options.
  [...]
  If any libraries are installed in a non-standard locations in your
  system then you can use the CPPFLAGS and LDFLAGS variables to allow
  configure to find them. For example:

  ./configure CPPFLAGS="-I/usr/local/multimedia/include" [...]

2. ./configure --help describes

  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>

  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>

3. has worked for decades
4. does not work in the new-build branch

> If one of the possible methods might in some odd
> circumstance break something, that's also not a SoX problem.

Doing exactly what INSTALL and ./configure say results in
a failed build, and you don't consider it a problem?

Repeat after me: having extra headers and libraries
in /usr/local is not "some odd circumstance".

> The result is in the 'new-build' git branch.
> I'd appreciate if people, especially on BSD,
> could give it a try and report any problems.

Well here it is.

And we already know what the problem is:

cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]

The first works, the second does not.
The only difference between the two is the place
where the extra -L/usr/local/lib gets added,
as described in the previous emails.

Please stop pretending it's not a bug.

	Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-23 14:07                           ` Jan Stary
@ 2020-08-23 17:13                             ` Måns Rullgård
  2020-08-23 19:46                               ` Jan Stary
  2020-08-23 21:55                               ` Jan Stary
  0 siblings, 2 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-23 17:13 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> >> >> C_INCLUDE_PATH=/usr/local/include
>> >> >> LIBRARY_PATH=/usr/local/lib
>> >> >
>> >> > I never used any of these.
>> >> > Are they docummented anywhere?
>> >> 
>> >> Many compilers/linkers support such environment variables.  The gcc
>> >> manual documents them here:
>> >> https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html
>> >
>> > I am not using the gcc compiler.
>> > The default OpenBSD/amd64 compiler is clang.
>> 
>> The same settings are used by clang.
>> 
>> >> These are the preferred method for indicating the location of libraries
>> >
>> > Where does this information come from?
>> > ./configure says something else.
>> >
>> > If the above is endeed preferrable (which I doubt),
>> > we have to fix configure to stop recommending
>> > something else than the recommended way.
>> >
>> >> since they augment the compiler's default search path without
>> >> interfering with command-line options which are searched first.
>> >
>> > In the same way, ./configure *FLAGS augment the compiler's path(s)
>> > without "interfering" with the environment
>> > - how is one preferable to the other?
>> 
>> It's simple.  The linker looks for libraries in
>> 
>> 1. -L flags, in order
>> 2. The LIBRARY_PATH environment variable
>> 3. Compiled-in defaults, typically /usr/lib and /lib
>> 
>> It is the responsibility of the system administrator to configure things
>> in such a way that system libraries are found by the system linker.
>
> These are not system libraries.
> These are add-on third party packages such as flac etc.

From the point of view of SoX, there is no difference.  They are
libraries supplied by the system administrator, and it is your job as
such to tell the compiler where to find them.

>> On normal systems, this is achieved by installing add-on libraries
>> somewhere the linker looks by default, such as /usr/lib,
>> or occasionally by setting the relevant variables
>> in the default environment. If OpenBSD chooses to install
>> packages outside the normal search path of
>> the linker, that's really not a SoX problem.
>
> Do I sense the GNU "portability" attitude here?
>
> 	Everything as GNU/Linux does -> we work
> 	Anything else -> fuck them

> It is perfectly OK for a system to install third-party software
> wherever they like, be it /usr/local on OpenBSD (and other *BSDs),
> /opt/local with MacPorts, or /opt/sfw with Solaris.
>
> It is the build system's job, by definition, to accomodate
> these variations, such as header and library paths.
> Which is exactly what the ./configure script is for.
>
> You know that, don't you? But here you go implying that systems
> that install anywhere else but /usr are not "normal".

SoX builds perfectly fine on OpenBSD once you set two environment
variables.  It's not my problem that OpenBSD is designed so as to
require this.

>> How you inform the linker of their location isn't important,
>> but it's your responsibility to do it one way or another.
>
> The way I inform the linker is the way INSTALL and ./configure tells me
> to go, namely, to pass CFLAGS and CPPFLAGS and LDFLASG. That is what:
>
> 1. the INSTALL file explicitly tells the builder to do
>
>   Selection of optional libraries and of other build options
>   can be made by adding parameters to the `./configure' command line
>   Run ./configure --help for a complete list of options.
>   [...]
>   If any libraries are installed in a non-standard locations in your
>   system then you can use the CPPFLAGS and LDFLAGS variables to allow
>   configure to find them. For example:
>
>   ./configure CPPFLAGS="-I/usr/local/multimedia/include" [...]
>
> 2. ./configure --help describes
>
>   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
>               you have headers in a nonstandard directory <include dir>
>
>   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
>               nonstandard directory <lib dir>
>
> 3. has worked for decades
> 4. does not work in the new-build branch

Nothing has changed in how CFLAGS or LDFLAGS are used.

>> If one of the possible methods might in some odd
>> circumstance break something, that's also not a SoX problem.
>
> Doing exactly what INSTALL and ./configure say results in
> a failed build, and you don't consider it a problem?
>
> Repeat after me: having extra headers and libraries
> in /usr/local is not "some odd circumstance".

No, and it works just fine if you supply the correct build environment.

>> The result is in the 'new-build' git branch.
>> I'd appreciate if people, especially on BSD,
>> could give it a try and report any problems.
>
> Well here it is.
>
> And we already know what the problem is:
>
> cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>
> The first works, the second does not.
> The only difference between the two is the place
> where the extra -L/usr/local/lib gets added,
> as described in the previous emails.

There is no such difference on my OpenBSD system, and there is no reason
why there would be.  The link command in the makefile hasn't changed.

> Please stop pretending it's not a bug.

It builds without problems on a clean OpenBSD install.  If you've
screwed up your system somehow, that's your problem.  It is unreasonable
of you to demand that the SoX build system anticipate and accommodate
every possible misconfiguration.

I have no idea what you've done to your system, but you're barking up
the wrong tree.  I'm done wasting time on this.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-23 17:13                             ` Måns Rullgård
@ 2020-08-23 19:46                               ` Jan Stary
  2020-08-24 11:04                                 ` Måns Rullgård
  2020-08-23 21:55                               ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-23 19:46 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> >> It's simple.  The linker looks for libraries in
> >> 
> >> 1. -L flags, in order
> >> 2. The LIBRARY_PATH environment variable
> >> 3. Compiled-in defaults, typically /usr/lib and /lib
> >> 
> >> It is the responsibility of the system administrator to configure things
> >> in such a way that system libraries are found by the system linker.
> >
> > These are not system libraries.
> > These are add-on third party packages such as flac etc.
> 
> >From the point of view of SoX, there is no difference.  They are
> libraries supplied by the system administrator, and it is your job as
> such to tell the compiler where to find them.

The libraries might just as well be installed in the $HOME
of any user trying to build SoX for himself, so the admin
has nothing to do with it either. But of course the build
system needs to be told where the libs are.

> >> On normal systems, this is achieved by installing add-on libraries
> >> somewhere the linker looks by default, such as /usr/lib,
> >> or occasionally by setting the relevant variables
> >> in the default environment. If OpenBSD chooses to install
> >> packages outside the normal search path of
> >> the linker, that's really not a SoX problem.
> >
> > Do I sense the GNU "portability" attitude here?
> >
> > 	Everything as GNU/Linux does -> we work
> > 	Anything else -> fuck them
> 
> > It is perfectly OK for a system to install third-party software
> > wherever they like, be it /usr/local on OpenBSD (and other *BSDs),
> > /opt/local with MacPorts, or /opt/sfw with Solaris.
> >
> > It is the build system's job, by definition, to accomodate
> > these variations, such as header and library paths.
> > Which is exactly what the ./configure script is for.
> >
> > You know that, don't you? But here you go implying that systems
> > that install anywhere else but /usr are not "normal".
> 
> SoX builds perfectly fine on OpenBSD once you set two environment
> variables.  It's not my problem that OpenBSD is designed so as to
> require this.

By the two variables, you mean C_INCLUDE_PATH and LIBRARY_PATH I presume.
It used to work by setting CPPFLAGS and LDFLAGS (two other variables, which,
unlike the former two, are explicitly documented in the INSTALL file,
the README.* files, and the output of ./configure), for a long time
-- and now it doesn't. That's called a regression.

I am reporting this regression because you asked
for problems when building on *BSD specificaly.

The "design of OpenBSD" has nothing to do with it;
I can only assume you know that.

> >> How you inform the linker of their location isn't important,
> >> but it's your responsibility to do it one way or another.
> >
> > The way I inform the linker is the way INSTALL and ./configure tells me
> > to go, namely, to pass CFLAGS and CPPFLAGS and LDFLASG. That is what:
> >
> > 1. the INSTALL file explicitly tells the builder to do
> >
> >   Selection of optional libraries and of other build options
> >   can be made by adding parameters to the `./configure' command line
> >   Run ./configure --help for a complete list of options.
> >   [...]
> >   If any libraries are installed in a non-standard locations in your
> >   system then you can use the CPPFLAGS and LDFLAGS variables to allow
> >   configure to find them. For example:
> >
> >   ./configure CPPFLAGS="-I/usr/local/multimedia/include" [...]
> >
> > 2. ./configure --help describes
> >
> >   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
> >               you have headers in a nonstandard directory <include dir>
> >
> >   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
> >               nonstandard directory <lib dir>
> >
> > 3. has worked for decades
> > 4. does not work in the new-build branch
> 
> Nothing has changed in how CFLAGS or LDFLAGS are used.

Yet what used to work no longer works in the new-build branch;
god knows what else has changes in the smelly guts of autotools
-- the M4 macros have changed for one thing (not saying that's it).

But placing the -L/usr/local/lib in a different place with

	./configure
	./configure LDFLAGS=-L...

respectively, so that the linking command fails with the latter,
is a bug at any rate.

Do you agree it is a bug?

> >> If one of the possible methods might in some odd
> >> circumstance break something, that's also not a SoX problem.
> >
> > Doing exactly what INSTALL and ./configure say results in
> > a failed build, and you don't consider it a problem?

Do you?

> > Repeat after me: having extra headers and libraries
> > in /usr/local is not "some odd circumstance".
> 
> No, and it works just fine if you supply the correct build environment.

What "correct build environment"? The one described in INSTALL
and all the build examples for various other systems (osx, ...)?

No, it desn't.

> >> The result is in the 'new-build' git branch.
> >> I'd appreciate if people, especially on BSD,
> >> could give it a try and report any problems.
> >
> > Well here it is.
> >
> > And we already know what the problem is:
> >
> > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> >
> > The first works, the second does not.
> > The only difference between the two is the place
> > where the extra -L/usr/local/lib gets added,
> > as described in the previous emails.
> 
> There is no such difference on my OpenBSD system,

Can you please post the two script(s) for

./configure CC=cc
./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib

respectively, and the subsequents make's?
Then I'll believe there is no difference on your system.
(You have tried them both, right?)

The difference is not caused by some property or design of OpenBSD.
It is caused by running SoX's ./configure with or, respectively,
without the documented LDFLAGS argument.

That's a bug.

Do you agree that it's a bug?

> and there is no reason why there would be.

"Would be"? There is. Look.

> > Please stop pretending it's not a bug.
> 
> It builds without problems on a clean OpenBSD install.

Apparently, it doesn't.

> If you've screwed up your system somehow, that's your problem.
> It is unreasonable of you to demand that the SoX build system
> anticipate and accommodate every possible misconfiguration.

Here we go. There's a regression in the new-build.
You get a report that what used to work on OpenBSD now doesn't.

The result: that system is "screwed up" (wait:
I have screwed it up); it's a "misconfiguration".

We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH
into ./configure's environment produces a working link command;
passing CPPFLAGS and LDFLAGS to ./configure also used to produce
a working command, but now produces a failing link line;
the position of -L seems to be the difference.

Question: How is that related to the OS?
Answer:   The libs are not in /usr (where the GNU tools expect everything
          to be), so you have to pass that information somehow.
	  The problem seems to be in passing that information.

Question: But how is that related to _the_actual_OS_?
Answer:   It isnt't; eventually, it's a "cc -I... -L..." line
          produced by the autotools that govern the build of SoX.

> I have no idea what you've done to your system

Guess what: it hasn't changed since before
you posted the new-build branch.

> but you're barking up the wrong tree.

Apparently - I thought I was talking to the maintainer.

> The result is in the 'new-build' git branch.
> I'd appreciate if people, especially on BSD,
> could give it a try and report any problems.

Yeah, right.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-23 17:13                             ` Måns Rullgård
  2020-08-23 19:46                               ` Jan Stary
@ 2020-08-23 21:55                               ` Jan Stary
  2020-08-24  6:56                                 ` Jan Stary
  2020-08-24 12:19                                 ` Måns Rullgård
  1 sibling, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-23 21:55 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> >
> > The first works, the second does not.
> > The only difference between the two is the place
> > where the extra -L/usr/local/lib gets added,
> > as described in the previous emails.

And it seems libtool itself is the one who breaks it.
This is the failing line again:

/bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm

Notice the "-L/usr/local/lib -Wl,--as-needed".
The "-L/usr/local/lib" part comes from the configure arg:

  ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib

The "-Wl,--as-needed" comes from

  $ grep as-needed configure.ac
  AX_APPEND_LINK_FLAGS([-Wl,--as-needed])

That results in the following line in src/Makefile:

  LDFLAGS = -L/usr/local/lib -Wl,--as-needed

and that's what is passed in the above command line. Now, libtool
apparently preprocesses the line into something else; in particular,
it reorders the options. The very next command is:

libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib

Notice where the -L/usr/local/lib has been moved.
As described previously, if it comes after -lsox
instead of before it, it links just fine.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-23 21:55                               ` Jan Stary
@ 2020-08-24  6:56                                 ` Jan Stary
  2020-08-27  9:40                                   ` Jan Stary
  2020-08-24 12:19                                 ` Måns Rullgård
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-24  6:56 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 23 23:55:51, hans@stare.cz wrote:
> > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> > >
> > > The first works, the second does not.
> > > The only difference between the two is the place
> > > where the extra -L/usr/local/lib gets added,
> > > as described in the previous emails.
> 
> And it seems libtool itself is the one who breaks it.
> This is the failing line again:
> 
> /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> 
> Notice the "-L/usr/local/lib -Wl,--as-needed".
> The "-L/usr/local/lib" part comes from the configure arg:
> 
>   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> 
> The "-Wl,--as-needed" comes from
> 
>   $ grep as-needed configure.ac
>   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> 
> That results in the following line in src/Makefile:
> 
>   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> 
> and that's what is passed in the above command line. Now, libtool
> apparently preprocesses the line into something else; in particular,
> it reorders the options. The very next command is:
> 
> libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> 
> Notice where the -L/usr/local/lib has been moved.
> As described previously, if it comes after -lsox
> instead of before it, it links just fine.

That being said, the same problem is present in the master branch,
but it works in 14.4.2, where the libtool line is

bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
                         -lm

which becomes (without 'silent')

libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-23 19:46                               ` Jan Stary
@ 2020-08-24 11:04                                 ` Måns Rullgård
  2020-08-24 11:19                                   ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-24 11:04 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH
> into ./configure's environment produces a working link command;
> passing CPPFLAGS and LDFLAGS to ./configure also used to produce
> a working command, but now produces a failing link line;
> the position of -L seems to be the difference.

Both ways work fine on my OpenBSD system (clean install + lame etc).
There is no difference in behaviour between the master and new-build
branches.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 11:04                                 ` Måns Rullgård
@ 2020-08-24 11:19                                   ` Jan Stary
  2020-08-27  9:38                                     ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-24 11:19 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 24 12:04:11, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH
> > into ./configure's environment produces a working link command;
> > passing CPPFLAGS and LDFLAGS to ./configure also used to produce
> > a working command, but now produces a failing link line;
> > the position of -L seems to be the difference.
> 
> Both ways work fine on my OpenBSD system (clean install + lame etc).
> There is no difference in behaviour between the master and new-build
> branches.

Can you please post the complete script(1) for each of

  env CC=cc C_INCLUDE_PATH=/usr/local/include LIBRARY_PATH=/usr/local/lib \
  	./configure
  make V=1

and

  ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
  make V=1

on both master and new-build? Because the difference between the two calls
(which is, eventually, the difference between the ultimate link command)
seems to be exactly the problem on my system.

Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-21 21:43                 ` Måns Rullgård
  2020-08-22  8:17                   ` Jan Stary
@ 2020-08-24 12:18                   ` Jan Stary
  2020-08-24 12:27                     ` Måns Rullgård
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-24 12:18 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> 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

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-23 21:55                               ` Jan Stary
  2020-08-24  6:56                                 ` Jan Stary
@ 2020-08-24 12:19                                 ` Måns Rullgård
  2020-08-24 14:43                                   ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-24 12:19 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
>> > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>> >
>> > The first works, the second does not.
>> > The only difference between the two is the place
>> > where the extra -L/usr/local/lib gets added,
>> > as described in the previous emails.
>
> And it seems libtool itself is the one who breaks it.
> This is the failing line again:
>
> /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
>
> Notice the "-L/usr/local/lib -Wl,--as-needed".
> The "-L/usr/local/lib" part comes from the configure arg:
>
>   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>
> The "-Wl,--as-needed" comes from
>
>   $ grep as-needed configure.ac
>   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
>
> That results in the following line in src/Makefile:
>
>   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
>
> and that's what is passed in the above command line. Now, libtool
> apparently preprocesses the line into something else; in particular,
> it reorders the options. The very next command is:
>
> libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
>
> Notice where the -L/usr/local/lib has been moved.
> As described previously, if it comes after -lsox
> instead of before it, it links just fine.

None of this has changed.  The problem is that you have an old libsox in
/usr/local/lib, and with that -L flag early in the command, it takes
precedence over the just-built libsox, causing the link to fail.  If
you're building the same version, it won't matter which one the linker
finds, so it succeeds.

This whole issue is unique to OpenBSD.  On Linux and FreeBSD the link
command uses the full filename of libsox, so it isn't searched for in
the -L locations.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 12:18                   ` Jan Stary
@ 2020-08-24 12:27                     ` Måns Rullgård
  2020-08-24 13:16                       ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-24 12:27 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> 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,

Is there any other libtool?

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 12:27                     ` Måns Rullgård
@ 2020-08-24 13:16                       ` Jan Stary
  2020-08-24 14:15                         ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-24 13:16 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 24 13:27:00, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> 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,
> 
> Is there any other libtool?

http://cvsweb.openbsd.org/src/usr.bin/libtool/
http://man.openbsd.org/libtool

	Relative -L paths are put before absolute ones.
	This fixes many (but not all, unfortunately) issues
	when software links to libraries already installed
	instead of those just built because, for example,
	"-L/usr/local/lib" comes before "-L../libfoo".

That seems to be precisely the problem we are seeing
with the GNU libtool if SoX is already installed.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 13:16                       ` Jan Stary
@ 2020-08-24 14:15                         ` Måns Rullgård
  2020-08-27  9:52                           ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-24 14:15 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 24 13:27:00, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> >> 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,
>> 
>> Is there any other libtool?
>
> http://cvsweb.openbsd.org/src/usr.bin/libtool/
> http://man.openbsd.org/libtool
>
> 	Relative -L paths are put before absolute ones.
> 	This fixes many (but not all, unfortunately) issues
> 	when software links to libraries already installed
> 	instead of those just built because, for example,
> 	"-L/usr/local/lib" comes before "-L../libfoo".
>
> That seems to be precisely the problem we are seeing
> with the GNU libtool if SoX is already installed.

Why doesn't someone from OpenBSD get it fixed in GNU libtool?

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 12:19                                 ` Måns Rullgård
@ 2020-08-24 14:43                                   ` Jan Stary
  2020-08-24 14:59                                     ` Måns Rullgård
  2020-08-24 17:22                                     ` Måns Rullgård
  0 siblings, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-24 14:43 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 24 13:19:36, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> >> > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> >> >
> >> > The first works, the second does not.
> >> > The only difference between the two is the place
> >> > where the extra -L/usr/local/lib gets added,
> >> > as described in the previous emails.
> >
> > And it seems libtool itself is the one who breaks it.
> > This is the failing line again:
> >
> > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> >
> > Notice the "-L/usr/local/lib -Wl,--as-needed".
> > The "-L/usr/local/lib" part comes from the configure arg:
> >
> >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> >
> > The "-Wl,--as-needed" comes from
> >
> >   $ grep as-needed configure.ac
> >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> >
> > That results in the following line in src/Makefile:
> >
> >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> >
> > and that's what is passed in the above command line. Now, libtool
> > apparently preprocesses the line into something else; in particular,
> > it reorders the options. The very next command is:
> >
> > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> >
> > Notice where the -L/usr/local/lib has been moved.
> > As described previously, if it comes after -lsox
> > instead of before it, it links just fine.
> 
> None of this has changed.  The problem is that you have an old libsox in
> /usr/local/lib, and with that -L flag early in the command, it takes
> precedence over the just-built libsox, causing the link to fail.

This seems to be the case - together with GNU libtool
putting that -L/usr/local/lib _before_ the -L./.libs
which would link with the "new" libsox.

(And, indeed,
  $ nm /usr/local/lib/libsox.so.4.0 | grep lsx_malloc
  $ nm src/.libs/libsox.so.3.0 | grep lsx_malloc
  00042f60 T lsx_malloc
which was the actual unresolved symbol, among others).

I can confirm that deleting the previous version of sox
(installed in /usr/local/ via the OpenBSD sox-14.4.2p5 port)
makes that problem go away; or, better put, masks the bug
by removing the condition under which is shows.

> This whole issue is unique to OpenBSD.

Having a previous version installed while a new one
is being built is to be expected, right?

Searching for -lsox in the -L path is also perfectly normal.
As we now know, it is the order of the -L options
introduced by GNU libtool that breaks it.

Your "clean" VM is a special case in that it does not
have a previous version installed (as opposed to my screwed up,
misconfigured machine). When you install the previous sox 14.4.2
(pkg_add sox), does the

  ./configure CC=cc CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
  make V=1

build still work?

> On Linux and FreeBSD the link command uses the full filename of libsox,
> so it isn't searched for in the -L locations.

I didn't get to FreeBSD testing yet, but on NetBSD
(where the build fails in other interesting ways), it's

libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib

So even some of the external libraries are linked via absolute paths -
seems to be precisely those detected by pkg-config
(not sure what the point of pkg-config --libs is then);
the others (-lm -lmagic) are found in the -L path.

The linking commands are not invented by Linux or FreeBSD or OpenBSD
- they are what libtool or ./configure (or whatever it is inside the
auto* maze) put into the actual Makefile(s). If I understand the idea
of autotools at all, the supposed position of libtool is

	"Yo, I know how any given system/linker links;
	so I can issue the right linking commands
	for this system/linker right here, man".

What *is* unique about OpenBSD, then, is that GNU libtool
does in fact not know how to link here. Does that make sense?


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 14:43                                   ` Jan Stary
@ 2020-08-24 14:59                                     ` Måns Rullgård
  2020-08-27  9:44                                       ` Jan Stary
  2020-08-24 17:22                                     ` Måns Rullgård
  1 sibling, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-24 14:59 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 24 13:19:36, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> >> > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
>> >> > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>> >> >
>> >> > The first works, the second does not.
>> >> > The only difference between the two is the place
>> >> > where the extra -L/usr/local/lib gets added,
>> >> > as described in the previous emails.
>> >
>> > And it seems libtool itself is the one who breaks it.
>> > This is the failing line again:
>> >
>> > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
>> >
>> > Notice the "-L/usr/local/lib -Wl,--as-needed".
>> > The "-L/usr/local/lib" part comes from the configure arg:
>> >
>> >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>> >
>> > The "-Wl,--as-needed" comes from
>> >
>> >   $ grep as-needed configure.ac
>> >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
>> >
>> > That results in the following line in src/Makefile:
>> >
>> >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
>> >
>> > and that's what is passed in the above command line. Now, libtool
>> > apparently preprocesses the line into something else; in particular,
>> > it reorders the options. The very next command is:
>> >
>> > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
>> >
>> > Notice where the -L/usr/local/lib has been moved.
>> > As described previously, if it comes after -lsox
>> > instead of before it, it links just fine.
>> 
>> None of this has changed.  The problem is that you have an old libsox in
>> /usr/local/lib, and with that -L flag early in the command, it takes
>> precedence over the just-built libsox, causing the link to fail.
>
> This seems to be the case - together with GNU libtool
> putting that -L/usr/local/lib _before_ the -L./.libs
> which would link with the "new" libsox.
>
> (And, indeed,
>   $ nm /usr/local/lib/libsox.so.4.0 | grep lsx_malloc
>   $ nm src/.libs/libsox.so.3.0 | grep lsx_malloc
>   00042f60 T lsx_malloc
> which was the actual unresolved symbol, among others).
>
> I can confirm that deleting the previous version of sox
> (installed in /usr/local/ via the OpenBSD sox-14.4.2p5 port)
> makes that problem go away; or, better put, masks the bug
> by removing the condition under which is shows.

Good, we're finally in agreement.

>> This whole issue is unique to OpenBSD.
>
> Having a previous version installed while a new one
> is being built is to be expected, right?

Yes, and it works everywhere I've tested it except OpenBSD.

> Searching for -lsox in the -L path is also perfectly normal.
> As we now know, it is the order of the -L options
> introduced by GNU libtool that breaks it.
>
> Your "clean" VM is a special case in that it does not
> have a previous version installed (as opposed to my screwed up,
> misconfigured machine). When you install the previous sox 14.4.2
> (pkg_add sox), does the
>
>   ./configure CC=cc CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>   make V=1
>
> build still work?

I assume it will break.

>> On Linux and FreeBSD the link command uses the full filename of libsox,
>> so it isn't searched for in the -L locations.
>
> I didn't get to FreeBSD testing yet, but on NetBSD
> (where the build fails in other interesting ways), it's
>
> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib
>
> So even some of the external libraries are linked via absolute paths -
> seems to be precisely those detected by pkg-config
> (not sure what the point of pkg-config --libs is then);
> the others (-lm -lmagic) are found in the -L path.
>
> The linking commands are not invented by Linux or FreeBSD or OpenBSD
> - they are what libtool or ./configure (or whatever it is inside the
> auto* maze) put into the actual Makefile(s). If I understand the idea
> of autotools at all, the supposed position of libtool is
>
> 	"Yo, I know how any given system/linker links;
> 	so I can issue the right linking commands
> 	for this system/linker right here, man".
>
> What *is* unique about OpenBSD, then, is that GNU libtool
> does in fact not know how to link here. Does that make sense?

Yes, libtool should put the -L.libs before any other -L flags to avoid
such problems.  Why don't you report the bug to them?

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 14:43                                   ` Jan Stary
  2020-08-24 14:59                                     ` Måns Rullgård
@ 2020-08-24 17:22                                     ` Måns Rullgård
  1 sibling, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-24 17:22 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> on NetBSD (where the build fails in other interesting ways)

Fixed.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
@ 2020-08-27  9:21 Jan Stary
  2020-08-27 10:54 ` Jan Stary
                   ` (3 more replies)
  0 siblings, 4 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27  9:21 UTC (permalink / raw)
  To: sox-devel

> The result is in the 'new-build' git branch.
> I'd appreciate if people, especially on BSD,
> could give it a try and report any problems.

Testing on NetBSD 8.0, with the latest commits
to the new-build branch pulled in.

It seems that the recent commit regarding audioio.h and soundcard.h,
while it makes the build not fail, also mis-detects NetBSD's output
audio driver. The result is a sox that builds but cannot play;
full log below, comments inline.

	Jan


It's cc (nb2 20180327) 5.5.0, with the following packages
as installed by NetBSD's packaging system:

autoconf-2.69nb8
automake-1.16.1
autoconf-archive-2019.01.06
libtool-2.4.6


hans@netbsd$ autoreconf -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:19: installing './compile'
configure.ac:19: installing './config.guess'
configure.ac:19: installing './config.sub'
configure.ac:16: installing './install-sh'
configure.ac:16: installing './missing'
lpc10/Makefile.am: installing './depcomp'

hans@netbsd$ ./configure
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 build system type... x86_64-unknown-netbsd8.0
checking host system type... x86_64-unknown-netbsd8.0
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
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 dependency style of gcc... gcc3
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 whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-netbsd8.0 file names to x86_64-unknown-netbsd8.0 format... func_convert_file_noop
checking how to convert x86_64-unknown-netbsd8.0 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|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
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 a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
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... no
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for pkg-config... /usr/pkg/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether C compiler accepts -fstack-protector-strong... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether the linker accepts -Wl,--as-needed... yes
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 sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
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... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
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

	Not specific to NetBSD of course, but why are we running these
	tests (taking strdup as a random example)? Is there a POSIX
	system without strdup? And if we miss strdup, then what?
	With that configure.ac line changed to check for xstrdup instead,
	this will just become

		checking for xstrdup... no

	but everyting follows as before. Which means we have checked for
	a function (via AC_CHECK_FUNCS), found out it does not exist,
	and ignored the result. What is that for?

checking for popen... yes
checking for vsnprintf... yes
checking for gettimeofday... yes
checking for mkstemp... yes
checking for fmemopen... yes
checking for sigaction... yes
checking for library containing pow... -lm
checking for library containing lrint... none required

	This seems to be the same error as on OpenBSD:

	$ nm /lib/libc.so | grep -Fw lrint
	$ nm /lib/libm.so | grep -Fw lrint 
	000000000000f4f9 T lrint

	So -lm _is_ required for lrint() - it works by accident,
	because -lm is pulled in anyway to have pow().

checking for lrint... yes

	Yes, in libm.

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 for gcc option to support OpenMP... -fopenmp
checking for ltdl.h... no
checking for magic.h... yes
checking for magic_open in -lmagic... yes

	That's /usr/include/magic.h and /usr/lib/libmagic.so,
	found in the default paths.

checking for zlib.h... yes
checking for uncompress in -lz... yes

	/usr/include/zlib.h
	/usr/lib/libz.so

checking for png.h... no

	On NetBSD, the third-party packages are installed into /usr/pkg
	- I will run a separate test with the external libraries.

checking for id3tag.h... no
checking for gsm/gsm.h... no
checking for gsm.h... no
checking for opencore-amrnb/interf_dec.h... no
checking for opencore-amrwb/dec_if.h... no
checking for vo-amrwbenc/enc_if.h... no
checking for flac... yes

	Found in /usr/pkg via pkg-config:

	$ pkg-config --cflags --libs flac
	-I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lFLAC

checking for lpc10.h... no
checking for mad.h... no
checking for lame/lame.h... no
checking for lame.h... no
checking for twolame.h... no
checking for ogg vorbis vorbisenc vorbisfile... yes
checking for opusfile... yes

	pkg-config

checking for sndfile.h... no
checking for wavpack/wavpack.h... no
checking for alsa/asoundlib.h... no
checking for ao/ao.h... no
checking for CoreAudio/CoreAudio.h... no
checking for pulse/simple.h... no

checking for sys/soundcard.h... yes

	On NetBSD, sys/soundcard.h says

		This is an OSS (Linux) audio emulator.
 		Use the Native NetBSD API for developing new code,
		and this only for compiling Linux programs.

	The check is

	SOX_FMT_HEADERS([oss], [sys/soundcard.h], [SOUND_MIXER_MUTE],
		[], [devices])

	so at least we correctly recognize this as OSS emulation.
	But the check does not work universaly: NetBSD has
	/usr/include/sys/soundcard.h -> ../soundcard.h, but e.g.
	OpenBSD only has /usr/include/soundcard.h (same code though).
	Apparently, the name makes a difference:
	a test for "sys/soundcard.h" will fail on OpenBSD.

checking whether SOUND_MIXER_MUTE is declared... no

	Why SOUND_MIXER_MUTE, specificaly, out of all the others?
	For example, SOUND_MIXER_INFO is declared, which would
	make the oss emulation detected (not saying this is
	the correct test).

	Lastly, oss requires a library to be linked:
	https://netbsd.gw.com/cgi-bin/man-cgi?ossaudio
	That would be /usr/lib/libossaudio.so - I believe a recent
	commit has concluded that oss does not require any library
	(being a bunch of defined ioctls); on NetBSD, it maybe does.

	$ nm /usr/lib/libossaudio.so | grep oss
	0000000000001f60 T _oss_ioctl

checking for sndio.h... no

checking for sys/audioio.h... yes

	This seems to be NetBSD's native audio interface.
	https://netbsd.gw.com/cgi-bin/man-cgi?audio
	It's what the NetBSD port of SoX uses:
	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/

checking whether AUDIO_HWFEATURE_DUPLEX is declared... no

	... but we miss that, because of this.
	It seems NetBSD's audio system came from Sun audio
	(/usr/pkg/bin/sox reports AUDIO DEVICE DRIVERS: sunau),
	but it's not quite the same; in particular,
	AUDIO_HWFEATURE_DUPLEX is not defined.

	Maybe we can backport some patches from the NetBSD port.
	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/patches/

checking for mmsystem.h... no
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 lpc10/Makefile
config.status: creating sox.pc
config.status: creating src/soxconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands

Build options:
  distro name		  unspecified
  symlinks		  soxi

Optional libraries:
  id3tag		  no
  lame			  no
  libgsm		  no
  libltdl		  no
  libsndfile		  no
  mad			  no
  magic			  yes
  opencore-amrnb	  no
  opencore-amrwb	  no
  png			  no
  twolame		  no
  vo-amrwbenc		  no

Optional formats:
  amrnb			  no
  amrwb			  no
  flac			  yes
  gsm			  no
  lpc10			  yes
  mp3			  no
  oggvorbis		  yes
  opus			  yes
  sndfile		  no
  wavpack		  no

Audio devices:
  alsa			  no
  ao			  no
  coreaudio		  no
  oss			  no
  pulseaudio		  no
  sndio			  no
  sunaudio		  no
  waveaudio		  no

	So we have no way to play.


Other options:
  OpenMP		  -fopenmp
  LADSPA effect plugins	  no

Configure finished.  Run 'make' to compile SoX.

hans@netbsd$ make V=1

	The build itself goes fine; see the ultimate linking line
	at the very bottom, to compare with what happened on OpenBSD.

Making all in lpc10
depbase=`echo analys.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT analys.lo -MD -MP -MF $depbase.Tpo -c -o analys.lo analys.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT analys.lo -MD -MP -MF .deps/analys.Tpo -c analys.c  -fPIC -DPIC -o .libs/analys.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT analys.lo -MD -MP -MF .deps/analys.Tpo -c analys.c -o analys.o >/dev/null 2>&1
depbase=`echo bsynz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT bsynz.lo -MD -MP -MF $depbase.Tpo -c -o bsynz.lo bsynz.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT bsynz.lo -MD -MP -MF .deps/bsynz.Tpo -c bsynz.c  -fPIC -DPIC -o .libs/bsynz.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT bsynz.lo -MD -MP -MF .deps/bsynz.Tpo -c bsynz.c -o bsynz.o >/dev/null 2>&1
depbase=`echo chanwr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT chanwr.lo -MD -MP -MF $depbase.Tpo -c -o chanwr.lo chanwr.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT chanwr.lo -MD -MP -MF .deps/chanwr.Tpo -c chanwr.c  -fPIC -DPIC -o .libs/chanwr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT chanwr.lo -MD -MP -MF .deps/chanwr.Tpo -c chanwr.c -o chanwr.o >/dev/null 2>&1
depbase=`echo dcbias.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dcbias.lo -MD -MP -MF $depbase.Tpo -c -o dcbias.lo dcbias.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dcbias.lo -MD -MP -MF .deps/dcbias.Tpo -c dcbias.c  -fPIC -DPIC -o .libs/dcbias.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dcbias.lo -MD -MP -MF .deps/dcbias.Tpo -c dcbias.c -o dcbias.o >/dev/null 2>&1
depbase=`echo decode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT decode.lo -MD -MP -MF $depbase.Tpo -c -o decode.lo decode.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c  -fPIC -DPIC -o .libs/decode.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o >/dev/null 2>&1
depbase=`echo deemp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT deemp.lo -MD -MP -MF $depbase.Tpo -c -o deemp.lo deemp.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT deemp.lo -MD -MP -MF .deps/deemp.Tpo -c deemp.c  -fPIC -DPIC -o .libs/deemp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT deemp.lo -MD -MP -MF .deps/deemp.Tpo -c deemp.c -o deemp.o >/dev/null 2>&1
depbase=`echo difmag.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT difmag.lo -MD -MP -MF $depbase.Tpo -c -o difmag.lo difmag.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT difmag.lo -MD -MP -MF .deps/difmag.Tpo -c difmag.c  -fPIC -DPIC -o .libs/difmag.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT difmag.lo -MD -MP -MF .deps/difmag.Tpo -c difmag.c -o difmag.o >/dev/null 2>&1
depbase=`echo dyptrk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dyptrk.lo -MD -MP -MF $depbase.Tpo -c -o dyptrk.lo dyptrk.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dyptrk.lo -MD -MP -MF .deps/dyptrk.Tpo -c dyptrk.c  -fPIC -DPIC -o .libs/dyptrk.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dyptrk.lo -MD -MP -MF .deps/dyptrk.Tpo -c dyptrk.c -o dyptrk.o >/dev/null 2>&1
depbase=`echo encode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT encode.lo -MD -MP -MF $depbase.Tpo -c -o encode.lo encode.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c  -fPIC -DPIC -o .libs/encode.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o >/dev/null 2>&1
depbase=`echo energy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT energy.lo -MD -MP -MF $depbase.Tpo -c -o energy.lo energy.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT energy.lo -MD -MP -MF .deps/energy.Tpo -c energy.c  -fPIC -DPIC -o .libs/energy.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT energy.lo -MD -MP -MF .deps/energy.Tpo -c energy.c -o energy.o >/dev/null 2>&1
depbase=`echo f2clib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT f2clib.lo -MD -MP -MF $depbase.Tpo -c -o f2clib.lo f2clib.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT f2clib.lo -MD -MP -MF .deps/f2clib.Tpo -c f2clib.c  -fPIC -DPIC -o .libs/f2clib.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT f2clib.lo -MD -MP -MF .deps/f2clib.Tpo -c f2clib.c -o f2clib.o >/dev/null 2>&1
depbase=`echo ham84.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ham84.lo -MD -MP -MF $depbase.Tpo -c -o ham84.lo ham84.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ham84.lo -MD -MP -MF .deps/ham84.Tpo -c ham84.c  -fPIC -DPIC -o .libs/ham84.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ham84.lo -MD -MP -MF .deps/ham84.Tpo -c ham84.c -o ham84.o >/dev/null 2>&1
depbase=`echo hp100.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT hp100.lo -MD -MP -MF $depbase.Tpo -c -o hp100.lo hp100.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT hp100.lo -MD -MP -MF .deps/hp100.Tpo -c hp100.c  -fPIC -DPIC -o .libs/hp100.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT hp100.lo -MD -MP -MF .deps/hp100.Tpo -c hp100.c -o hp100.o >/dev/null 2>&1
depbase=`echo invert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT invert.lo -MD -MP -MF $depbase.Tpo -c -o invert.lo invert.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.c  -fPIC -DPIC -o .libs/invert.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.c -o invert.o >/dev/null 2>&1
depbase=`echo irc2pc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT irc2pc.lo -MD -MP -MF $depbase.Tpo -c -o irc2pc.lo irc2pc.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT irc2pc.lo -MD -MP -MF .deps/irc2pc.Tpo -c irc2pc.c  -fPIC -DPIC -o .libs/irc2pc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT irc2pc.lo -MD -MP -MF .deps/irc2pc.Tpo -c irc2pc.c -o irc2pc.o >/dev/null 2>&1
depbase=`echo ivfilt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ivfilt.lo -MD -MP -MF $depbase.Tpo -c -o ivfilt.lo ivfilt.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ivfilt.lo -MD -MP -MF .deps/ivfilt.Tpo -c ivfilt.c  -fPIC -DPIC -o .libs/ivfilt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ivfilt.lo -MD -MP -MF .deps/ivfilt.Tpo -c ivfilt.c -o ivfilt.o >/dev/null 2>&1
depbase=`echo lpcdec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcdec.lo -MD -MP -MF $depbase.Tpo -c -o lpcdec.lo lpcdec.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcdec.lo -MD -MP -MF .deps/lpcdec.Tpo -c lpcdec.c  -fPIC -DPIC -o .libs/lpcdec.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcdec.lo -MD -MP -MF .deps/lpcdec.Tpo -c lpcdec.c -o lpcdec.o >/dev/null 2>&1
depbase=`echo lpcenc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcenc.lo -MD -MP -MF $depbase.Tpo -c -o lpcenc.lo lpcenc.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcenc.lo -MD -MP -MF .deps/lpcenc.Tpo -c lpcenc.c  -fPIC -DPIC -o .libs/lpcenc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcenc.lo -MD -MP -MF .deps/lpcenc.Tpo -c lpcenc.c -o lpcenc.o >/dev/null 2>&1
depbase=`echo lpcini.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcini.lo -MD -MP -MF $depbase.Tpo -c -o lpcini.lo lpcini.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcini.lo -MD -MP -MF .deps/lpcini.Tpo -c lpcini.c  -fPIC -DPIC -o .libs/lpcini.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcini.lo -MD -MP -MF .deps/lpcini.Tpo -c lpcini.c -o lpcini.o >/dev/null 2>&1
depbase=`echo lpfilt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpfilt.lo -MD -MP -MF $depbase.Tpo -c -o lpfilt.lo lpfilt.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpfilt.lo -MD -MP -MF .deps/lpfilt.Tpo -c lpfilt.c  -fPIC -DPIC -o .libs/lpfilt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpfilt.lo -MD -MP -MF .deps/lpfilt.Tpo -c lpfilt.c -o lpfilt.o >/dev/null 2>&1
depbase=`echo median.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT median.lo -MD -MP -MF $depbase.Tpo -c -o median.lo median.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT median.lo -MD -MP -MF .deps/median.Tpo -c median.c  -fPIC -DPIC -o .libs/median.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT median.lo -MD -MP -MF .deps/median.Tpo -c median.c -o median.o >/dev/null 2>&1
depbase=`echo mload.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT mload.lo -MD -MP -MF $depbase.Tpo -c -o mload.lo mload.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT mload.lo -MD -MP -MF .deps/mload.Tpo -c mload.c  -fPIC -DPIC -o .libs/mload.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT mload.lo -MD -MP -MF .deps/mload.Tpo -c mload.c -o mload.o >/dev/null 2>&1
depbase=`echo onset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT onset.lo -MD -MP -MF $depbase.Tpo -c -o onset.lo onset.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT onset.lo -MD -MP -MF .deps/onset.Tpo -c onset.c  -fPIC -DPIC -o .libs/onset.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT onset.lo -MD -MP -MF .deps/onset.Tpo -c onset.c -o onset.o >/dev/null 2>&1
depbase=`echo pitsyn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT pitsyn.lo -MD -MP -MF $depbase.Tpo -c -o pitsyn.lo pitsyn.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT pitsyn.lo -MD -MP -MF .deps/pitsyn.Tpo -c pitsyn.c  -fPIC -DPIC -o .libs/pitsyn.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT pitsyn.lo -MD -MP -MF .deps/pitsyn.Tpo -c pitsyn.c -o pitsyn.o >/dev/null 2>&1
depbase=`echo placea.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placea.lo -MD -MP -MF $depbase.Tpo -c -o placea.lo placea.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placea.lo -MD -MP -MF .deps/placea.Tpo -c placea.c  -fPIC -DPIC -o .libs/placea.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placea.lo -MD -MP -MF .deps/placea.Tpo -c placea.c -o placea.o >/dev/null 2>&1
depbase=`echo placev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placev.lo -MD -MP -MF $depbase.Tpo -c -o placev.lo placev.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placev.lo -MD -MP -MF .deps/placev.Tpo -c placev.c  -fPIC -DPIC -o .libs/placev.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placev.lo -MD -MP -MF .deps/placev.Tpo -c placev.c -o placev.o >/dev/null 2>&1
depbase=`echo preemp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT preemp.lo -MD -MP -MF $depbase.Tpo -c -o preemp.lo preemp.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT preemp.lo -MD -MP -MF .deps/preemp.Tpo -c preemp.c  -fPIC -DPIC -o .libs/preemp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT preemp.lo -MD -MP -MF .deps/preemp.Tpo -c preemp.c -o preemp.o >/dev/null 2>&1
depbase=`echo prepro.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT prepro.lo -MD -MP -MF $depbase.Tpo -c -o prepro.lo prepro.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT prepro.lo -MD -MP -MF .deps/prepro.Tpo -c prepro.c  -fPIC -DPIC -o .libs/prepro.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT prepro.lo -MD -MP -MF .deps/prepro.Tpo -c prepro.c -o prepro.o >/dev/null 2>&1
depbase=`echo random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT random.lo -MD -MP -MF $depbase.Tpo -c -o random.lo random.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c  -fPIC -DPIC -o .libs/random.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -o random.o >/dev/null 2>&1
depbase=`echo rcchk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT rcchk.lo -MD -MP -MF $depbase.Tpo -c -o rcchk.lo rcchk.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT rcchk.lo -MD -MP -MF .deps/rcchk.Tpo -c rcchk.c  -fPIC -DPIC -o .libs/rcchk.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT rcchk.lo -MD -MP -MF .deps/rcchk.Tpo -c rcchk.c -o rcchk.o >/dev/null 2>&1
depbase=`echo synths.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT synths.lo -MD -MP -MF $depbase.Tpo -c -o synths.lo synths.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT synths.lo -MD -MP -MF .deps/synths.Tpo -c synths.c  -fPIC -DPIC -o .libs/synths.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT synths.lo -MD -MP -MF .deps/synths.Tpo -c synths.c -o synths.o >/dev/null 2>&1
depbase=`echo tbdm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	--tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	-I. -I../src  -I../src	  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT tbdm.lo -MD -MP -MF $depbase.Tpo -c -o tbdm.lo tbdm.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT tbdm.lo -MD -MP -MF .deps/tbdm.Tpo -c tbdm.c  -fPIC -DPIC -o .libs/tbdm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT tbdm.lo -MD -MP -MF .deps/tbdm.Tpo -c tbdm.c -o tbdm.o >/dev/null 2>&1
depbase=`echo voicin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT voicin.lo -MD -MP -MF $depbase.Tpo -c -o voicin.lo voicin.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT voicin.lo -MD -MP -MF .deps/voicin.Tpo -c voicin.c  -fPIC -DPIC -o .libs/voicin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT voicin.lo -MD -MP -MF .deps/voicin.Tpo -c voicin.c -o voicin.o >/dev/null 2>&1
depbase=`echo vparms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT vparms.lo -MD -MP -MF $depbase.Tpo -c -o vparms.lo vparms.c && mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT vparms.lo -MD -MP -MF .deps/vparms.Tpo -c vparms.c  -fPIC -DPIC -o .libs/vparms.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT vparms.lo -MD -MP -MF .deps/vparms.Tpo -c vparms.c -o vparms.o >/dev/null 2>&1
/bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp   -Wl,--as-needed -o liblpc10.la  analys.lo bsynz.lo  chanwr.lo dcbias.lo decode.lo deemp.lo  difmag.lo dyptrk.lo encode.lo energy.lo	f2clib.lo ham84.lo hp100.lo invert.lo  irc2pc.lo ivfilt.lo lpcdec.lo lpcenc.lo	lpcini.lo lpfilt.lo median.lo mload.lo	onset.lo pitsyn.lo placea.lo placev.lo	preemp.lo prepro.lo random.lo rcchk.lo	synths.lo tbdm.lo voicin.lo vparms.lo  -lm
libtool: link: ar cru .libs/liblpc10.a .libs/analys.o .libs/bsynz.o .libs/chanwr.o .libs/dcbias.o .libs/decode.o .libs/deemp.o .libs/difmag.o .libs/dyptrk.o .libs/encode.o .libs/energy.o .libs/f2clib.o .libs/ham84.o .libs/hp100.o .libs/invert.o .libs/irc2pc.o .libs/ivfilt.o .libs/lpcdec.o .libs/lpcenc.o .libs/lpcini.o .libs/lpfilt.o .libs/median.o .libs/mload.o .libs/onset.o .libs/pitsyn.o .libs/placea.o .libs/placev.o .libs/preemp.o .libs/prepro.o .libs/random.o .libs/rcchk.o .libs/synths.o .libs/tbdm.o .libs/voicin.o .libs/vparms.o
libtool: link: ranlib .libs/liblpc10.a
libtool: link: ( cd ".libs" && rm -f "liblpc10.la" && ln -s "../liblpc10.la" "liblpc10.la" )
Making all in src
depbase=`echo sox.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	     -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT sox.o -MD -MP -MF $depbase.Tpo -c -o sox.o sox.c && mv -f $depbase.Tpo $depbase.Po
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcms.lo -MD -MP -MF .deps/libsox_la-adpcms.Tpo -c -o libsox_la-adpcms.lo `test -f 'adpcms.c' || echo './'`adpcms.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcms.lo -MD -MP -MF .deps/libsox_la-adpcms.Tpo -c adpcms.c	-fPIC -DPIC -o .libs/libsox_la-adpcms.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcms.lo -MD -MP -MF .deps/libsox_la-adpcms.Tpo -c adpcms.c -o libsox_la-adpcms.o >/dev/null 2>&1
mv -f .deps/libsox_la-adpcms.Tpo .deps/libsox_la-adpcms.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff.lo -MD -MP -MF .deps/libsox_la-aiff.Tpo -c -o libsox_la-aiff.lo `test -f 'aiff.c' || echo './'`aiff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff.lo -MD -MP -MF .deps/libsox_la-aiff.Tpo -c aiff.c  -fPIC -DPIC -o .libs/libsox_la-aiff.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff.lo -MD -MP -MF .deps/libsox_la-aiff.Tpo -c aiff.c -o libsox_la-aiff.o >/dev/null 2>&1
mv -f .deps/libsox_la-aiff.Tpo .deps/libsox_la-aiff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd.lo -MD -MP -MF .deps/libsox_la-cvsd.Tpo -c -o libsox_la-cvsd.lo `test -f 'cvsd.c' || echo './'`cvsd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd.lo -MD -MP -MF .deps/libsox_la-cvsd.Tpo -c cvsd.c  -fPIC -DPIC -o .libs/libsox_la-cvsd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd.lo -MD -MP -MF .deps/libsox_la-cvsd.Tpo -c cvsd.c -o libsox_la-cvsd.o >/dev/null 2>&1
mv -f .deps/libsox_la-cvsd.Tpo .deps/libsox_la-cvsd.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g711.lo -MD -MP -MF .deps/libsox_la-g711.Tpo -c -o libsox_la-g711.lo `test -f 'g711.c' || echo './'`g711.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g711.lo -MD -MP -MF .deps/libsox_la-g711.Tpo -c g711.c  -fPIC -DPIC -o .libs/libsox_la-g711.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g711.lo -MD -MP -MF .deps/libsox_la-g711.Tpo -c g711.c -o libsox_la-g711.o >/dev/null 2>&1
mv -f .deps/libsox_la-g711.Tpo .deps/libsox_la-g711.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g721.lo -MD -MP -MF .deps/libsox_la-g721.Tpo -c -o libsox_la-g721.lo `test -f 'g721.c' || echo './'`g721.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g721.lo -MD -MP -MF .deps/libsox_la-g721.Tpo -c g721.c  -fPIC -DPIC -o .libs/libsox_la-g721.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g721.lo -MD -MP -MF .deps/libsox_la-g721.Tpo -c g721.c -o libsox_la-g721.o >/dev/null 2>&1
mv -f .deps/libsox_la-g721.Tpo .deps/libsox_la-g721.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_24.lo -MD -MP -MF .deps/libsox_la-g723_24.Tpo -c -o libsox_la-g723_24.lo `test -f 'g723_24.c' || echo './'`g723_24.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_24.lo -MD -MP -MF .deps/libsox_la-g723_24.Tpo -c g723_24.c  -fPIC -DPIC -o .libs/libsox_la-g723_24.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_24.lo -MD -MP -MF .deps/libsox_la-g723_24.Tpo -c g723_24.c -o libsox_la-g723_24.o >/dev/null 2>&1
mv -f .deps/libsox_la-g723_24.Tpo .deps/libsox_la-g723_24.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_40.lo -MD -MP -MF .deps/libsox_la-g723_40.Tpo -c -o libsox_la-g723_40.lo `test -f 'g723_40.c' || echo './'`g723_40.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_40.lo -MD -MP -MF .deps/libsox_la-g723_40.Tpo -c g723_40.c  -fPIC -DPIC -o .libs/libsox_la-g723_40.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_40.lo -MD -MP -MF .deps/libsox_la-g723_40.Tpo -c g723_40.c -o libsox_la-g723_40.o >/dev/null 2>&1
mv -f .deps/libsox_la-g723_40.Tpo .deps/libsox_la-g723_40.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g72x.lo -MD -MP -MF .deps/libsox_la-g72x.Tpo -c -o libsox_la-g72x.lo `test -f 'g72x.c' || echo './'`g72x.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g72x.lo -MD -MP -MF .deps/libsox_la-g72x.Tpo -c g72x.c  -fPIC -DPIC -o .libs/libsox_la-g72x.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g72x.lo -MD -MP -MF .deps/libsox_la-g72x.Tpo -c g72x.c -o libsox_la-g72x.o >/dev/null 2>&1
mv -f .deps/libsox_la-g72x.Tpo .deps/libsox_la-g72x.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox.lo -MD -MP -MF .deps/libsox_la-vox.Tpo -c -o libsox_la-vox.lo `test -f 'vox.c' || echo './'`vox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox.lo -MD -MP -MF .deps/libsox_la-vox.Tpo -c vox.c  -fPIC -DPIC -o .libs/libsox_la-vox.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox.lo -MD -MP -MF .deps/libsox_la-vox.Tpo -c vox.c -o libsox_la-vox.o >/dev/null 2>&1
mv -f .deps/libsox_la-vox.Tpo .deps/libsox_la-vox.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw.lo -MD -MP -MF .deps/libsox_la-raw.Tpo -c -o libsox_la-raw.lo `test -f 'raw.c' || echo './'`raw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw.lo -MD -MP -MF .deps/libsox_la-raw.Tpo -c raw.c  -fPIC -DPIC -o .libs/libsox_la-raw.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw.lo -MD -MP -MF .deps/libsox_la-raw.Tpo -c raw.c -o libsox_la-raw.o >/dev/null 2>&1
mv -f .deps/libsox_la-raw.Tpo .deps/libsox_la-raw.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats.lo -MD -MP -MF .deps/libsox_la-formats.Tpo -c -o libsox_la-formats.lo `test -f 'formats.c' || echo './'`formats.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats.lo -MD -MP -MF .deps/libsox_la-formats.Tpo -c formats.c  -fPIC -DPIC -o .libs/libsox_la-formats.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats.lo -MD -MP -MF .deps/libsox_la-formats.Tpo -c formats.c -o libsox_la-formats.o >/dev/null 2>&1
mv -f .deps/libsox_la-formats.Tpo .deps/libsox_la-formats.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats_i.lo -MD -MP -MF .deps/libsox_la-formats_i.Tpo -c -o libsox_la-formats_i.lo `test -f 'formats_i.c' || echo './'`formats_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats_i.lo -MD -MP -MF .deps/libsox_la-formats_i.Tpo -c formats_i.c	 -fPIC -DPIC -o .libs/libsox_la-formats_i.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats_i.lo -MD -MP -MF .deps/libsox_la-formats_i.Tpo -c formats_i.c -o libsox_la-formats_i.o >/dev/null 2>&1
mv -f .deps/libsox_la-formats_i.Tpo .deps/libsox_la-formats_i.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skelform.lo -MD -MP -MF .deps/libsox_la-skelform.Tpo -c -o libsox_la-skelform.lo `test -f 'skelform.c' || echo './'`skelform.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skelform.lo -MD -MP -MF .deps/libsox_la-skelform.Tpo -c skelform.c  -fPIC -DPIC -o .libs/libsox_la-skelform.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skelform.lo -MD -MP -MF .deps/libsox_la-skelform.Tpo -c skelform.c -o libsox_la-skelform.o >/dev/null 2>&1
mv -f .deps/libsox_la-skelform.Tpo .deps/libsox_la-skelform.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xmalloc.lo -MD -MP -MF .deps/libsox_la-xmalloc.Tpo -c -o libsox_la-xmalloc.lo `test -f 'xmalloc.c' || echo './'`xmalloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xmalloc.lo -MD -MP -MF .deps/libsox_la-xmalloc.Tpo -c xmalloc.c  -fPIC -DPIC -o .libs/libsox_la-xmalloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xmalloc.lo -MD -MP -MF .deps/libsox_la-xmalloc.Tpo -c xmalloc.c -o libsox_la-xmalloc.o >/dev/null 2>&1
mv -f .deps/libsox_la-xmalloc.Tpo .deps/libsox_la-xmalloc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-getopt.lo -MD -MP -MF .deps/libsox_la-getopt.Tpo -c -o libsox_la-getopt.lo `test -f 'getopt.c' || echo './'`getopt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-getopt.lo -MD -MP -MF .deps/libsox_la-getopt.Tpo -c getopt.c	-fPIC -DPIC -o .libs/libsox_la-getopt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-getopt.lo -MD -MP -MF .deps/libsox_la-getopt.Tpo -c getopt.c -o libsox_la-getopt.o >/dev/null 2>&1
mv -f .deps/libsox_la-getopt.Tpo .deps/libsox_la-getopt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-util.lo -MD -MP -MF .deps/libsox_la-util.Tpo -c -o libsox_la-util.lo `test -f 'util.c' || echo './'`util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-util.lo -MD -MP -MF .deps/libsox_la-util.Tpo -c util.c  -fPIC -DPIC -o .libs/libsox_la-util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-util.lo -MD -MP -MF .deps/libsox_la-util.Tpo -c util.c -o libsox_la-util.o >/dev/null 2>&1
mv -f .deps/libsox_la-util.Tpo .deps/libsox_la-util.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox.lo -MD -MP -MF .deps/libsox_la-libsox.Tpo -c -o libsox_la-libsox.lo `test -f 'libsox.c' || echo './'`libsox.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox.lo -MD -MP -MF .deps/libsox_la-libsox.Tpo -c libsox.c	-fPIC -DPIC -o .libs/libsox_la-libsox.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox.lo -MD -MP -MF .deps/libsox_la-libsox.Tpo -c libsox.c -o libsox_la-libsox.o >/dev/null 2>&1
mv -f .deps/libsox_la-libsox.Tpo .deps/libsox_la-libsox.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox_i.lo -MD -MP -MF .deps/libsox_la-libsox_i.Tpo -c -o libsox_la-libsox_i.lo `test -f 'libsox_i.c' || echo './'`libsox_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox_i.lo -MD -MP -MF .deps/libsox_la-libsox_i.Tpo -c libsox_i.c  -fPIC -DPIC -o .libs/libsox_la-libsox_i.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox_i.lo -MD -MP -MF .deps/libsox_la-libsox_i.Tpo -c libsox_i.c -o libsox_la-libsox_i.o >/dev/null 2>&1
mv -f .deps/libsox_la-libsox_i.Tpo .deps/libsox_la-libsox_i.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sox-fmt.lo -MD -MP -MF .deps/libsox_la-sox-fmt.Tpo -c -o libsox_la-sox-fmt.lo `test -f 'sox-fmt.c' || echo './'`sox-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sox-fmt.lo -MD -MP -MF .deps/libsox_la-sox-fmt.Tpo -c sox-fmt.c  -fPIC -DPIC -o .libs/libsox_la-sox-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sox-fmt.lo -MD -MP -MF .deps/libsox_la-sox-fmt.Tpo -c sox-fmt.c -o libsox_la-sox-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-sox-fmt.Tpo .deps/libsox_la-sox-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-bend.lo -MD -MP -MF .deps/libsox_la-bend.Tpo -c -o libsox_la-bend.lo `test -f 'bend.c' || echo './'`bend.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-bend.lo -MD -MP -MF .deps/libsox_la-bend.Tpo -c bend.c  -fPIC -DPIC -o .libs/libsox_la-bend.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-bend.lo -MD -MP -MF .deps/libsox_la-bend.Tpo -c bend.c -o libsox_la-bend.o >/dev/null 2>&1
mv -f .deps/libsox_la-bend.Tpo .deps/libsox_la-bend.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquad.lo -MD -MP -MF .deps/libsox_la-biquad.Tpo -c -o libsox_la-biquad.lo `test -f 'biquad.c' || echo './'`biquad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquad.lo -MD -MP -MF .deps/libsox_la-biquad.Tpo -c biquad.c	-fPIC -DPIC -o .libs/libsox_la-biquad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquad.lo -MD -MP -MF .deps/libsox_la-biquad.Tpo -c biquad.c -o libsox_la-biquad.o >/dev/null 2>&1
mv -f .deps/libsox_la-biquad.Tpo .deps/libsox_la-biquad.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquads.lo -MD -MP -MF .deps/libsox_la-biquads.Tpo -c -o libsox_la-biquads.lo `test -f 'biquads.c' || echo './'`biquads.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquads.lo -MD -MP -MF .deps/libsox_la-biquads.Tpo -c biquads.c  -fPIC -DPIC -o .libs/libsox_la-biquads.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquads.lo -MD -MP -MF .deps/libsox_la-biquads.Tpo -c biquads.c -o libsox_la-biquads.o >/dev/null 2>&1
mv -f .deps/libsox_la-biquads.Tpo .deps/libsox_la-biquads.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-chorus.lo -MD -MP -MF .deps/libsox_la-chorus.Tpo -c -o libsox_la-chorus.lo `test -f 'chorus.c' || echo './'`chorus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-chorus.lo -MD -MP -MF .deps/libsox_la-chorus.Tpo -c chorus.c	-fPIC -DPIC -o .libs/libsox_la-chorus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-chorus.lo -MD -MP -MF .deps/libsox_la-chorus.Tpo -c chorus.c -o libsox_la-chorus.o >/dev/null 2>&1
mv -f .deps/libsox_la-chorus.Tpo .deps/libsox_la-chorus.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compand.lo -MD -MP -MF .deps/libsox_la-compand.Tpo -c -o libsox_la-compand.lo `test -f 'compand.c' || echo './'`compand.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compand.lo -MD -MP -MF .deps/libsox_la-compand.Tpo -c compand.c  -fPIC -DPIC -o .libs/libsox_la-compand.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compand.lo -MD -MP -MF .deps/libsox_la-compand.Tpo -c compand.c -o libsox_la-compand.o >/dev/null 2>&1
mv -f .deps/libsox_la-compand.Tpo .deps/libsox_la-compand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compandt.lo -MD -MP -MF .deps/libsox_la-compandt.Tpo -c -o libsox_la-compandt.lo `test -f 'compandt.c' || echo './'`compandt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compandt.lo -MD -MP -MF .deps/libsox_la-compandt.Tpo -c compandt.c  -fPIC -DPIC -o .libs/libsox_la-compandt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compandt.lo -MD -MP -MF .deps/libsox_la-compandt.Tpo -c compandt.c -o libsox_la-compandt.o >/dev/null 2>&1
mv -f .deps/libsox_la-compandt.Tpo .deps/libsox_la-compandt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-contrast.lo -MD -MP -MF .deps/libsox_la-contrast.Tpo -c -o libsox_la-contrast.lo `test -f 'contrast.c' || echo './'`contrast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-contrast.lo -MD -MP -MF .deps/libsox_la-contrast.Tpo -c contrast.c  -fPIC -DPIC -o .libs/libsox_la-contrast.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-contrast.lo -MD -MP -MF .deps/libsox_la-contrast.Tpo -c contrast.c -o libsox_la-contrast.o >/dev/null 2>&1
mv -f .deps/libsox_la-contrast.Tpo .deps/libsox_la-contrast.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dcshift.lo -MD -MP -MF .deps/libsox_la-dcshift.Tpo -c -o libsox_la-dcshift.lo `test -f 'dcshift.c' || echo './'`dcshift.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dcshift.lo -MD -MP -MF .deps/libsox_la-dcshift.Tpo -c dcshift.c  -fPIC -DPIC -o .libs/libsox_la-dcshift.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dcshift.lo -MD -MP -MF .deps/libsox_la-dcshift.Tpo -c dcshift.c -o libsox_la-dcshift.o >/dev/null 2>&1
mv -f .deps/libsox_la-dcshift.Tpo .deps/libsox_la-dcshift.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-delay.lo -MD -MP -MF .deps/libsox_la-delay.Tpo -c -o libsox_la-delay.lo `test -f 'delay.c' || echo './'`delay.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-delay.lo -MD -MP -MF .deps/libsox_la-delay.Tpo -c delay.c  -fPIC -DPIC -o .libs/libsox_la-delay.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-delay.lo -MD -MP -MF .deps/libsox_la-delay.Tpo -c delay.c -o libsox_la-delay.o >/dev/null 2>&1
mv -f .deps/libsox_la-delay.Tpo .deps/libsox_la-delay.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dft_filter.lo -MD -MP -MF .deps/libsox_la-dft_filter.Tpo -c -o libsox_la-dft_filter.lo `test -f 'dft_filter.c' || echo './'`dft_filter.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dft_filter.lo -MD -MP -MF .deps/libsox_la-dft_filter.Tpo -c dft_filter.c  -fPIC -DPIC -o .libs/libsox_la-dft_filter.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dft_filter.lo -MD -MP -MF .deps/libsox_la-dft_filter.Tpo -c dft_filter.c -o libsox_la-dft_filter.o >/dev/null 2>&1
mv -f .deps/libsox_la-dft_filter.Tpo .deps/libsox_la-dft_filter.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dither.lo -MD -MP -MF .deps/libsox_la-dither.Tpo -c -o libsox_la-dither.lo `test -f 'dither.c' || echo './'`dither.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dither.lo -MD -MP -MF .deps/libsox_la-dither.Tpo -c dither.c	-fPIC -DPIC -o .libs/libsox_la-dither.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dither.lo -MD -MP -MF .deps/libsox_la-dither.Tpo -c dither.c -o libsox_la-dither.o >/dev/null 2>&1
mv -f .deps/libsox_la-dither.Tpo .deps/libsox_la-dither.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-divide.lo -MD -MP -MF .deps/libsox_la-divide.Tpo -c -o libsox_la-divide.lo `test -f 'divide.c' || echo './'`divide.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-divide.lo -MD -MP -MF .deps/libsox_la-divide.Tpo -c divide.c	-fPIC -DPIC -o .libs/libsox_la-divide.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-divide.lo -MD -MP -MF .deps/libsox_la-divide.Tpo -c divide.c -o libsox_la-divide.o >/dev/null 2>&1
mv -f .deps/libsox_la-divide.Tpo .deps/libsox_la-divide.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-downsample.lo -MD -MP -MF .deps/libsox_la-downsample.Tpo -c -o libsox_la-downsample.lo `test -f 'downsample.c' || echo './'`downsample.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-downsample.lo -MD -MP -MF .deps/libsox_la-downsample.Tpo -c downsample.c  -fPIC -DPIC -o .libs/libsox_la-downsample.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-downsample.lo -MD -MP -MF .deps/libsox_la-downsample.Tpo -c downsample.c -o libsox_la-downsample.o >/dev/null 2>&1
mv -f .deps/libsox_la-downsample.Tpo .deps/libsox_la-downsample.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-earwax.lo -MD -MP -MF .deps/libsox_la-earwax.Tpo -c -o libsox_la-earwax.lo `test -f 'earwax.c' || echo './'`earwax.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-earwax.lo -MD -MP -MF .deps/libsox_la-earwax.Tpo -c earwax.c	-fPIC -DPIC -o .libs/libsox_la-earwax.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-earwax.lo -MD -MP -MF .deps/libsox_la-earwax.Tpo -c earwax.c -o libsox_la-earwax.o >/dev/null 2>&1
mv -f .deps/libsox_la-earwax.Tpo .deps/libsox_la-earwax.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echo.lo -MD -MP -MF .deps/libsox_la-echo.Tpo -c -o libsox_la-echo.lo `test -f 'echo.c' || echo './'`echo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echo.lo -MD -MP -MF .deps/libsox_la-echo.Tpo -c echo.c  -fPIC -DPIC -o .libs/libsox_la-echo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echo.lo -MD -MP -MF .deps/libsox_la-echo.Tpo -c echo.c -o libsox_la-echo.o >/dev/null 2>&1
mv -f .deps/libsox_la-echo.Tpo .deps/libsox_la-echo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echos.lo -MD -MP -MF .deps/libsox_la-echos.Tpo -c -o libsox_la-echos.lo `test -f 'echos.c' || echo './'`echos.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echos.lo -MD -MP -MF .deps/libsox_la-echos.Tpo -c echos.c  -fPIC -DPIC -o .libs/libsox_la-echos.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echos.lo -MD -MP -MF .deps/libsox_la-echos.Tpo -c echos.c -o libsox_la-echos.o >/dev/null 2>&1
mv -f .deps/libsox_la-echos.Tpo .deps/libsox_la-echos.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects.lo -MD -MP -MF .deps/libsox_la-effects.Tpo -c -o libsox_la-effects.lo `test -f 'effects.c' || echo './'`effects.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects.lo -MD -MP -MF .deps/libsox_la-effects.Tpo -c effects.c  -fPIC -DPIC -o .libs/libsox_la-effects.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects.lo -MD -MP -MF .deps/libsox_la-effects.Tpo -c effects.c -o libsox_la-effects.o >/dev/null 2>&1
mv -f .deps/libsox_la-effects.Tpo .deps/libsox_la-effects.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i.lo -MD -MP -MF .deps/libsox_la-effects_i.Tpo -c -o libsox_la-effects_i.lo `test -f 'effects_i.c' || echo './'`effects_i.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i.lo -MD -MP -MF .deps/libsox_la-effects_i.Tpo -c effects_i.c	 -fPIC -DPIC -o .libs/libsox_la-effects_i.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i.lo -MD -MP -MF .deps/libsox_la-effects_i.Tpo -c effects_i.c -o libsox_la-effects_i.o >/dev/null 2>&1
mv -f .deps/libsox_la-effects_i.Tpo .deps/libsox_la-effects_i.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i_dsp.lo -MD -MP -MF .deps/libsox_la-effects_i_dsp.Tpo -c -o libsox_la-effects_i_dsp.lo `test -f 'effects_i_dsp.c' || echo './'`effects_i_dsp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i_dsp.lo -MD -MP -MF .deps/libsox_la-effects_i_dsp.Tpo -c effects_i_dsp.c  -fPIC -DPIC -o .libs/libsox_la-effects_i_dsp.o
effects_i_dsp.c:586:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
 #pragma STDC FENV_ACCESS ON
 ^
effects_i_dsp.c: In function lsx_save_samples:
effects_i_dsp.c:585:41: warning: right-hand operand of comma expression has no effect [-Wunused-value]
 #define _ dest[i] = lrint32(src[i]), ++i,
					 ^
effects_i_dsp.c:607:19: note: in expansion of macro _
     _ _ _ _ _ _ _ _ 0;
		   ^
effects_i_dsp.c: At top level:
effects_i_dsp.c:624:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
 #pragma STDC FENV_ACCESS OFF
 ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i_dsp.lo -MD -MP -MF .deps/libsox_la-effects_i_dsp.Tpo -c effects_i_dsp.c -o libsox_la-effects_i_dsp.o >/dev/null 2>&1
mv -f .deps/libsox_la-effects_i_dsp.Tpo .deps/libsox_la-effects_i_dsp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fade.lo -MD -MP -MF .deps/libsox_la-fade.Tpo -c -o libsox_la-fade.lo `test -f 'fade.c' || echo './'`fade.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fade.lo -MD -MP -MF .deps/libsox_la-fade.Tpo -c fade.c  -fPIC -DPIC -o .libs/libsox_la-fade.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fade.lo -MD -MP -MF .deps/libsox_la-fade.Tpo -c fade.c -o libsox_la-fade.o >/dev/null 2>&1
mv -f .deps/libsox_la-fade.Tpo .deps/libsox_la-fade.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fft4g.lo -MD -MP -MF .deps/libsox_la-fft4g.Tpo -c -o libsox_la-fft4g.lo `test -f 'fft4g.c' || echo './'`fft4g.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fft4g.lo -MD -MP -MF .deps/libsox_la-fft4g.Tpo -c fft4g.c  -fPIC -DPIC -o .libs/libsox_la-fft4g.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fft4g.lo -MD -MP -MF .deps/libsox_la-fft4g.Tpo -c fft4g.c -o libsox_la-fft4g.o >/dev/null 2>&1
mv -f .deps/libsox_la-fft4g.Tpo .deps/libsox_la-fft4g.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fir.lo -MD -MP -MF .deps/libsox_la-fir.Tpo -c -o libsox_la-fir.lo `test -f 'fir.c' || echo './'`fir.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fir.lo -MD -MP -MF .deps/libsox_la-fir.Tpo -c fir.c  -fPIC -DPIC -o .libs/libsox_la-fir.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fir.lo -MD -MP -MF .deps/libsox_la-fir.Tpo -c fir.c -o libsox_la-fir.o >/dev/null 2>&1
mv -f .deps/libsox_la-fir.Tpo .deps/libsox_la-fir.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-firfit.lo -MD -MP -MF .deps/libsox_la-firfit.Tpo -c -o libsox_la-firfit.lo `test -f 'firfit.c' || echo './'`firfit.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-firfit.lo -MD -MP -MF .deps/libsox_la-firfit.Tpo -c firfit.c	-fPIC -DPIC -o .libs/libsox_la-firfit.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-firfit.lo -MD -MP -MF .deps/libsox_la-firfit.Tpo -c firfit.c -o libsox_la-firfit.o >/dev/null 2>&1
mv -f .deps/libsox_la-firfit.Tpo .deps/libsox_la-firfit.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flanger.lo -MD -MP -MF .deps/libsox_la-flanger.Tpo -c -o libsox_la-flanger.lo `test -f 'flanger.c' || echo './'`flanger.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flanger.lo -MD -MP -MF .deps/libsox_la-flanger.Tpo -c flanger.c  -fPIC -DPIC -o .libs/libsox_la-flanger.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flanger.lo -MD -MP -MF .deps/libsox_la-flanger.Tpo -c flanger.c -o libsox_la-flanger.o >/dev/null 2>&1
mv -f .deps/libsox_la-flanger.Tpo .deps/libsox_la-flanger.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gain.lo -MD -MP -MF .deps/libsox_la-gain.Tpo -c -o libsox_la-gain.lo `test -f 'gain.c' || echo './'`gain.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gain.lo -MD -MP -MF .deps/libsox_la-gain.Tpo -c gain.c  -fPIC -DPIC -o .libs/libsox_la-gain.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gain.lo -MD -MP -MF .deps/libsox_la-gain.Tpo -c gain.c -o libsox_la-gain.o >/dev/null 2>&1
mv -f .deps/libsox_la-gain.Tpo .deps/libsox_la-gain.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hilbert.lo -MD -MP -MF .deps/libsox_la-hilbert.Tpo -c -o libsox_la-hilbert.lo `test -f 'hilbert.c' || echo './'`hilbert.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hilbert.lo -MD -MP -MF .deps/libsox_la-hilbert.Tpo -c hilbert.c  -fPIC -DPIC -o .libs/libsox_la-hilbert.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hilbert.lo -MD -MP -MF .deps/libsox_la-hilbert.Tpo -c hilbert.c -o libsox_la-hilbert.o >/dev/null 2>&1
mv -f .deps/libsox_la-hilbert.Tpo .deps/libsox_la-hilbert.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-input.lo -MD -MP -MF .deps/libsox_la-input.Tpo -c -o libsox_la-input.lo `test -f 'input.c' || echo './'`input.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-input.lo -MD -MP -MF .deps/libsox_la-input.Tpo -c input.c  -fPIC -DPIC -o .libs/libsox_la-input.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-input.lo -MD -MP -MF .deps/libsox_la-input.Tpo -c input.c -o libsox_la-input.o >/dev/null 2>&1
mv -f .deps/libsox_la-input.Tpo .deps/libsox_la-input.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ladspa.lo -MD -MP -MF .deps/libsox_la-ladspa.Tpo -c -o libsox_la-ladspa.lo `test -f 'ladspa.c' || echo './'`ladspa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ladspa.lo -MD -MP -MF .deps/libsox_la-ladspa.Tpo -c ladspa.c	-fPIC -DPIC -o .libs/libsox_la-ladspa.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ladspa.lo -MD -MP -MF .deps/libsox_la-ladspa.Tpo -c ladspa.c -o libsox_la-ladspa.o >/dev/null 2>&1
mv -f .deps/libsox_la-ladspa.Tpo .deps/libsox_la-ladspa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-loudness.lo -MD -MP -MF .deps/libsox_la-loudness.Tpo -c -o libsox_la-loudness.lo `test -f 'loudness.c' || echo './'`loudness.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-loudness.lo -MD -MP -MF .deps/libsox_la-loudness.Tpo -c loudness.c  -fPIC -DPIC -o .libs/libsox_la-loudness.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-loudness.lo -MD -MP -MF .deps/libsox_la-loudness.Tpo -c loudness.c -o libsox_la-loudness.o >/dev/null 2>&1
mv -f .deps/libsox_la-loudness.Tpo .deps/libsox_la-loudness.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-mcompand.lo -MD -MP -MF .deps/libsox_la-mcompand.Tpo -c -o libsox_la-mcompand.lo `test -f 'mcompand.c' || echo './'`mcompand.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-mcompand.lo -MD -MP -MF .deps/libsox_la-mcompand.Tpo -c mcompand.c  -fPIC -DPIC -o .libs/libsox_la-mcompand.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-mcompand.lo -MD -MP -MF .deps/libsox_la-mcompand.Tpo -c mcompand.c -o libsox_la-mcompand.o >/dev/null 2>&1
mv -f .deps/libsox_la-mcompand.Tpo .deps/libsox_la-mcompand.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noiseprof.lo -MD -MP -MF .deps/libsox_la-noiseprof.Tpo -c -o libsox_la-noiseprof.lo `test -f 'noiseprof.c' || echo './'`noiseprof.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noiseprof.lo -MD -MP -MF .deps/libsox_la-noiseprof.Tpo -c noiseprof.c	 -fPIC -DPIC -o .libs/libsox_la-noiseprof.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noiseprof.lo -MD -MP -MF .deps/libsox_la-noiseprof.Tpo -c noiseprof.c -o libsox_la-noiseprof.o >/dev/null 2>&1
mv -f .deps/libsox_la-noiseprof.Tpo .deps/libsox_la-noiseprof.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noisered.lo -MD -MP -MF .deps/libsox_la-noisered.Tpo -c -o libsox_la-noisered.lo `test -f 'noisered.c' || echo './'`noisered.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noisered.lo -MD -MP -MF .deps/libsox_la-noisered.Tpo -c noisered.c  -fPIC -DPIC -o .libs/libsox_la-noisered.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noisered.lo -MD -MP -MF .deps/libsox_la-noisered.Tpo -c noisered.c -o libsox_la-noisered.o >/dev/null 2>&1
mv -f .deps/libsox_la-noisered.Tpo .deps/libsox_la-noisered.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-output.lo -MD -MP -MF .deps/libsox_la-output.Tpo -c -o libsox_la-output.lo `test -f 'output.c' || echo './'`output.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-output.lo -MD -MP -MF .deps/libsox_la-output.Tpo -c output.c	-fPIC -DPIC -o .libs/libsox_la-output.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-output.lo -MD -MP -MF .deps/libsox_la-output.Tpo -c output.c -o libsox_la-output.o >/dev/null 2>&1
mv -f .deps/libsox_la-output.Tpo .deps/libsox_la-output.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-overdrive.lo -MD -MP -MF .deps/libsox_la-overdrive.Tpo -c -o libsox_la-overdrive.lo `test -f 'overdrive.c' || echo './'`overdrive.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-overdrive.lo -MD -MP -MF .deps/libsox_la-overdrive.Tpo -c overdrive.c	 -fPIC -DPIC -o .libs/libsox_la-overdrive.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-overdrive.lo -MD -MP -MF .deps/libsox_la-overdrive.Tpo -c overdrive.c -o libsox_la-overdrive.o >/dev/null 2>&1
mv -f .deps/libsox_la-overdrive.Tpo .deps/libsox_la-overdrive.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-pad.lo -MD -MP -MF .deps/libsox_la-pad.Tpo -c -o libsox_la-pad.lo `test -f 'pad.c' || echo './'`pad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-pad.lo -MD -MP -MF .deps/libsox_la-pad.Tpo -c pad.c  -fPIC -DPIC -o .libs/libsox_la-pad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-pad.lo -MD -MP -MF .deps/libsox_la-pad.Tpo -c pad.c -o libsox_la-pad.o >/dev/null 2>&1
mv -f .deps/libsox_la-pad.Tpo .deps/libsox_la-pad.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-phaser.lo -MD -MP -MF .deps/libsox_la-phaser.Tpo -c -o libsox_la-phaser.lo `test -f 'phaser.c' || echo './'`phaser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-phaser.lo -MD -MP -MF .deps/libsox_la-phaser.Tpo -c phaser.c	-fPIC -DPIC -o .libs/libsox_la-phaser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-phaser.lo -MD -MP -MF .deps/libsox_la-phaser.Tpo -c phaser.c -o libsox_la-phaser.o >/dev/null 2>&1
mv -f .deps/libsox_la-phaser.Tpo .deps/libsox_la-phaser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-rate.lo -MD -MP -MF .deps/libsox_la-rate.Tpo -c -o libsox_la-rate.lo `test -f 'rate.c' || echo './'`rate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-rate.lo -MD -MP -MF .deps/libsox_la-rate.Tpo -c rate.c  -fPIC -DPIC -o .libs/libsox_la-rate.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-rate.lo -MD -MP -MF .deps/libsox_la-rate.Tpo -c rate.c -o libsox_la-rate.o >/dev/null 2>&1
mv -f .deps/libsox_la-rate.Tpo .deps/libsox_la-rate.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-remix.lo -MD -MP -MF .deps/libsox_la-remix.Tpo -c -o libsox_la-remix.lo `test -f 'remix.c' || echo './'`remix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-remix.lo -MD -MP -MF .deps/libsox_la-remix.Tpo -c remix.c  -fPIC -DPIC -o .libs/libsox_la-remix.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-remix.lo -MD -MP -MF .deps/libsox_la-remix.Tpo -c remix.c -o libsox_la-remix.o >/dev/null 2>&1
mv -f .deps/libsox_la-remix.Tpo .deps/libsox_la-remix.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-repeat.lo -MD -MP -MF .deps/libsox_la-repeat.Tpo -c -o libsox_la-repeat.lo `test -f 'repeat.c' || echo './'`repeat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-repeat.lo -MD -MP -MF .deps/libsox_la-repeat.Tpo -c repeat.c	-fPIC -DPIC -o .libs/libsox_la-repeat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-repeat.lo -MD -MP -MF .deps/libsox_la-repeat.Tpo -c repeat.c -o libsox_la-repeat.o >/dev/null 2>&1
mv -f .deps/libsox_la-repeat.Tpo .deps/libsox_la-repeat.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverb.lo -MD -MP -MF .deps/libsox_la-reverb.Tpo -c -o libsox_la-reverb.lo `test -f 'reverb.c' || echo './'`reverb.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverb.lo -MD -MP -MF .deps/libsox_la-reverb.Tpo -c reverb.c	-fPIC -DPIC -o .libs/libsox_la-reverb.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverb.lo -MD -MP -MF .deps/libsox_la-reverb.Tpo -c reverb.c -o libsox_la-reverb.o >/dev/null 2>&1
mv -f .deps/libsox_la-reverb.Tpo .deps/libsox_la-reverb.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverse.lo -MD -MP -MF .deps/libsox_la-reverse.Tpo -c -o libsox_la-reverse.lo `test -f 'reverse.c' || echo './'`reverse.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverse.lo -MD -MP -MF .deps/libsox_la-reverse.Tpo -c reverse.c  -fPIC -DPIC -o .libs/libsox_la-reverse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverse.lo -MD -MP -MF .deps/libsox_la-reverse.Tpo -c reverse.c -o libsox_la-reverse.o >/dev/null 2>&1
mv -f .deps/libsox_la-reverse.Tpo .deps/libsox_la-reverse.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-silence.lo -MD -MP -MF .deps/libsox_la-silence.Tpo -c -o libsox_la-silence.lo `test -f 'silence.c' || echo './'`silence.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-silence.lo -MD -MP -MF .deps/libsox_la-silence.Tpo -c silence.c  -fPIC -DPIC -o .libs/libsox_la-silence.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-silence.lo -MD -MP -MF .deps/libsox_la-silence.Tpo -c silence.c -o libsox_la-silence.o >/dev/null 2>&1
mv -f .deps/libsox_la-silence.Tpo .deps/libsox_la-silence.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sinc.lo -MD -MP -MF .deps/libsox_la-sinc.Tpo -c -o libsox_la-sinc.lo `test -f 'sinc.c' || echo './'`sinc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sinc.lo -MD -MP -MF .deps/libsox_la-sinc.Tpo -c sinc.c  -fPIC -DPIC -o .libs/libsox_la-sinc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sinc.lo -MD -MP -MF .deps/libsox_la-sinc.Tpo -c sinc.c -o libsox_la-sinc.o >/dev/null 2>&1
mv -f .deps/libsox_la-sinc.Tpo .deps/libsox_la-sinc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skeleff.lo -MD -MP -MF .deps/libsox_la-skeleff.Tpo -c -o libsox_la-skeleff.lo `test -f 'skeleff.c' || echo './'`skeleff.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skeleff.lo -MD -MP -MF .deps/libsox_la-skeleff.Tpo -c skeleff.c  -fPIC -DPIC -o .libs/libsox_la-skeleff.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skeleff.lo -MD -MP -MF .deps/libsox_la-skeleff.Tpo -c skeleff.c -o libsox_la-skeleff.o >/dev/null 2>&1
mv -f .deps/libsox_la-skeleff.Tpo .deps/libsox_la-skeleff.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-speed.lo -MD -MP -MF .deps/libsox_la-speed.Tpo -c -o libsox_la-speed.lo `test -f 'speed.c' || echo './'`speed.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-speed.lo -MD -MP -MF .deps/libsox_la-speed.Tpo -c speed.c  -fPIC -DPIC -o .libs/libsox_la-speed.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-speed.lo -MD -MP -MF .deps/libsox_la-speed.Tpo -c speed.c -o libsox_la-speed.o >/dev/null 2>&1
mv -f .deps/libsox_la-speed.Tpo .deps/libsox_la-speed.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-splice.lo -MD -MP -MF .deps/libsox_la-splice.Tpo -c -o libsox_la-splice.lo `test -f 'splice.c' || echo './'`splice.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-splice.lo -MD -MP -MF .deps/libsox_la-splice.Tpo -c splice.c	-fPIC -DPIC -o .libs/libsox_la-splice.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-splice.lo -MD -MP -MF .deps/libsox_la-splice.Tpo -c splice.c -o libsox_la-splice.o >/dev/null 2>&1
mv -f .deps/libsox_la-splice.Tpo .deps/libsox_la-splice.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stat.lo -MD -MP -MF .deps/libsox_la-stat.Tpo -c -o libsox_la-stat.lo `test -f 'stat.c' || echo './'`stat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stat.lo -MD -MP -MF .deps/libsox_la-stat.Tpo -c stat.c  -fPIC -DPIC -o .libs/libsox_la-stat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stat.lo -MD -MP -MF .deps/libsox_la-stat.Tpo -c stat.c -o libsox_la-stat.o >/dev/null 2>&1
mv -f .deps/libsox_la-stat.Tpo .deps/libsox_la-stat.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stats.lo -MD -MP -MF .deps/libsox_la-stats.Tpo -c -o libsox_la-stats.lo `test -f 'stats.c' || echo './'`stats.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stats.lo -MD -MP -MF .deps/libsox_la-stats.Tpo -c stats.c  -fPIC -DPIC -o .libs/libsox_la-stats.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stats.lo -MD -MP -MF .deps/libsox_la-stats.Tpo -c stats.c -o libsox_la-stats.o >/dev/null 2>&1
mv -f .deps/libsox_la-stats.Tpo .deps/libsox_la-stats.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stretch.lo -MD -MP -MF .deps/libsox_la-stretch.Tpo -c -o libsox_la-stretch.lo `test -f 'stretch.c' || echo './'`stretch.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stretch.lo -MD -MP -MF .deps/libsox_la-stretch.Tpo -c stretch.c  -fPIC -DPIC -o .libs/libsox_la-stretch.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stretch.lo -MD -MP -MF .deps/libsox_la-stretch.Tpo -c stretch.c -o libsox_la-stretch.o >/dev/null 2>&1
mv -f .deps/libsox_la-stretch.Tpo .deps/libsox_la-stretch.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-swap.lo -MD -MP -MF .deps/libsox_la-swap.Tpo -c -o libsox_la-swap.lo `test -f 'swap.c' || echo './'`swap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-swap.lo -MD -MP -MF .deps/libsox_la-swap.Tpo -c swap.c  -fPIC -DPIC -o .libs/libsox_la-swap.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-swap.lo -MD -MP -MF .deps/libsox_la-swap.Tpo -c swap.c -o libsox_la-swap.o >/dev/null 2>&1
mv -f .deps/libsox_la-swap.Tpo .deps/libsox_la-swap.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-synth.lo -MD -MP -MF .deps/libsox_la-synth.Tpo -c -o libsox_la-synth.lo `test -f 'synth.c' || echo './'`synth.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-synth.lo -MD -MP -MF .deps/libsox_la-synth.Tpo -c synth.c  -fPIC -DPIC -o .libs/libsox_la-synth.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-synth.lo -MD -MP -MF .deps/libsox_la-synth.Tpo -c synth.c -o libsox_la-synth.o >/dev/null 2>&1
mv -f .deps/libsox_la-synth.Tpo .deps/libsox_la-synth.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tempo.lo -MD -MP -MF .deps/libsox_la-tempo.Tpo -c -o libsox_la-tempo.lo `test -f 'tempo.c' || echo './'`tempo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tempo.lo -MD -MP -MF .deps/libsox_la-tempo.Tpo -c tempo.c  -fPIC -DPIC -o .libs/libsox_la-tempo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tempo.lo -MD -MP -MF .deps/libsox_la-tempo.Tpo -c tempo.c -o libsox_la-tempo.o >/dev/null 2>&1
mv -f .deps/libsox_la-tempo.Tpo .deps/libsox_la-tempo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tremolo.lo -MD -MP -MF .deps/libsox_la-tremolo.Tpo -c -o libsox_la-tremolo.lo `test -f 'tremolo.c' || echo './'`tremolo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tremolo.lo -MD -MP -MF .deps/libsox_la-tremolo.Tpo -c tremolo.c  -fPIC -DPIC -o .libs/libsox_la-tremolo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tremolo.lo -MD -MP -MF .deps/libsox_la-tremolo.Tpo -c tremolo.c -o libsox_la-tremolo.o >/dev/null 2>&1
mv -f .deps/libsox_la-tremolo.Tpo .deps/libsox_la-tremolo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-trim.lo -MD -MP -MF .deps/libsox_la-trim.Tpo -c -o libsox_la-trim.lo `test -f 'trim.c' || echo './'`trim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-trim.lo -MD -MP -MF .deps/libsox_la-trim.Tpo -c trim.c  -fPIC -DPIC -o .libs/libsox_la-trim.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-trim.lo -MD -MP -MF .deps/libsox_la-trim.Tpo -c trim.c -o libsox_la-trim.o >/dev/null 2>&1
mv -f .deps/libsox_la-trim.Tpo .deps/libsox_la-trim.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-upsample.lo -MD -MP -MF .deps/libsox_la-upsample.Tpo -c -o libsox_la-upsample.lo `test -f 'upsample.c' || echo './'`upsample.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-upsample.lo -MD -MP -MF .deps/libsox_la-upsample.Tpo -c upsample.c  -fPIC -DPIC -o .libs/libsox_la-upsample.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-upsample.lo -MD -MP -MF .deps/libsox_la-upsample.Tpo -c upsample.c -o libsox_la-upsample.o >/dev/null 2>&1
mv -f .deps/libsox_la-upsample.Tpo .deps/libsox_la-upsample.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vad.lo -MD -MP -MF .deps/libsox_la-vad.Tpo -c -o libsox_la-vad.lo `test -f 'vad.c' || echo './'`vad.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vad.lo -MD -MP -MF .deps/libsox_la-vad.Tpo -c vad.c  -fPIC -DPIC -o .libs/libsox_la-vad.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vad.lo -MD -MP -MF .deps/libsox_la-vad.Tpo -c vad.c -o libsox_la-vad.o >/dev/null 2>&1
mv -f .deps/libsox_la-vad.Tpo .deps/libsox_la-vad.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vol.lo -MD -MP -MF .deps/libsox_la-vol.Tpo -c -o libsox_la-vol.lo `test -f 'vol.c' || echo './'`vol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vol.lo -MD -MP -MF .deps/libsox_la-vol.Tpo -c vol.c  -fPIC -DPIC -o .libs/libsox_la-vol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vol.lo -MD -MP -MF .deps/libsox_la-vol.Tpo -c vol.c -o libsox_la-vol.o >/dev/null 2>&1
mv -f .deps/libsox_la-vol.Tpo .deps/libsox_la-vol.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw-fmt.lo -MD -MP -MF .deps/libsox_la-raw-fmt.Tpo -c -o libsox_la-raw-fmt.lo `test -f 'raw-fmt.c' || echo './'`raw-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw-fmt.lo -MD -MP -MF .deps/libsox_la-raw-fmt.Tpo -c raw-fmt.c  -fPIC -DPIC -o .libs/libsox_la-raw-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw-fmt.lo -MD -MP -MF .deps/libsox_la-raw-fmt.Tpo -c raw-fmt.c -o libsox_la-raw-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-raw-fmt.Tpo .deps/libsox_la-raw-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s1-fmt.lo -MD -MP -MF .deps/libsox_la-s1-fmt.Tpo -c -o libsox_la-s1-fmt.lo `test -f 's1-fmt.c' || echo './'`s1-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s1-fmt.lo -MD -MP -MF .deps/libsox_la-s1-fmt.Tpo -c s1-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s1-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s1-fmt.lo -MD -MP -MF .deps/libsox_la-s1-fmt.Tpo -c s1-fmt.c -o libsox_la-s1-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-s1-fmt.Tpo .deps/libsox_la-s1-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s2-fmt.lo -MD -MP -MF .deps/libsox_la-s2-fmt.Tpo -c -o libsox_la-s2-fmt.lo `test -f 's2-fmt.c' || echo './'`s2-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s2-fmt.lo -MD -MP -MF .deps/libsox_la-s2-fmt.Tpo -c s2-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s2-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s2-fmt.lo -MD -MP -MF .deps/libsox_la-s2-fmt.Tpo -c s2-fmt.c -o libsox_la-s2-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-s2-fmt.Tpo .deps/libsox_la-s2-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s3-fmt.lo -MD -MP -MF .deps/libsox_la-s3-fmt.Tpo -c -o libsox_la-s3-fmt.lo `test -f 's3-fmt.c' || echo './'`s3-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s3-fmt.lo -MD -MP -MF .deps/libsox_la-s3-fmt.Tpo -c s3-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s3-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s3-fmt.lo -MD -MP -MF .deps/libsox_la-s3-fmt.Tpo -c s3-fmt.c -o libsox_la-s3-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-s3-fmt.Tpo .deps/libsox_la-s3-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s4-fmt.lo -MD -MP -MF .deps/libsox_la-s4-fmt.Tpo -c -o libsox_la-s4-fmt.lo `test -f 's4-fmt.c' || echo './'`s4-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s4-fmt.lo -MD -MP -MF .deps/libsox_la-s4-fmt.Tpo -c s4-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s4-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s4-fmt.lo -MD -MP -MF .deps/libsox_la-s4-fmt.Tpo -c s4-fmt.c -o libsox_la-s4-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-s4-fmt.Tpo .deps/libsox_la-s4-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u1-fmt.lo -MD -MP -MF .deps/libsox_la-u1-fmt.Tpo -c -o libsox_la-u1-fmt.lo `test -f 'u1-fmt.c' || echo './'`u1-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u1-fmt.lo -MD -MP -MF .deps/libsox_la-u1-fmt.Tpo -c u1-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u1-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u1-fmt.lo -MD -MP -MF .deps/libsox_la-u1-fmt.Tpo -c u1-fmt.c -o libsox_la-u1-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-u1-fmt.Tpo .deps/libsox_la-u1-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u2-fmt.lo -MD -MP -MF .deps/libsox_la-u2-fmt.Tpo -c -o libsox_la-u2-fmt.lo `test -f 'u2-fmt.c' || echo './'`u2-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u2-fmt.lo -MD -MP -MF .deps/libsox_la-u2-fmt.Tpo -c u2-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u2-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u2-fmt.lo -MD -MP -MF .deps/libsox_la-u2-fmt.Tpo -c u2-fmt.c -o libsox_la-u2-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-u2-fmt.Tpo .deps/libsox_la-u2-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u3-fmt.lo -MD -MP -MF .deps/libsox_la-u3-fmt.Tpo -c -o libsox_la-u3-fmt.lo `test -f 'u3-fmt.c' || echo './'`u3-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u3-fmt.lo -MD -MP -MF .deps/libsox_la-u3-fmt.Tpo -c u3-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u3-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u3-fmt.lo -MD -MP -MF .deps/libsox_la-u3-fmt.Tpo -c u3-fmt.c -o libsox_la-u3-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-u3-fmt.Tpo .deps/libsox_la-u3-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u4-fmt.lo -MD -MP -MF .deps/libsox_la-u4-fmt.Tpo -c -o libsox_la-u4-fmt.lo `test -f 'u4-fmt.c' || echo './'`u4-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u4-fmt.lo -MD -MP -MF .deps/libsox_la-u4-fmt.Tpo -c u4-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u4-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u4-fmt.lo -MD -MP -MF .deps/libsox_la-u4-fmt.Tpo -c u4-fmt.c -o libsox_la-u4-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-u4-fmt.Tpo .deps/libsox_la-u4-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-al-fmt.lo -MD -MP -MF .deps/libsox_la-al-fmt.Tpo -c -o libsox_la-al-fmt.lo `test -f 'al-fmt.c' || echo './'`al-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-al-fmt.lo -MD -MP -MF .deps/libsox_la-al-fmt.Tpo -c al-fmt.c	-fPIC -DPIC -o .libs/libsox_la-al-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-al-fmt.lo -MD -MP -MF .deps/libsox_la-al-fmt.Tpo -c al-fmt.c -o libsox_la-al-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-al-fmt.Tpo .deps/libsox_la-al-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-la-fmt.lo -MD -MP -MF .deps/libsox_la-la-fmt.Tpo -c -o libsox_la-la-fmt.lo `test -f 'la-fmt.c' || echo './'`la-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-la-fmt.lo -MD -MP -MF .deps/libsox_la-la-fmt.Tpo -c la-fmt.c	-fPIC -DPIC -o .libs/libsox_la-la-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-la-fmt.lo -MD -MP -MF .deps/libsox_la-la-fmt.Tpo -c la-fmt.c -o libsox_la-la-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-la-fmt.Tpo .deps/libsox_la-la-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ul-fmt.lo -MD -MP -MF .deps/libsox_la-ul-fmt.Tpo -c -o libsox_la-ul-fmt.lo `test -f 'ul-fmt.c' || echo './'`ul-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ul-fmt.lo -MD -MP -MF .deps/libsox_la-ul-fmt.Tpo -c ul-fmt.c	-fPIC -DPIC -o .libs/libsox_la-ul-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ul-fmt.lo -MD -MP -MF .deps/libsox_la-ul-fmt.Tpo -c ul-fmt.c -o libsox_la-ul-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-ul-fmt.Tpo .deps/libsox_la-ul-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lu-fmt.lo -MD -MP -MF .deps/libsox_la-lu-fmt.Tpo -c -o libsox_la-lu-fmt.lo `test -f 'lu-fmt.c' || echo './'`lu-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lu-fmt.lo -MD -MP -MF .deps/libsox_la-lu-fmt.Tpo -c lu-fmt.c	-fPIC -DPIC -o .libs/libsox_la-lu-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lu-fmt.lo -MD -MP -MF .deps/libsox_la-lu-fmt.Tpo -c lu-fmt.c -o libsox_la-lu-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-lu-fmt.Tpo .deps/libsox_la-lu-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-8svx.lo -MD -MP -MF .deps/libsox_la-8svx.Tpo -c -o libsox_la-8svx.lo `test -f '8svx.c' || echo './'`8svx.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-8svx.lo -MD -MP -MF .deps/libsox_la-8svx.Tpo -c 8svx.c  -fPIC -DPIC -o .libs/libsox_la-8svx.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-8svx.lo -MD -MP -MF .deps/libsox_la-8svx.Tpo -c 8svx.c -o libsox_la-8svx.o >/dev/null 2>&1
mv -f .deps/libsox_la-8svx.Tpo .deps/libsox_la-8svx.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff-fmt.lo -MD -MP -MF .deps/libsox_la-aiff-fmt.Tpo -c -o libsox_la-aiff-fmt.lo `test -f 'aiff-fmt.c' || echo './'`aiff-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff-fmt.lo -MD -MP -MF .deps/libsox_la-aiff-fmt.Tpo -c aiff-fmt.c  -fPIC -DPIC -o .libs/libsox_la-aiff-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff-fmt.lo -MD -MP -MF .deps/libsox_la-aiff-fmt.Tpo -c aiff-fmt.c -o libsox_la-aiff-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-aiff-fmt.Tpo .deps/libsox_la-aiff-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aifc-fmt.lo -MD -MP -MF .deps/libsox_la-aifc-fmt.Tpo -c -o libsox_la-aifc-fmt.lo `test -f 'aifc-fmt.c' || echo './'`aifc-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aifc-fmt.lo -MD -MP -MF .deps/libsox_la-aifc-fmt.Tpo -c aifc-fmt.c  -fPIC -DPIC -o .libs/libsox_la-aifc-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aifc-fmt.lo -MD -MP -MF .deps/libsox_la-aifc-fmt.Tpo -c aifc-fmt.c -o libsox_la-aifc-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-aifc-fmt.Tpo .deps/libsox_la-aifc-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-au.lo -MD -MP -MF .deps/libsox_la-au.Tpo -c -o libsox_la-au.lo `test -f 'au.c' || echo './'`au.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-au.lo -MD -MP -MF .deps/libsox_la-au.Tpo -c au.c  -fPIC -DPIC -o .libs/libsox_la-au.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-au.lo -MD -MP -MF .deps/libsox_la-au.Tpo -c au.c -o libsox_la-au.o >/dev/null 2>&1
mv -f .deps/libsox_la-au.Tpo .deps/libsox_la-au.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-avr.lo -MD -MP -MF .deps/libsox_la-avr.Tpo -c -o libsox_la-avr.lo `test -f 'avr.c' || echo './'`avr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-avr.lo -MD -MP -MF .deps/libsox_la-avr.Tpo -c avr.c  -fPIC -DPIC -o .libs/libsox_la-avr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-avr.lo -MD -MP -MF .deps/libsox_la-avr.Tpo -c avr.c -o libsox_la-avr.o >/dev/null 2>&1
mv -f .deps/libsox_la-avr.Tpo .deps/libsox_la-avr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cdr.lo -MD -MP -MF .deps/libsox_la-cdr.Tpo -c -o libsox_la-cdr.lo `test -f 'cdr.c' || echo './'`cdr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cdr.lo -MD -MP -MF .deps/libsox_la-cdr.Tpo -c cdr.c  -fPIC -DPIC -o .libs/libsox_la-cdr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cdr.lo -MD -MP -MF .deps/libsox_la-cdr.Tpo -c cdr.c -o libsox_la-cdr.o >/dev/null 2>&1
mv -f .deps/libsox_la-cdr.Tpo .deps/libsox_la-cdr.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd-fmt.lo -MD -MP -MF .deps/libsox_la-cvsd-fmt.Tpo -c -o libsox_la-cvsd-fmt.lo `test -f 'cvsd-fmt.c' || echo './'`cvsd-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd-fmt.lo -MD -MP -MF .deps/libsox_la-cvsd-fmt.Tpo -c cvsd-fmt.c  -fPIC -DPIC -o .libs/libsox_la-cvsd-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd-fmt.lo -MD -MP -MF .deps/libsox_la-cvsd-fmt.Tpo -c cvsd-fmt.c -o libsox_la-cvsd-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-cvsd-fmt.Tpo .deps/libsox_la-cvsd-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dvms-fmt.lo -MD -MP -MF .deps/libsox_la-dvms-fmt.Tpo -c -o libsox_la-dvms-fmt.lo `test -f 'dvms-fmt.c' || echo './'`dvms-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dvms-fmt.lo -MD -MP -MF .deps/libsox_la-dvms-fmt.Tpo -c dvms-fmt.c  -fPIC -DPIC -o .libs/libsox_la-dvms-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dvms-fmt.lo -MD -MP -MF .deps/libsox_la-dvms-fmt.Tpo -c dvms-fmt.c -o libsox_la-dvms-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-dvms-fmt.Tpo .deps/libsox_la-dvms-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dat.lo -MD -MP -MF .deps/libsox_la-dat.Tpo -c -o libsox_la-dat.lo `test -f 'dat.c' || echo './'`dat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dat.lo -MD -MP -MF .deps/libsox_la-dat.Tpo -c dat.c  -fPIC -DPIC -o .libs/libsox_la-dat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dat.lo -MD -MP -MF .deps/libsox_la-dat.Tpo -c dat.c -o libsox_la-dat.o >/dev/null 2>&1
mv -f .deps/libsox_la-dat.Tpo .deps/libsox_la-dat.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hcom.lo -MD -MP -MF .deps/libsox_la-hcom.Tpo -c -o libsox_la-hcom.lo `test -f 'hcom.c' || echo './'`hcom.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hcom.lo -MD -MP -MF .deps/libsox_la-hcom.Tpo -c hcom.c  -fPIC -DPIC -o .libs/libsox_la-hcom.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hcom.lo -MD -MP -MF .deps/libsox_la-hcom.Tpo -c hcom.c -o libsox_la-hcom.o >/dev/null 2>&1
mv -f .deps/libsox_la-hcom.Tpo .deps/libsox_la-hcom.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-htk.lo -MD -MP -MF .deps/libsox_la-htk.Tpo -c -o libsox_la-htk.lo `test -f 'htk.c' || echo './'`htk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-htk.lo -MD -MP -MF .deps/libsox_la-htk.Tpo -c htk.c  -fPIC -DPIC -o .libs/libsox_la-htk.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-htk.lo -MD -MP -MF .deps/libsox_la-htk.Tpo -c htk.c -o libsox_la-htk.o >/dev/null 2>&1
mv -f .deps/libsox_la-htk.Tpo .deps/libsox_la-htk.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-maud.lo -MD -MP -MF .deps/libsox_la-maud.Tpo -c -o libsox_la-maud.lo `test -f 'maud.c' || echo './'`maud.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-maud.lo -MD -MP -MF .deps/libsox_la-maud.Tpo -c maud.c  -fPIC -DPIC -o .libs/libsox_la-maud.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-maud.lo -MD -MP -MF .deps/libsox_la-maud.Tpo -c maud.c -o libsox_la-maud.o >/dev/null 2>&1
mv -f .deps/libsox_la-maud.Tpo .deps/libsox_la-maud.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-prc.lo -MD -MP -MF .deps/libsox_la-prc.Tpo -c -o libsox_la-prc.lo `test -f 'prc.c' || echo './'`prc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-prc.lo -MD -MP -MF .deps/libsox_la-prc.Tpo -c prc.c  -fPIC -DPIC -o .libs/libsox_la-prc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-prc.lo -MD -MP -MF .deps/libsox_la-prc.Tpo -c prc.c -o libsox_la-prc.o >/dev/null 2>&1
mv -f .deps/libsox_la-prc.Tpo .deps/libsox_la-prc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sf.lo -MD -MP -MF .deps/libsox_la-sf.Tpo -c -o libsox_la-sf.lo `test -f 'sf.c' || echo './'`sf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sf.lo -MD -MP -MF .deps/libsox_la-sf.Tpo -c sf.c  -fPIC -DPIC -o .libs/libsox_la-sf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sf.lo -MD -MP -MF .deps/libsox_la-sf.Tpo -c sf.c -o libsox_la-sf.o >/dev/null 2>&1
mv -f .deps/libsox_la-sf.Tpo .deps/libsox_la-sf.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-smp.lo -MD -MP -MF .deps/libsox_la-smp.Tpo -c -o libsox_la-smp.lo `test -f 'smp.c' || echo './'`smp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-smp.lo -MD -MP -MF .deps/libsox_la-smp.Tpo -c smp.c  -fPIC -DPIC -o .libs/libsox_la-smp.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-smp.lo -MD -MP -MF .deps/libsox_la-smp.Tpo -c smp.c -o libsox_la-smp.o >/dev/null 2>&1
mv -f .deps/libsox_la-smp.Tpo .deps/libsox_la-smp.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sounder.lo -MD -MP -MF .deps/libsox_la-sounder.Tpo -c -o libsox_la-sounder.lo `test -f 'sounder.c' || echo './'`sounder.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sounder.lo -MD -MP -MF .deps/libsox_la-sounder.Tpo -c sounder.c  -fPIC -DPIC -o .libs/libsox_la-sounder.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sounder.lo -MD -MP -MF .deps/libsox_la-sounder.Tpo -c sounder.c -o libsox_la-sounder.o >/dev/null 2>&1
mv -f .deps/libsox_la-sounder.Tpo .deps/libsox_la-sounder.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-soundtool.lo -MD -MP -MF .deps/libsox_la-soundtool.Tpo -c -o libsox_la-soundtool.lo `test -f 'soundtool.c' || echo './'`soundtool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-soundtool.lo -MD -MP -MF .deps/libsox_la-soundtool.Tpo -c soundtool.c	 -fPIC -DPIC -o .libs/libsox_la-soundtool.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-soundtool.lo -MD -MP -MF .deps/libsox_la-soundtool.Tpo -c soundtool.c -o libsox_la-soundtool.o >/dev/null 2>&1
mv -f .deps/libsox_la-soundtool.Tpo .deps/libsox_la-soundtool.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sphere.lo -MD -MP -MF .deps/libsox_la-sphere.Tpo -c -o libsox_la-sphere.lo `test -f 'sphere.c' || echo './'`sphere.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sphere.lo -MD -MP -MF .deps/libsox_la-sphere.Tpo -c sphere.c	-fPIC -DPIC -o .libs/libsox_la-sphere.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sphere.lo -MD -MP -MF .deps/libsox_la-sphere.Tpo -c sphere.c -o libsox_la-sphere.o >/dev/null 2>&1
mv -f .deps/libsox_la-sphere.Tpo .deps/libsox_la-sphere.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tx16w.lo -MD -MP -MF .deps/libsox_la-tx16w.Tpo -c -o libsox_la-tx16w.lo `test -f 'tx16w.c' || echo './'`tx16w.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tx16w.lo -MD -MP -MF .deps/libsox_la-tx16w.Tpo -c tx16w.c  -fPIC -DPIC -o .libs/libsox_la-tx16w.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tx16w.lo -MD -MP -MF .deps/libsox_la-tx16w.Tpo -c tx16w.c -o libsox_la-tx16w.o >/dev/null 2>&1
mv -f .deps/libsox_la-tx16w.Tpo .deps/libsox_la-tx16w.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-voc.lo -MD -MP -MF .deps/libsox_la-voc.Tpo -c -o libsox_la-voc.lo `test -f 'voc.c' || echo './'`voc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-voc.lo -MD -MP -MF .deps/libsox_la-voc.Tpo -c voc.c  -fPIC -DPIC -o .libs/libsox_la-voc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-voc.lo -MD -MP -MF .deps/libsox_la-voc.Tpo -c voc.c -o libsox_la-voc.o >/dev/null 2>&1
mv -f .deps/libsox_la-voc.Tpo .deps/libsox_la-voc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox-fmt.lo -MD -MP -MF .deps/libsox_la-vox-fmt.Tpo -c -o libsox_la-vox-fmt.lo `test -f 'vox-fmt.c' || echo './'`vox-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox-fmt.lo -MD -MP -MF .deps/libsox_la-vox-fmt.Tpo -c vox-fmt.c  -fPIC -DPIC -o .libs/libsox_la-vox-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox-fmt.lo -MD -MP -MF .deps/libsox_la-vox-fmt.Tpo -c vox-fmt.c -o libsox_la-vox-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-vox-fmt.Tpo .deps/libsox_la-vox-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima-fmt.lo -MD -MP -MF .deps/libsox_la-ima-fmt.Tpo -c -o libsox_la-ima-fmt.lo `test -f 'ima-fmt.c' || echo './'`ima-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima-fmt.lo -MD -MP -MF .deps/libsox_la-ima-fmt.Tpo -c ima-fmt.c  -fPIC -DPIC -o .libs/libsox_la-ima-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima-fmt.lo -MD -MP -MF .deps/libsox_la-ima-fmt.Tpo -c ima-fmt.c -o libsox_la-ima-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-ima-fmt.Tpo .deps/libsox_la-ima-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcm.lo -MD -MP -MF .deps/libsox_la-adpcm.Tpo -c -o libsox_la-adpcm.lo `test -f 'adpcm.c' || echo './'`adpcm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcm.lo -MD -MP -MF .deps/libsox_la-adpcm.Tpo -c adpcm.c  -fPIC -DPIC -o .libs/libsox_la-adpcm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcm.lo -MD -MP -MF .deps/libsox_la-adpcm.Tpo -c adpcm.c -o libsox_la-adpcm.o >/dev/null 2>&1
mv -f .deps/libsox_la-adpcm.Tpo .deps/libsox_la-adpcm.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima_rw.lo -MD -MP -MF .deps/libsox_la-ima_rw.Tpo -c -o libsox_la-ima_rw.lo `test -f 'ima_rw.c' || echo './'`ima_rw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima_rw.lo -MD -MP -MF .deps/libsox_la-ima_rw.Tpo -c ima_rw.c	-fPIC -DPIC -o .libs/libsox_la-ima_rw.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima_rw.lo -MD -MP -MF .deps/libsox_la-ima_rw.Tpo -c ima_rw.c -o libsox_la-ima_rw.o >/dev/null 2>&1
mv -f .deps/libsox_la-ima_rw.Tpo .deps/libsox_la-ima_rw.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wav.lo -MD -MP -MF .deps/libsox_la-wav.Tpo -c -o libsox_la-wav.lo `test -f 'wav.c' || echo './'`wav.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wav.lo -MD -MP -MF .deps/libsox_la-wav.Tpo -c wav.c  -fPIC -DPIC -o .libs/libsox_la-wav.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wav.lo -MD -MP -MF .deps/libsox_la-wav.Tpo -c wav.c -o libsox_la-wav.o >/dev/null 2>&1
mv -f .deps/libsox_la-wav.Tpo .deps/libsox_la-wav.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wve.lo -MD -MP -MF .deps/libsox_la-wve.Tpo -c -o libsox_la-wve.lo `test -f 'wve.c' || echo './'`wve.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wve.lo -MD -MP -MF .deps/libsox_la-wve.Tpo -c wve.c  -fPIC -DPIC -o .libs/libsox_la-wve.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wve.lo -MD -MP -MF .deps/libsox_la-wve.Tpo -c wve.c -o libsox_la-wve.o >/dev/null 2>&1
mv -f .deps/libsox_la-wve.Tpo .deps/libsox_la-wve.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xa.lo -MD -MP -MF .deps/libsox_la-xa.Tpo -c -o libsox_la-xa.lo `test -f 'xa.c' || echo './'`xa.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xa.lo -MD -MP -MF .deps/libsox_la-xa.Tpo -c xa.c  -fPIC -DPIC -o .libs/libsox_la-xa.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xa.lo -MD -MP -MF .deps/libsox_la-xa.Tpo -c xa.c -o libsox_la-xa.o >/dev/null 2>&1
mv -f .deps/libsox_la-xa.Tpo .deps/libsox_la-xa.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-nulfile.lo -MD -MP -MF .deps/libsox_la-nulfile.Tpo -c -o libsox_la-nulfile.lo `test -f 'nulfile.c' || echo './'`nulfile.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-nulfile.lo -MD -MP -MF .deps/libsox_la-nulfile.Tpo -c nulfile.c  -fPIC -DPIC -o .libs/libsox_la-nulfile.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-nulfile.lo -MD -MP -MF .deps/libsox_la-nulfile.Tpo -c nulfile.c -o libsox_la-nulfile.o >/dev/null 2>&1
mv -f .deps/libsox_la-nulfile.Tpo .deps/libsox_la-nulfile.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f4-fmt.lo -MD -MP -MF .deps/libsox_la-f4-fmt.Tpo -c -o libsox_la-f4-fmt.lo `test -f 'f4-fmt.c' || echo './'`f4-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f4-fmt.lo -MD -MP -MF .deps/libsox_la-f4-fmt.Tpo -c f4-fmt.c	-fPIC -DPIC -o .libs/libsox_la-f4-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f4-fmt.lo -MD -MP -MF .deps/libsox_la-f4-fmt.Tpo -c f4-fmt.c -o libsox_la-f4-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-f4-fmt.Tpo .deps/libsox_la-f4-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f8-fmt.lo -MD -MP -MF .deps/libsox_la-f8-fmt.Tpo -c -o libsox_la-f8-fmt.lo `test -f 'f8-fmt.c' || echo './'`f8-fmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f8-fmt.lo -MD -MP -MF .deps/libsox_la-f8-fmt.Tpo -c f8-fmt.c	-fPIC -DPIC -o .libs/libsox_la-f8-fmt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f8-fmt.lo -MD -MP -MF .deps/libsox_la-f8-fmt.Tpo -c f8-fmt.c -o libsox_la-f8-fmt.o >/dev/null 2>&1
mv -f .deps/libsox_la-f8-fmt.Tpo .deps/libsox_la-f8-fmt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gsrt.lo -MD -MP -MF .deps/libsox_la-gsrt.Tpo -c -o libsox_la-gsrt.lo `test -f 'gsrt.c' || echo './'`gsrt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gsrt.lo -MD -MP -MF .deps/libsox_la-gsrt.Tpo -c gsrt.c  -fPIC -DPIC -o .libs/libsox_la-gsrt.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gsrt.lo -MD -MP -MF .deps/libsox_la-gsrt.Tpo -c gsrt.c -o libsox_la-gsrt.o >/dev/null 2>&1
mv -f .deps/libsox_la-gsrt.Tpo .deps/libsox_la-gsrt.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flac.lo -MD -MP -MF .deps/libsox_la-flac.Tpo -c -o libsox_la-flac.lo `test -f 'flac.c' || echo './'`flac.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flac.lo -MD -MP -MF .deps/libsox_la-flac.Tpo -c flac.c  -fPIC -DPIC -o .libs/libsox_la-flac.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flac.lo -MD -MP -MF .deps/libsox_la-flac.Tpo -c flac.c -o libsox_la-flac.o >/dev/null 2>&1
mv -f .deps/libsox_la-flac.Tpo .deps/libsox_la-flac.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lpc10.lo -MD -MP -MF .deps/libsox_la-lpc10.Tpo -c -o libsox_la-lpc10.lo `test -f 'lpc10.c' || echo './'`lpc10.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lpc10.lo -MD -MP -MF .deps/libsox_la-lpc10.Tpo -c lpc10.c  -fPIC -DPIC -o .libs/libsox_la-lpc10.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lpc10.lo -MD -MP -MF .deps/libsox_la-lpc10.Tpo -c lpc10.c -o libsox_la-lpc10.o >/dev/null 2>&1
mv -f .deps/libsox_la-lpc10.Tpo .deps/libsox_la-lpc10.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-opus.lo -MD -MP -MF .deps/libsox_la-opus.Tpo -c -o libsox_la-opus.lo `test -f 'opus.c' || echo './'`opus.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-opus.lo -MD -MP -MF .deps/libsox_la-opus.Tpo -c opus.c  -fPIC -DPIC -o .libs/libsox_la-opus.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-opus.lo -MD -MP -MF .deps/libsox_la-opus.Tpo -c opus.c -o libsox_la-opus.o >/dev/null 2>&1
mv -f .deps/libsox_la-opus.Tpo .deps/libsox_la-opus.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vorbis.lo -MD -MP -MF .deps/libsox_la-vorbis.Tpo -c -o libsox_la-vorbis.lo `test -f 'vorbis.c' || echo './'`vorbis.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vorbis.lo -MD -MP -MF .deps/libsox_la-vorbis.Tpo -c vorbis.c	-fPIC -DPIC -o .libs/libsox_la-vorbis.o
In file included from vorbis.c:27:0:
/usr/pkg/include/vorbis/vorbisfile.h:74:21: warning: OV_CALLBACKS_DEFAULT defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_DEFAULT = {
		     ^
/usr/pkg/include/vorbis/vorbisfile.h:81:21: warning: OV_CALLBACKS_NOCLOSE defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_NOCLOSE = {
		     ^
/usr/pkg/include/vorbis/vorbisfile.h:88:21: warning: OV_CALLBACKS_STREAMONLY defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_STREAMONLY = {
		     ^
/usr/pkg/include/vorbis/vorbisfile.h:95:21: warning: OV_CALLBACKS_STREAMONLY_NOCLOSE defined but not used [-Wunused-variable]
 static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = {
		     ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vorbis.lo -MD -MP -MF .deps/libsox_la-vorbis.Tpo -c vorbis.c -o libsox_la-vorbis.o >/dev/null 2>&1
mv -f .deps/libsox_la-vorbis.Tpo .deps/libsox_la-vorbis.Plo
/bin/sh ../libtool  --tag=CC	--mode=link gcc	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -no-undefined -version-info 3:0:0  -export-symbols ./libsox.sym -Wl,--as-needed -o libsox.la -rpath /usr/local/lib libsox_la-adpcms.lo libsox_la-aiff.lo  libsox_la-cvsd.lo libsox_la-g711.lo libsox_la-g721.lo  libsox_la-g723_24.lo libsox_la-g723_40.lo libsox_la-g72x.lo	libsox_la-vox.lo libsox_la-raw.lo libsox_la-formats.lo	libsox_la-formats_i.lo libsox_la-skelform.lo  libsox_la-xmalloc.lo libsox_la-getopt.lo libsox_la-util.lo  libsox_la-libsox.lo libsox_la-libsox_i.lo libsox_la-sox-fmt.lo  libsox_la-bend.lo libsox_la-biquad.lo libsox_la-biquads.lo  libsox_la-chorus.lo libsox_la-compand.lo libsox_la-compandt.lo  libsox_la-contrast.lo libsox_la-dcshift.lo libsox_la-delay.lo  libsox_la-dft_filter.lo libsox_la-dither.lo  libsox_la-divide.lo libsox_la-downsample.lo  libsox_la-earwax.lo libsox_la-echo.lo libsox_la-echos.lo	 libsox_la-effects.lo libsox_la-effects_i.lo  libsox_la-effects_i_dsp.lo libsox_la-fade.lo  libsox_la-fft4g.lo libsox_la-fir.lo libsox_la-firfit.lo  libsox_la-flanger.lo libsox_la-gain.lo libsox_la-hilbert.lo  libsox_la-input.lo libsox_la-ladspa.lo libsox_la-loudness.lo	libsox_la-mcompand.lo libsox_la-noiseprof.lo  libsox_la-noisered.lo libsox_la-output.lo	 libsox_la-overdrive.lo libsox_la-pad.lo libsox_la-phaser.lo  libsox_la-rate.lo libsox_la-remix.lo libsox_la-repeat.lo	libsox_la-reverb.lo libsox_la-reverse.lo libsox_la-silence.lo  libsox_la-sinc.lo libsox_la-skeleff.lo libsox_la-speed.lo  libsox_la-splice.lo libsox_la-stat.lo libsox_la-stats.lo  libsox_la-stretch.lo libsox_la-swap.lo libsox_la-synth.lo  libsox_la-tempo.lo libsox_la-tremolo.lo libsox_la-trim.lo  libsox_la-upsample.lo libsox_la-vad.lo libsox_la-vol.lo   libsox_la-raw-fmt.lo libsox_la-s1-fmt.lo  libsox_la-s2-fmt.lo libsox_la-s3-fmt.lo libsox_la-s4-fmt.lo  libsox_la-u1-fmt.lo libsox_la-u2-fmt.lo libsox_la-u3-fmt.lo	libsox_la-u4-fmt.lo libsox_la-al-fmt.lo libsox_la-la-fmt.lo  libsox_la-ul-fmt.lo libsox_la-lu-fmt.lo libsox_la-8svx.lo	libsox_la-aiff-fmt.lo libsox_la-aifc-fmt.lo libsox_la-au.lo  libsox_la-avr.lo libsox_la-cdr.lo libsox_la-cvsd-fmt.lo  libsox_la-dvms-fmt.lo libsox_la-dat.lo libsox_la-hcom.lo	libsox_la-htk.lo libsox_la-maud.lo libsox_la-prc.lo  libsox_la-sf.lo libsox_la-smp.lo libsox_la-sounder.lo  libsox_la-soundtool.lo libsox_la-sphere.lo libsox_la-tx16w.lo  libsox_la-voc.lo libsox_la-vox-fmt.lo libsox_la-ima-fmt.lo  libsox_la-adpcm.lo libsox_la-ima_rw.lo libsox_la-wav.lo	libsox_la-wve.lo libsox_la-xa.lo libsox_la-nulfile.lo  libsox_la-f4-fmt.lo libsox_la-f8-fmt.lo libsox_la-gsrt.lo	libsox_la-flac.lo   libsox_la-lpc10.lo	 libsox_la-opus.lo	  libsox_la-vorbis.lo	 -lmagic	   -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lFLAC  ../lpc10/liblpc10.la   -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lopusfile       -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -logg -Wl,-R/usr/pkg/lib -lvorbis -Wl,-R/usr/pkg/lib -lvorbisenc -Wl,-R/usr/pkg/lib -lvorbisfile   -lm
libtool: link: gcc -shared  -fPIC -DPIC	 .libs/libsox_la-adpcms.o .libs/libsox_la-aiff.o .libs/libsox_la-cvsd.o .libs/libsox_la-g711.o .libs/libsox_la-g721.o .libs/libsox_la-g723_24.o .libs/libsox_la-g723_40.o .libs/libsox_la-g72x.o .libs/libsox_la-vox.o .libs/libsox_la-raw.o .libs/libsox_la-formats.o .libs/libsox_la-formats_i.o .libs/libsox_la-skelform.o .libs/libsox_la-xmalloc.o .libs/libsox_la-getopt.o .libs/libsox_la-util.o .libs/libsox_la-libsox.o .libs/libsox_la-libsox_i.o .libs/libsox_la-sox-fmt.o .libs/libsox_la-bend.o .libs/libsox_la-biquad.o .libs/libsox_la-biquads.o .libs/libsox_la-chorus.o .libs/libsox_la-compand.o .libs/libsox_la-compandt.o .libs/libsox_la-contrast.o .libs/libsox_la-dcshift.o .libs/libsox_la-delay.o .libs/libsox_la-dft_filter.o .libs/libsox_la-dither.o .libs/libsox_la-divide.o .libs/libsox_la-downsample.o .libs/libsox_la-earwax.o .libs/libsox_la-echo.o .libs/libsox_la-echos.o .libs/libsox_la-effects.o .libs/libsox_la-effects_i.o .libs/libsox_la-effects_i_dsp.o .libs/libsox_la-fade.o .libs/libsox_la-fft4g.o .libs/libsox_la-fir.o .libs/libsox_la-firfit.o .libs/libsox_la-flanger.o .libs/libsox_la-gain.o .libs/libsox_la-hilbert.o .libs/libsox_la-input.o .libs/libsox_la-ladspa.o .libs/libsox_la-loudness.o .libs/libsox_la-mcompand.o .libs/libsox_la-noiseprof.o .libs/libsox_la-noisered.o .libs/libsox_la-output.o .libs/libsox_la-overdrive.o .libs/libsox_la-pad.o .libs/libsox_la-phaser.o .libs/libsox_la-rate.o .libs/libsox_la-remix.o .libs/libsox_la-repeat.o .libs/libsox_la-reverb.o .libs/libsox_la-reverse.o .libs/libsox_la-silence.o .libs/libsox_la-sinc.o .libs/libsox_la-skeleff.o .libs/libsox_la-speed.o .libs/libsox_la-splice.o .libs/libsox_la-stat.o .libs/libsox_la-stats.o .libs/libsox_la-stretch.o .libs/libsox_la-swap.o .libs/libsox_la-synth.o .libs/libsox_la-tempo.o .libs/libsox_la-tremolo.o .libs/libsox_la-trim.o .libs/libsox_la-upsample.o .libs/libsox_la-vad.o .libs/libsox_la-vol.o .libs/libsox_la-raw-fmt.o .libs/libsox_la-s1-fmt.o .libs/libsox_la-s2-fmt.o .libs/libsox_la-s3-fmt.o .libs/libsox_la-s4-fmt.o .libs/libsox_la-u1-fmt.o .libs/libsox_la-u2-fmt.o .libs/libsox_la-u3-fmt.o .libs/libsox_la-u4-fmt.o .libs/libsox_la-al-fmt.o .libs/libsox_la-la-fmt.o .libs/libsox_la-ul-fmt.o .libs/libsox_la-lu-fmt.o .libs/libsox_la-8svx.o .libs/libsox_la-aiff-fmt.o .libs/libsox_la-aifc-fmt.o .libs/libsox_la-au.o .libs/libsox_la-avr.o .libs/libsox_la-cdr.o .libs/libsox_la-cvsd-fmt.o .libs/libsox_la-dvms-fmt.o .libs/libsox_la-dat.o .libs/libsox_la-hcom.o .libs/libsox_la-htk.o .libs/libsox_la-maud.o .libs/libsox_la-prc.o .libs/libsox_la-sf.o .libs/libsox_la-smp.o .libs/libsox_la-sounder.o .libs/libsox_la-soundtool.o .libs/libsox_la-sphere.o .libs/libsox_la-tx16w.o .libs/libsox_la-voc.o .libs/libsox_la-vox-fmt.o .libs/libsox_la-ima-fmt.o .libs/libsox_la-adpcm.o .libs/libsox_la-ima_rw.o .libs/libsox_la-wav.o .libs/libsox_la-wve.o .libs/libsox_la-xa.o .libs/libsox_la-nulfile.o .libs/libsox_la-f4-fmt.o .libs/libsox_la-f8-fmt.o .libs/libsox_la-gsrt.o .libs/libsox_la-flac.o .libs/libsox_la-lpc10.o .libs/libsox_la-opus.o .libs/libsox_la-vorbis.o  -Wl,--whole-archive ../lpc10/.libs/liblpc10.a -Wl,--no-whole-archive	-Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -lmagic -L/usr/pkg/lib /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm  -g -O2 -fstack-protector-strong -fopenmp -Wl,--as-needed -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib	 -fopenmp -Wl,-soname -Wl,libsox.so.3 -Wl,-retain-symbols-file -Wl,./libsox.sym -o .libs/libsox.so.3.0
libtool: link: (cd ".libs" && rm -f "libsox.so.3" && ln -s "libsox.so.3.0" "libsox.so.3")
libtool: link: (cd ".libs" && rm -f "libsox.so" && ln -s "libsox.so.3.0" "libsox.so")
libtool: link: (cd .libs/libsox.lax/liblpc10.a && ar x "/home/hans/src/sox/src/../lpc10/.libs/liblpc10.a")
libtool: link: ar cru .libs/libsox.a  libsox_la-adpcms.o libsox_la-aiff.o libsox_la-cvsd.o libsox_la-g711.o libsox_la-g721.o libsox_la-g723_24.o libsox_la-g723_40.o libsox_la-g72x.o libsox_la-vox.o libsox_la-raw.o libsox_la-formats.o libsox_la-formats_i.o libsox_la-skelform.o libsox_la-xmalloc.o libsox_la-getopt.o libsox_la-util.o libsox_la-libsox.o libsox_la-libsox_i.o libsox_la-sox-fmt.o libsox_la-bend.o libsox_la-biquad.o libsox_la-biquads.o libsox_la-chorus.o libsox_la-compand.o libsox_la-compandt.o libsox_la-contrast.o libsox_la-dcshift.o libsox_la-delay.o libsox_la-dft_filter.o libsox_la-dither.o libsox_la-divide.o libsox_la-downsample.o libsox_la-earwax.o libsox_la-echo.o libsox_la-echos.o libsox_la-effects.o libsox_la-effects_i.o libsox_la-effects_i_dsp.o libsox_la-fade.o libsox_la-fft4g.o libsox_la-fir.o libsox_la-firfit.o libsox_la-flanger.o libsox_la-gain.o libsox_la-hilbert.o libsox_la-input.o libsox_la-ladspa.o libsox_la-loudness.o libsox_la-mcompand.o libsox_la-noiseprof.o libsox_la-noisered.o libsox_la-output.o libsox_la-overdrive.o libsox_la-pad.o libsox_la-phaser.o libsox_la-rate.o libsox_la-remix.o libsox_la-repeat.o libsox_la-reverb.o libsox_la-reverse.o libsox_la-silence.o libsox_la-sinc.o libsox_la-skeleff.o libsox_la-speed.o libsox_la-splice.o libsox_la-stat.o libsox_la-stats.o libsox_la-stretch.o libsox_la-swap.o libsox_la-synth.o libsox_la-tempo.o libsox_la-tremolo.o libsox_la-trim.o libsox_la-upsample.o libsox_la-vad.o libsox_la-vol.o libsox_la-raw-fmt.o libsox_la-s1-fmt.o libsox_la-s2-fmt.o libsox_la-s3-fmt.o libsox_la-s4-fmt.o libsox_la-u1-fmt.o libsox_la-u2-fmt.o libsox_la-u3-fmt.o libsox_la-u4-fmt.o libsox_la-al-fmt.o libsox_la-la-fmt.o libsox_la-ul-fmt.o libsox_la-lu-fmt.o libsox_la-8svx.o libsox_la-aiff-fmt.o libsox_la-aifc-fmt.o libsox_la-au.o libsox_la-avr.o libsox_la-cdr.o libsox_la-cvsd-fmt.o libsox_la-dvms-fmt.o libsox_la-dat.o libsox_la-hcom.o libsox_la-htk.o libsox_la-maud.o libsox_la-prc.o libsox_la-sf.o libsox_la-smp.o libsox_la-sounder.o libsox_la-soundtool.o libsox_la-sphere.o libsox_la-tx16w.o libsox_la-voc.o libsox_la-vox-fmt.o libsox_la-ima-fmt.o libsox_la-adpcm.o libsox_la-ima_rw.o libsox_la-wav.o libsox_la-wve.o libsox_la-xa.o libsox_la-nulfile.o libsox_la-f4-fmt.o libsox_la-f8-fmt.o libsox_la-gsrt.o libsox_la-flac.o libsox_la-lpc10.o libsox_la-opus.o libsox_la-vorbis.o  .libs/libsox.lax/liblpc10.a/analys.o .libs/libsox.lax/liblpc10.a/bsynz.o .libs/libsox.lax/liblpc10.a/chanwr.o .libs/libsox.lax/liblpc10.a/dcbias.o .libs/libsox.lax/liblpc10.a/decode.o .libs/libsox.lax/liblpc10.a/deemp.o .libs/libsox.lax/liblpc10.a/difmag.o .libs/libsox.lax/liblpc10.a/dyptrk.o .libs/libsox.lax/liblpc10.a/encode.o .libs/libsox.lax/liblpc10.a/energy.o .libs/libsox.lax/liblpc10.a/f2clib.o .libs/libsox.lax/liblpc10.a/ham84.o .libs/libsox.lax/liblpc10.a/hp100.o .libs/libsox.lax/liblpc10.a/invert.o .libs/libsox.lax/liblpc10.a/irc2pc.o .libs/libsox.lax/liblpc10.a/ivfilt.o .libs/libsox.lax/liblpc10.a/lpcdec.o .libs/libsox.lax/liblpc10.a/lpcenc.o .libs/libsox.lax/liblpc10.a/lpcini.o .libs/libsox.lax/liblpc10.a/lpfilt.o .libs/libsox.lax/liblpc10.a/median.o .libs/libsox.lax/liblpc10.a/mload.o .libs/libsox.lax/liblpc10.a/onset.o .libs/libsox.lax/liblpc10.a/pitsyn.o .libs/libsox.lax/liblpc10.a/placea.o .libs/libsox.lax/liblpc10.a/placev.o .libs/libsox.lax/liblpc10.a/preemp.o .libs/libsox.lax/liblpc10.a/prepro.o .libs/libsox.lax/liblpc10.a/random.o .libs/libsox.lax/liblpc10.a/rcchk.o .libs/libsox.lax/liblpc10.a/synths.o .libs/libsox.lax/liblpc10.a/tbdm.o .libs/libsox.lax/liblpc10.a/voicin.o .libs/libsox.lax/liblpc10.a/vparms.o
libtool: link: ranlib .libs/libsox.a
libtool: link: rm -fr .libs/libsox.lax
libtool: link: ( cd ".libs" && rm -f "libsox.la" && ln -s "../libsox.la" "libsox.la" )
/bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib

	Full path of .libs/libsox.so and the external libraries,
	-lm -lmagic for the system libraries.
	Not sure how /usr/local/lib got there
	- /usr/local doesn't even exist here.


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 11:19                                   ` Jan Stary
@ 2020-08-27  9:38                                     ` Jan Stary
  2020-08-27 10:53                                       ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27  9:38 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 24 13:19:46, hans@stare.cz wrote:
> On Aug 24 12:04:11, mans@mansr.com wrote:
> > Jan Stary <hans@stare.cz> writes:
> > 
> > > We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH
> > > into ./configure's environment produces a working link command;
> > > passing CPPFLAGS and LDFLAGS to ./configure also used to produce
> > > a working command, but now produces a failing link line;
> > > the position of -L seems to be the difference.
> > 
> > Both ways work fine on my OpenBSD system (clean install + lame etc).
> > There is no difference in behaviour between the master and new-build
> > branches.
> 
> Can you please post the complete script(1) for each of
> 
>   env CC=cc C_INCLUDE_PATH=/usr/local/include LIBRARY_PATH=/usr/local/lib \
>   	./configure
>   make V=1
> 
> and
> 
>   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>   make V=1
> 
> on both master and new-build? Because the difference between the two calls
> (which is, eventually, the difference between the ultimate link command)
> seems to be exactly the problem on my system.

Can you please post these scripts so that were are sure?
I beliave it is what we think (namely, a libtool bug),
but so far, we have only seen it fail on my system.

	Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24  6:56                                 ` Jan Stary
@ 2020-08-27  9:40                                   ` Jan Stary
  2020-08-27 11:08                                     ` Måns Rullgård
  2020-08-27 13:05                                     ` Jan Stary
  0 siblings, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27  9:40 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 24 08:56:43, hans@stare.cz wrote:
> On Aug 23 23:55:51, hans@stare.cz wrote:
> > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> > > >
> > > > The first works, the second does not.
> > > > The only difference between the two is the place
> > > > where the extra -L/usr/local/lib gets added,
> > > > as described in the previous emails.
> > 
> > And it seems libtool itself is the one who breaks it.
> > This is the failing line again:
> > 
> > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> > 
> > Notice the "-L/usr/local/lib -Wl,--as-needed".
> > The "-L/usr/local/lib" part comes from the configure arg:
> > 
> >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> > 
> > The "-Wl,--as-needed" comes from
> > 
> >   $ grep as-needed configure.ac
> >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> > 
> > That results in the following line in src/Makefile:
> > 
> >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> > 
> > and that's what is passed in the above command line. Now, libtool
> > apparently preprocesses the line into something else; in particular,
> > it reorders the options. The very next command is:
> > 
> > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> > 
> > Notice where the -L/usr/local/lib has been moved.
> > As described previously, if it comes after -lsox
> > instead of before it, it links just fine.
> 
> That being said, the same problem is present in the master branch,
> but it works in 14.4.2, where the libtool line is
> 
> bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
> nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
> ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
>                          -lm
> 
> which becomes (without 'silent')
> 
> libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

Presumably, the problem does not occur wih a release,
because it already comes with a ./configure script,
so the builder does not have to run autoreconf -i,
which is when the (broken) ./libtool gets created.
So the 'libtool' called is the OpenBSD libtool,
which does not have that bug.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 14:59                                     ` Måns Rullgård
@ 2020-08-27  9:44                                       ` Jan Stary
  2020-08-27 11:08                                         ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27  9:44 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > Searching for -lsox in the -L path is also perfectly normal.
> > As we now know, it is the order of the -L options
> > introduced by GNU libtool that breaks it.
> >
> > Your "clean" VM is a special case in that it does not
> > have a previous version installed (as opposed to my screwed up,
> > misconfigured machine). When you install the previous sox 14.4.2
> > (pkg_add sox), does the
> >
> >   ./configure CC=cc CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> >   make V=1
> >
> > build still work?
> 
> I assume it will break.

Can you test please?

> Yes, libtool should put the -L.libs before any other -L flags to avoid
> such problems.  Why don't you report the bug to them?

People already did, nine years ago; choosing
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15471
as a random example.

Wanna guess what GNU did about it?



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-24 14:15                         ` Måns Rullgård
@ 2020-08-27  9:52                           ` Jan Stary
  2020-08-27 11:10                             ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27  9:52 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> >> Is there any other libtool?
> >
> > http://cvsweb.openbsd.org/src/usr.bin/libtool/
> > http://man.openbsd.org/libtool
> >
> > 	Relative -L paths are put before absolute ones.
> > 	This fixes many (but not all, unfortunately) issues
> > 	when software links to libraries already installed
> > 	instead of those just built because, for example,
> > 	"-L/usr/local/lib" comes before "-L../libfoo".
> >
> > That seems to be precisely the problem we are seeing
> > with the GNU libtool if SoX is already installed.
> 
> Why doesn't someone from OpenBSD get it fixed in GNU libtool?

This question, sir, speaks volumes.

I can't speak for the OpenBSD people of course,
but I assume the reason they wrote a libtool replacement
was partly the frustration of having to work with the GNU one
and having bugs like that rot for _years_ in the GNU bugtracker.

Have a go: try to get it fixed upstream.
"I maintain this software, which uses libtool to link,
and it breaks on OpenBSD because of the following libtool bug."
See how it goes.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:38                                     ` Jan Stary
@ 2020-08-27 10:53                                       ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 10:53 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 24 13:19:46, hans@stare.cz wrote:
>> On Aug 24 12:04:11, mans@mansr.com wrote:
>> > Jan Stary <hans@stare.cz> writes:
>> > 
>> > > We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH
>> > > into ./configure's environment produces a working link command;
>> > > passing CPPFLAGS and LDFLAGS to ./configure also used to produce
>> > > a working command, but now produces a failing link line;
>> > > the position of -L seems to be the difference.
>> > 
>> > Both ways work fine on my OpenBSD system (clean install + lame etc).
>> > There is no difference in behaviour between the master and new-build
>> > branches.
>> 
>> Can you please post the complete script(1) for each of
>> 
>>   env CC=cc C_INCLUDE_PATH=/usr/local/include LIBRARY_PATH=/usr/local/lib \
>>   	./configure
>>   make V=1
>> 
>> and
>> 
>>   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>>   make V=1
>> 
>> on both master and new-build? Because the difference between the two calls
>> (which is, eventually, the difference between the ultimate link command)
>> seems to be exactly the problem on my system.
>
> Can you please post these scripts so that were are sure?
> I beliave it is what we think (namely, a libtool bug),
> but so far, we have only seen it fail on my system.

It is clear now that the errors you're seeing are caused by the
-L/usr/local/lib flag along with an old libsox being there.  It is also
clear that libtool is to blame for this.  If it relies on -L flags to
find the just-built library, those absolutely must precede any such
flags from the environment.

Please report this to libtool upstream.  It needs to be fixed there.
Meanwhile, a simple workaround is to use the LIBRARY_PATH variable.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:21 Jan Stary
@ 2020-08-27 10:54 ` Jan Stary
  2020-08-27 11:52 ` Måns Rullgård
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27 10:54 UTC (permalink / raw)
  To: sox-devel

On Aug 27 11:21:59, hans@stare.cz wrote:
> > The result is in the 'new-build' git branch.
> > I'd appreciate if people, especially on BSD,
> > could give it a try and report any problems.
> 
> Testing on NetBSD 8.0, with the latest commits
> to the new-build branch pulled in.
> 
> It seems that the recent commit regarding audioio.h and soundcard.h,
> while it makes the build not fail, also mis-detects NetBSD's output
> audio driver. The result is a sox that builds but cannot play;
> full log below, comments inline.

> checking for sys/soundcard.h... yes
> 
> 	On NetBSD, sys/soundcard.h says
> 
> 		This is an OSS (Linux) audio emulator.
>  		Use the Native NetBSD API for developing new code,
> 		and this only for compiling Linux programs.
> 
> 	The check is
> 
> 	SOX_FMT_HEADERS([oss], [sys/soundcard.h], [SOUND_MIXER_MUTE],
> 		[], [devices])
> 
> 	so at least we correctly recognize this as OSS emulation.
> 	But the check does not work universaly: NetBSD has
> 	/usr/include/sys/soundcard.h -> ../soundcard.h, but e.g.
> 	OpenBSD only has /usr/include/soundcard.h (same code though).
> 	Apparently, the name makes a difference:
> 	a test for "sys/soundcard.h" will fail on OpenBSD.
> 
> checking whether SOUND_MIXER_MUTE is declared... no
> 
> 	Why SOUND_MIXER_MUTE, specificaly, out of all the others?
> 	For example, SOUND_MIXER_INFO is declared, which would
> 	make the oss emulation detected (not saying this is
> 	the correct test).
> 
> 	Lastly, oss requires a library to be linked:
> 	https://netbsd.gw.com/cgi-bin/man-cgi?ossaudio
> 	That would be /usr/lib/libossaudio.so - I believe a recent
> 	commit has concluded that oss does not require any library
> 	(being a bunch of defined ioctls); on NetBSD, it maybe does.
> 
> 	$ nm /usr/lib/libossaudio.so | grep oss
> 	0000000000001f60 T _oss_ioctl

IMHO a presence of -lossaudio that defines _oss_ioctl
is a clear indication that the OSS output driver is present.

For compariosn, here's what happens with 14.4.2

	/bin/sh ../libtool --silent  --tag=CC   --silent --mode=link gcc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
ypes -pedantic -fopenmp    -o sox sox.o  libsox.la                         -lm
sox.o: In function `adjust_volume':
/home/hans/src/sox-14.4.2/src/sox.c:1299: undefined reference to `_oss_ioctl'
/home/hans/src/sox-14.4.2/src/sox.c:1305: undefined reference to `_oss_ioctl'

Adding -lossaudio makes it work; in 14.4.2. it was

	 
AC_OPTIONAL_FORMAT(oss, OSS, [AC_CHECK_HEADERS(sys/soundcard.h,,
      [AC_CHECK_HEADERS(machine/soundcard.h,
          [AC_CHECK_LIB(ossaudio, _oss_ioctl, OSS_LIBS="$OSS_LIBS -lossaudio")],
          using_oss=no)])])


Jan





> checking for sndio.h... no
> 
> checking for sys/audioio.h... yes
> 
> 	This seems to be NetBSD's native audio interface.
> 	https://netbsd.gw.com/cgi-bin/man-cgi?audio
> 	It's what the NetBSD port of SoX uses:
> 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/
> 
> checking whether AUDIO_HWFEATURE_DUPLEX is declared... no
> 
> 	... but we miss that, because of this.
> 	It seems NetBSD's audio system came from Sun audio
> 	(/usr/pkg/bin/sox reports AUDIO DEVICE DRIVERS: sunau),
> 	but it's not quite the same; in particular,
> 	AUDIO_HWFEATURE_DUPLEX is not defined.
> 
> 	Maybe we can backport some patches from the NetBSD port.
> 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/patches/
> 
> checking for mmsystem.h... no
> 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 lpc10/Makefile
> config.status: creating sox.pc
> config.status: creating src/soxconfig.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> 
> Build options:
>   distro name		  unspecified
>   symlinks		  soxi
> 
> Optional libraries:
>   id3tag		  no
>   lame			  no
>   libgsm		  no
>   libltdl		  no
>   libsndfile		  no
>   mad			  no
>   magic			  yes
>   opencore-amrnb	  no
>   opencore-amrwb	  no
>   png			  no
>   twolame		  no
>   vo-amrwbenc		  no
> 
> Optional formats:
>   amrnb			  no
>   amrwb			  no
>   flac			  yes
>   gsm			  no
>   lpc10			  yes
>   mp3			  no
>   oggvorbis		  yes
>   opus			  yes
>   sndfile		  no
>   wavpack		  no
> 
> Audio devices:
>   alsa			  no
>   ao			  no
>   coreaudio		  no
>   oss			  no
>   pulseaudio		  no
>   sndio			  no
>   sunaudio		  no
>   waveaudio		  no
> 
> 	So we have no way to play.
> 
> 
> Other options:
>   OpenMP		  -fopenmp
>   LADSPA effect plugins	  no
> 
> Configure finished.  Run 'make' to compile SoX.
> 
> hans@netbsd$ make V=1
> 
> 	The build itself goes fine; see the ultimate linking line
> 	at the very bottom, to compare with what happened on OpenBSD.
> 
> Making all in lpc10
> depbase=`echo analys.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT analys.lo -MD -MP -MF $depbase.Tpo -c -o analys.lo analys.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT analys.lo -MD -MP -MF .deps/analys.Tpo -c analys.c  -fPIC -DPIC -o .libs/analys.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT analys.lo -MD -MP -MF .deps/analys.Tpo -c analys.c -o analys.o >/dev/null 2>&1
> depbase=`echo bsynz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT bsynz.lo -MD -MP -MF $depbase.Tpo -c -o bsynz.lo bsynz.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT bsynz.lo -MD -MP -MF .deps/bsynz.Tpo -c bsynz.c  -fPIC -DPIC -o .libs/bsynz.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT bsynz.lo -MD -MP -MF .deps/bsynz.Tpo -c bsynz.c -o bsynz.o >/dev/null 2>&1
> depbase=`echo chanwr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT chanwr.lo -MD -MP -MF $depbase.Tpo -c -o chanwr.lo chanwr.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT chanwr.lo -MD -MP -MF .deps/chanwr.Tpo -c chanwr.c  -fPIC -DPIC -o .libs/chanwr.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT chanwr.lo -MD -MP -MF .deps/chanwr.Tpo -c chanwr.c -o chanwr.o >/dev/null 2>&1
> depbase=`echo dcbias.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dcbias.lo -MD -MP -MF $depbase.Tpo -c -o dcbias.lo dcbias.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dcbias.lo -MD -MP -MF .deps/dcbias.Tpo -c dcbias.c  -fPIC -DPIC -o .libs/dcbias.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dcbias.lo -MD -MP -MF .deps/dcbias.Tpo -c dcbias.c -o dcbias.o >/dev/null 2>&1
> depbase=`echo decode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT decode.lo -MD -MP -MF $depbase.Tpo -c -o decode.lo decode.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c  -fPIC -DPIC -o .libs/decode.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT decode.lo -MD -MP -MF .deps/decode.Tpo -c decode.c -o decode.o >/dev/null 2>&1
> depbase=`echo deemp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT deemp.lo -MD -MP -MF $depbase.Tpo -c -o deemp.lo deemp.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT deemp.lo -MD -MP -MF .deps/deemp.Tpo -c deemp.c  -fPIC -DPIC -o .libs/deemp.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT deemp.lo -MD -MP -MF .deps/deemp.Tpo -c deemp.c -o deemp.o >/dev/null 2>&1
> depbase=`echo difmag.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT difmag.lo -MD -MP -MF $depbase.Tpo -c -o difmag.lo difmag.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT difmag.lo -MD -MP -MF .deps/difmag.Tpo -c difmag.c  -fPIC -DPIC -o .libs/difmag.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT difmag.lo -MD -MP -MF .deps/difmag.Tpo -c difmag.c -o difmag.o >/dev/null 2>&1
> depbase=`echo dyptrk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dyptrk.lo -MD -MP -MF $depbase.Tpo -c -o dyptrk.lo dyptrk.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dyptrk.lo -MD -MP -MF .deps/dyptrk.Tpo -c dyptrk.c  -fPIC -DPIC -o .libs/dyptrk.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT dyptrk.lo -MD -MP -MF .deps/dyptrk.Tpo -c dyptrk.c -o dyptrk.o >/dev/null 2>&1
> depbase=`echo encode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT encode.lo -MD -MP -MF $depbase.Tpo -c -o encode.lo encode.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c  -fPIC -DPIC -o .libs/encode.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o >/dev/null 2>&1
> depbase=`echo energy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT energy.lo -MD -MP -MF $depbase.Tpo -c -o energy.lo energy.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT energy.lo -MD -MP -MF .deps/energy.Tpo -c energy.c  -fPIC -DPIC -o .libs/energy.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT energy.lo -MD -MP -MF .deps/energy.Tpo -c energy.c -o energy.o >/dev/null 2>&1
> depbase=`echo f2clib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT f2clib.lo -MD -MP -MF $depbase.Tpo -c -o f2clib.lo f2clib.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT f2clib.lo -MD -MP -MF .deps/f2clib.Tpo -c f2clib.c  -fPIC -DPIC -o .libs/f2clib.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT f2clib.lo -MD -MP -MF .deps/f2clib.Tpo -c f2clib.c -o f2clib.o >/dev/null 2>&1
> depbase=`echo ham84.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ham84.lo -MD -MP -MF $depbase.Tpo -c -o ham84.lo ham84.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ham84.lo -MD -MP -MF .deps/ham84.Tpo -c ham84.c  -fPIC -DPIC -o .libs/ham84.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ham84.lo -MD -MP -MF .deps/ham84.Tpo -c ham84.c -o ham84.o >/dev/null 2>&1
> depbase=`echo hp100.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT hp100.lo -MD -MP -MF $depbase.Tpo -c -o hp100.lo hp100.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT hp100.lo -MD -MP -MF .deps/hp100.Tpo -c hp100.c  -fPIC -DPIC -o .libs/hp100.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT hp100.lo -MD -MP -MF .deps/hp100.Tpo -c hp100.c -o hp100.o >/dev/null 2>&1
> depbase=`echo invert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT invert.lo -MD -MP -MF $depbase.Tpo -c -o invert.lo invert.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.c  -fPIC -DPIC -o .libs/invert.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT invert.lo -MD -MP -MF .deps/invert.Tpo -c invert.c -o invert.o >/dev/null 2>&1
> depbase=`echo irc2pc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT irc2pc.lo -MD -MP -MF $depbase.Tpo -c -o irc2pc.lo irc2pc.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT irc2pc.lo -MD -MP -MF .deps/irc2pc.Tpo -c irc2pc.c  -fPIC -DPIC -o .libs/irc2pc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT irc2pc.lo -MD -MP -MF .deps/irc2pc.Tpo -c irc2pc.c -o irc2pc.o >/dev/null 2>&1
> depbase=`echo ivfilt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ivfilt.lo -MD -MP -MF $depbase.Tpo -c -o ivfilt.lo ivfilt.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ivfilt.lo -MD -MP -MF .deps/ivfilt.Tpo -c ivfilt.c  -fPIC -DPIC -o .libs/ivfilt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT ivfilt.lo -MD -MP -MF .deps/ivfilt.Tpo -c ivfilt.c -o ivfilt.o >/dev/null 2>&1
> depbase=`echo lpcdec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcdec.lo -MD -MP -MF $depbase.Tpo -c -o lpcdec.lo lpcdec.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcdec.lo -MD -MP -MF .deps/lpcdec.Tpo -c lpcdec.c  -fPIC -DPIC -o .libs/lpcdec.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcdec.lo -MD -MP -MF .deps/lpcdec.Tpo -c lpcdec.c -o lpcdec.o >/dev/null 2>&1
> depbase=`echo lpcenc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcenc.lo -MD -MP -MF $depbase.Tpo -c -o lpcenc.lo lpcenc.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcenc.lo -MD -MP -MF .deps/lpcenc.Tpo -c lpcenc.c  -fPIC -DPIC -o .libs/lpcenc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcenc.lo -MD -MP -MF .deps/lpcenc.Tpo -c lpcenc.c -o lpcenc.o >/dev/null 2>&1
> depbase=`echo lpcini.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcini.lo -MD -MP -MF $depbase.Tpo -c -o lpcini.lo lpcini.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcini.lo -MD -MP -MF .deps/lpcini.Tpo -c lpcini.c  -fPIC -DPIC -o .libs/lpcini.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpcini.lo -MD -MP -MF .deps/lpcini.Tpo -c lpcini.c -o lpcini.o >/dev/null 2>&1
> depbase=`echo lpfilt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpfilt.lo -MD -MP -MF $depbase.Tpo -c -o lpfilt.lo lpfilt.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpfilt.lo -MD -MP -MF .deps/lpfilt.Tpo -c lpfilt.c  -fPIC -DPIC -o .libs/lpfilt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT lpfilt.lo -MD -MP -MF .deps/lpfilt.Tpo -c lpfilt.c -o lpfilt.o >/dev/null 2>&1
> depbase=`echo median.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT median.lo -MD -MP -MF $depbase.Tpo -c -o median.lo median.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT median.lo -MD -MP -MF .deps/median.Tpo -c median.c  -fPIC -DPIC -o .libs/median.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT median.lo -MD -MP -MF .deps/median.Tpo -c median.c -o median.o >/dev/null 2>&1
> depbase=`echo mload.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT mload.lo -MD -MP -MF $depbase.Tpo -c -o mload.lo mload.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT mload.lo -MD -MP -MF .deps/mload.Tpo -c mload.c  -fPIC -DPIC -o .libs/mload.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT mload.lo -MD -MP -MF .deps/mload.Tpo -c mload.c -o mload.o >/dev/null 2>&1
> depbase=`echo onset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT onset.lo -MD -MP -MF $depbase.Tpo -c -o onset.lo onset.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT onset.lo -MD -MP -MF .deps/onset.Tpo -c onset.c  -fPIC -DPIC -o .libs/onset.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT onset.lo -MD -MP -MF .deps/onset.Tpo -c onset.c -o onset.o >/dev/null 2>&1
> depbase=`echo pitsyn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT pitsyn.lo -MD -MP -MF $depbase.Tpo -c -o pitsyn.lo pitsyn.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT pitsyn.lo -MD -MP -MF .deps/pitsyn.Tpo -c pitsyn.c  -fPIC -DPIC -o .libs/pitsyn.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT pitsyn.lo -MD -MP -MF .deps/pitsyn.Tpo -c pitsyn.c -o pitsyn.o >/dev/null 2>&1
> depbase=`echo placea.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placea.lo -MD -MP -MF $depbase.Tpo -c -o placea.lo placea.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placea.lo -MD -MP -MF .deps/placea.Tpo -c placea.c  -fPIC -DPIC -o .libs/placea.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placea.lo -MD -MP -MF .deps/placea.Tpo -c placea.c -o placea.o >/dev/null 2>&1
> depbase=`echo placev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placev.lo -MD -MP -MF $depbase.Tpo -c -o placev.lo placev.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placev.lo -MD -MP -MF .deps/placev.Tpo -c placev.c  -fPIC -DPIC -o .libs/placev.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT placev.lo -MD -MP -MF .deps/placev.Tpo -c placev.c -o placev.o >/dev/null 2>&1
> depbase=`echo preemp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT preemp.lo -MD -MP -MF $depbase.Tpo -c -o preemp.lo preemp.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT preemp.lo -MD -MP -MF .deps/preemp.Tpo -c preemp.c  -fPIC -DPIC -o .libs/preemp.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT preemp.lo -MD -MP -MF .deps/preemp.Tpo -c preemp.c -o preemp.o >/dev/null 2>&1
> depbase=`echo prepro.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT prepro.lo -MD -MP -MF $depbase.Tpo -c -o prepro.lo prepro.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT prepro.lo -MD -MP -MF .deps/prepro.Tpo -c prepro.c  -fPIC -DPIC -o .libs/prepro.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT prepro.lo -MD -MP -MF .deps/prepro.Tpo -c prepro.c -o prepro.o >/dev/null 2>&1
> depbase=`echo random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT random.lo -MD -MP -MF $depbase.Tpo -c -o random.lo random.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c  -fPIC -DPIC -o .libs/random.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -o random.o >/dev/null 2>&1
> depbase=`echo rcchk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	 --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	 -I. -I../src  -I../src	   -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT rcchk.lo -MD -MP -MF $depbase.Tpo -c -o rcchk.lo rcchk.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT rcchk.lo -MD -MP -MF .deps/rcchk.Tpo -c rcchk.c  -fPIC -DPIC -o .libs/rcchk.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT rcchk.lo -MD -MP -MF .deps/rcchk.Tpo -c rcchk.c -o rcchk.o >/dev/null 2>&1
> depbase=`echo synths.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT synths.lo -MD -MP -MF $depbase.Tpo -c -o synths.lo synths.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT synths.lo -MD -MP -MF .deps/synths.Tpo -c synths.c  -fPIC -DPIC -o .libs/synths.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT synths.lo -MD -MP -MF .deps/synths.Tpo -c synths.c -o synths.o >/dev/null 2>&1
> depbase=`echo tbdm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool	--tag=CC    --mode=compile gcc -DHAVE_CONFIG_H	-I. -I../src  -I../src	  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT tbdm.lo -MD -MP -MF $depbase.Tpo -c -o tbdm.lo tbdm.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT tbdm.lo -MD -MP -MF .deps/tbdm.Tpo -c tbdm.c  -fPIC -DPIC -o .libs/tbdm.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT tbdm.lo -MD -MP -MF .deps/tbdm.Tpo -c tbdm.c -o tbdm.o >/dev/null 2>&1
> depbase=`echo voicin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT voicin.lo -MD -MP -MF $depbase.Tpo -c -o voicin.lo voicin.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT voicin.lo -MD -MP -MF .deps/voicin.Tpo -c voicin.c  -fPIC -DPIC -o .libs/voicin.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT voicin.lo -MD -MP -MF .deps/voicin.Tpo -c voicin.c -o voicin.o >/dev/null 2>&1
> depbase=`echo vparms.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; /bin/sh ../libtool  --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H  -I. -I../src	-I../src    -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT vparms.lo -MD -MP -MF $depbase.Tpo -c -o vparms.lo vparms.c && mv -f $depbase.Tpo $depbase.Plo
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT vparms.lo -MD -MP -MF .deps/vparms.Tpo -c vparms.c  -fPIC -DPIC -o .libs/vparms.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../src -I../src -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT vparms.lo -MD -MP -MF .deps/vparms.Tpo -c vparms.c -o vparms.o >/dev/null 2>&1
> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp   -Wl,--as-needed -o liblpc10.la  analys.lo bsynz.lo  chanwr.lo dcbias.lo decode.lo deemp.lo  difmag.lo dyptrk.lo encode.lo energy.lo	f2clib.lo ham84.lo hp100.lo invert.lo  irc2pc.lo ivfilt.lo lpcdec.lo lpcenc.lo	lpcini.lo lpfilt.lo median.lo mload.lo	onset.lo pitsyn.lo placea.lo placev.lo	preemp.lo prepro.lo random.lo rcchk.lo	synths.lo tbdm.lo voicin.lo vparms.lo  -lm
> libtool: link: ar cru .libs/liblpc10.a .libs/analys.o .libs/bsynz.o .libs/chanwr.o .libs/dcbias.o .libs/decode.o .libs/deemp.o .libs/difmag.o .libs/dyptrk.o .libs/encode.o .libs/energy.o .libs/f2clib.o .libs/ham84.o .libs/hp100.o .libs/invert.o .libs/irc2pc.o .libs/ivfilt.o .libs/lpcdec.o .libs/lpcenc.o .libs/lpcini.o .libs/lpfilt.o .libs/median.o .libs/mload.o .libs/onset.o .libs/pitsyn.o .libs/placea.o .libs/placev.o .libs/preemp.o .libs/prepro.o .libs/random.o .libs/rcchk.o .libs/synths.o .libs/tbdm.o .libs/voicin.o .libs/vparms.o
> libtool: link: ranlib .libs/liblpc10.a
> libtool: link: ( cd ".libs" && rm -f "liblpc10.la" && ln -s "../liblpc10.la" "liblpc10.la" )
> Making all in src
> depbase=`echo sox.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	     -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT sox.o -MD -MP -MF $depbase.Tpo -c -o sox.o sox.c && mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcms.lo -MD -MP -MF .deps/libsox_la-adpcms.Tpo -c -o libsox_la-adpcms.lo `test -f 'adpcms.c' || echo './'`adpcms.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcms.lo -MD -MP -MF .deps/libsox_la-adpcms.Tpo -c adpcms.c	-fPIC -DPIC -o .libs/libsox_la-adpcms.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcms.lo -MD -MP -MF .deps/libsox_la-adpcms.Tpo -c adpcms.c -o libsox_la-adpcms.o >/dev/null 2>&1
> mv -f .deps/libsox_la-adpcms.Tpo .deps/libsox_la-adpcms.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff.lo -MD -MP -MF .deps/libsox_la-aiff.Tpo -c -o libsox_la-aiff.lo `test -f 'aiff.c' || echo './'`aiff.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff.lo -MD -MP -MF .deps/libsox_la-aiff.Tpo -c aiff.c  -fPIC -DPIC -o .libs/libsox_la-aiff.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff.lo -MD -MP -MF .deps/libsox_la-aiff.Tpo -c aiff.c -o libsox_la-aiff.o >/dev/null 2>&1
> mv -f .deps/libsox_la-aiff.Tpo .deps/libsox_la-aiff.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd.lo -MD -MP -MF .deps/libsox_la-cvsd.Tpo -c -o libsox_la-cvsd.lo `test -f 'cvsd.c' || echo './'`cvsd.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd.lo -MD -MP -MF .deps/libsox_la-cvsd.Tpo -c cvsd.c  -fPIC -DPIC -o .libs/libsox_la-cvsd.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd.lo -MD -MP -MF .deps/libsox_la-cvsd.Tpo -c cvsd.c -o libsox_la-cvsd.o >/dev/null 2>&1
> mv -f .deps/libsox_la-cvsd.Tpo .deps/libsox_la-cvsd.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g711.lo -MD -MP -MF .deps/libsox_la-g711.Tpo -c -o libsox_la-g711.lo `test -f 'g711.c' || echo './'`g711.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g711.lo -MD -MP -MF .deps/libsox_la-g711.Tpo -c g711.c  -fPIC -DPIC -o .libs/libsox_la-g711.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g711.lo -MD -MP -MF .deps/libsox_la-g711.Tpo -c g711.c -o libsox_la-g711.o >/dev/null 2>&1
> mv -f .deps/libsox_la-g711.Tpo .deps/libsox_la-g711.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g721.lo -MD -MP -MF .deps/libsox_la-g721.Tpo -c -o libsox_la-g721.lo `test -f 'g721.c' || echo './'`g721.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g721.lo -MD -MP -MF .deps/libsox_la-g721.Tpo -c g721.c  -fPIC -DPIC -o .libs/libsox_la-g721.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g721.lo -MD -MP -MF .deps/libsox_la-g721.Tpo -c g721.c -o libsox_la-g721.o >/dev/null 2>&1
> mv -f .deps/libsox_la-g721.Tpo .deps/libsox_la-g721.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_24.lo -MD -MP -MF .deps/libsox_la-g723_24.Tpo -c -o libsox_la-g723_24.lo `test -f 'g723_24.c' || echo './'`g723_24.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_24.lo -MD -MP -MF .deps/libsox_la-g723_24.Tpo -c g723_24.c  -fPIC -DPIC -o .libs/libsox_la-g723_24.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_24.lo -MD -MP -MF .deps/libsox_la-g723_24.Tpo -c g723_24.c -o libsox_la-g723_24.o >/dev/null 2>&1
> mv -f .deps/libsox_la-g723_24.Tpo .deps/libsox_la-g723_24.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_40.lo -MD -MP -MF .deps/libsox_la-g723_40.Tpo -c -o libsox_la-g723_40.lo `test -f 'g723_40.c' || echo './'`g723_40.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_40.lo -MD -MP -MF .deps/libsox_la-g723_40.Tpo -c g723_40.c  -fPIC -DPIC -o .libs/libsox_la-g723_40.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g723_40.lo -MD -MP -MF .deps/libsox_la-g723_40.Tpo -c g723_40.c -o libsox_la-g723_40.o >/dev/null 2>&1
> mv -f .deps/libsox_la-g723_40.Tpo .deps/libsox_la-g723_40.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g72x.lo -MD -MP -MF .deps/libsox_la-g72x.Tpo -c -o libsox_la-g72x.lo `test -f 'g72x.c' || echo './'`g72x.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g72x.lo -MD -MP -MF .deps/libsox_la-g72x.Tpo -c g72x.c  -fPIC -DPIC -o .libs/libsox_la-g72x.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-g72x.lo -MD -MP -MF .deps/libsox_la-g72x.Tpo -c g72x.c -o libsox_la-g72x.o >/dev/null 2>&1
> mv -f .deps/libsox_la-g72x.Tpo .deps/libsox_la-g72x.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox.lo -MD -MP -MF .deps/libsox_la-vox.Tpo -c -o libsox_la-vox.lo `test -f 'vox.c' || echo './'`vox.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox.lo -MD -MP -MF .deps/libsox_la-vox.Tpo -c vox.c  -fPIC -DPIC -o .libs/libsox_la-vox.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox.lo -MD -MP -MF .deps/libsox_la-vox.Tpo -c vox.c -o libsox_la-vox.o >/dev/null 2>&1
> mv -f .deps/libsox_la-vox.Tpo .deps/libsox_la-vox.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw.lo -MD -MP -MF .deps/libsox_la-raw.Tpo -c -o libsox_la-raw.lo `test -f 'raw.c' || echo './'`raw.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw.lo -MD -MP -MF .deps/libsox_la-raw.Tpo -c raw.c  -fPIC -DPIC -o .libs/libsox_la-raw.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw.lo -MD -MP -MF .deps/libsox_la-raw.Tpo -c raw.c -o libsox_la-raw.o >/dev/null 2>&1
> mv -f .deps/libsox_la-raw.Tpo .deps/libsox_la-raw.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats.lo -MD -MP -MF .deps/libsox_la-formats.Tpo -c -o libsox_la-formats.lo `test -f 'formats.c' || echo './'`formats.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats.lo -MD -MP -MF .deps/libsox_la-formats.Tpo -c formats.c  -fPIC -DPIC -o .libs/libsox_la-formats.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats.lo -MD -MP -MF .deps/libsox_la-formats.Tpo -c formats.c -o libsox_la-formats.o >/dev/null 2>&1
> mv -f .deps/libsox_la-formats.Tpo .deps/libsox_la-formats.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats_i.lo -MD -MP -MF .deps/libsox_la-formats_i.Tpo -c -o libsox_la-formats_i.lo `test -f 'formats_i.c' || echo './'`formats_i.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats_i.lo -MD -MP -MF .deps/libsox_la-formats_i.Tpo -c formats_i.c	 -fPIC -DPIC -o .libs/libsox_la-formats_i.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-formats_i.lo -MD -MP -MF .deps/libsox_la-formats_i.Tpo -c formats_i.c -o libsox_la-formats_i.o >/dev/null 2>&1
> mv -f .deps/libsox_la-formats_i.Tpo .deps/libsox_la-formats_i.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skelform.lo -MD -MP -MF .deps/libsox_la-skelform.Tpo -c -o libsox_la-skelform.lo `test -f 'skelform.c' || echo './'`skelform.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skelform.lo -MD -MP -MF .deps/libsox_la-skelform.Tpo -c skelform.c  -fPIC -DPIC -o .libs/libsox_la-skelform.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skelform.lo -MD -MP -MF .deps/libsox_la-skelform.Tpo -c skelform.c -o libsox_la-skelform.o >/dev/null 2>&1
> mv -f .deps/libsox_la-skelform.Tpo .deps/libsox_la-skelform.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xmalloc.lo -MD -MP -MF .deps/libsox_la-xmalloc.Tpo -c -o libsox_la-xmalloc.lo `test -f 'xmalloc.c' || echo './'`xmalloc.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xmalloc.lo -MD -MP -MF .deps/libsox_la-xmalloc.Tpo -c xmalloc.c  -fPIC -DPIC -o .libs/libsox_la-xmalloc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xmalloc.lo -MD -MP -MF .deps/libsox_la-xmalloc.Tpo -c xmalloc.c -o libsox_la-xmalloc.o >/dev/null 2>&1
> mv -f .deps/libsox_la-xmalloc.Tpo .deps/libsox_la-xmalloc.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-getopt.lo -MD -MP -MF .deps/libsox_la-getopt.Tpo -c -o libsox_la-getopt.lo `test -f 'getopt.c' || echo './'`getopt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-getopt.lo -MD -MP -MF .deps/libsox_la-getopt.Tpo -c getopt.c	-fPIC -DPIC -o .libs/libsox_la-getopt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-getopt.lo -MD -MP -MF .deps/libsox_la-getopt.Tpo -c getopt.c -o libsox_la-getopt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-getopt.Tpo .deps/libsox_la-getopt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-util.lo -MD -MP -MF .deps/libsox_la-util.Tpo -c -o libsox_la-util.lo `test -f 'util.c' || echo './'`util.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-util.lo -MD -MP -MF .deps/libsox_la-util.Tpo -c util.c  -fPIC -DPIC -o .libs/libsox_la-util.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-util.lo -MD -MP -MF .deps/libsox_la-util.Tpo -c util.c -o libsox_la-util.o >/dev/null 2>&1
> mv -f .deps/libsox_la-util.Tpo .deps/libsox_la-util.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox.lo -MD -MP -MF .deps/libsox_la-libsox.Tpo -c -o libsox_la-libsox.lo `test -f 'libsox.c' || echo './'`libsox.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox.lo -MD -MP -MF .deps/libsox_la-libsox.Tpo -c libsox.c	-fPIC -DPIC -o .libs/libsox_la-libsox.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox.lo -MD -MP -MF .deps/libsox_la-libsox.Tpo -c libsox.c -o libsox_la-libsox.o >/dev/null 2>&1
> mv -f .deps/libsox_la-libsox.Tpo .deps/libsox_la-libsox.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox_i.lo -MD -MP -MF .deps/libsox_la-libsox_i.Tpo -c -o libsox_la-libsox_i.lo `test -f 'libsox_i.c' || echo './'`libsox_i.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox_i.lo -MD -MP -MF .deps/libsox_la-libsox_i.Tpo -c libsox_i.c  -fPIC -DPIC -o .libs/libsox_la-libsox_i.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-libsox_i.lo -MD -MP -MF .deps/libsox_la-libsox_i.Tpo -c libsox_i.c -o libsox_la-libsox_i.o >/dev/null 2>&1
> mv -f .deps/libsox_la-libsox_i.Tpo .deps/libsox_la-libsox_i.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sox-fmt.lo -MD -MP -MF .deps/libsox_la-sox-fmt.Tpo -c -o libsox_la-sox-fmt.lo `test -f 'sox-fmt.c' || echo './'`sox-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sox-fmt.lo -MD -MP -MF .deps/libsox_la-sox-fmt.Tpo -c sox-fmt.c  -fPIC -DPIC -o .libs/libsox_la-sox-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sox-fmt.lo -MD -MP -MF .deps/libsox_la-sox-fmt.Tpo -c sox-fmt.c -o libsox_la-sox-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-sox-fmt.Tpo .deps/libsox_la-sox-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-bend.lo -MD -MP -MF .deps/libsox_la-bend.Tpo -c -o libsox_la-bend.lo `test -f 'bend.c' || echo './'`bend.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-bend.lo -MD -MP -MF .deps/libsox_la-bend.Tpo -c bend.c  -fPIC -DPIC -o .libs/libsox_la-bend.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-bend.lo -MD -MP -MF .deps/libsox_la-bend.Tpo -c bend.c -o libsox_la-bend.o >/dev/null 2>&1
> mv -f .deps/libsox_la-bend.Tpo .deps/libsox_la-bend.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquad.lo -MD -MP -MF .deps/libsox_la-biquad.Tpo -c -o libsox_la-biquad.lo `test -f 'biquad.c' || echo './'`biquad.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquad.lo -MD -MP -MF .deps/libsox_la-biquad.Tpo -c biquad.c	-fPIC -DPIC -o .libs/libsox_la-biquad.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquad.lo -MD -MP -MF .deps/libsox_la-biquad.Tpo -c biquad.c -o libsox_la-biquad.o >/dev/null 2>&1
> mv -f .deps/libsox_la-biquad.Tpo .deps/libsox_la-biquad.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquads.lo -MD -MP -MF .deps/libsox_la-biquads.Tpo -c -o libsox_la-biquads.lo `test -f 'biquads.c' || echo './'`biquads.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquads.lo -MD -MP -MF .deps/libsox_la-biquads.Tpo -c biquads.c  -fPIC -DPIC -o .libs/libsox_la-biquads.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-biquads.lo -MD -MP -MF .deps/libsox_la-biquads.Tpo -c biquads.c -o libsox_la-biquads.o >/dev/null 2>&1
> mv -f .deps/libsox_la-biquads.Tpo .deps/libsox_la-biquads.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-chorus.lo -MD -MP -MF .deps/libsox_la-chorus.Tpo -c -o libsox_la-chorus.lo `test -f 'chorus.c' || echo './'`chorus.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-chorus.lo -MD -MP -MF .deps/libsox_la-chorus.Tpo -c chorus.c	-fPIC -DPIC -o .libs/libsox_la-chorus.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-chorus.lo -MD -MP -MF .deps/libsox_la-chorus.Tpo -c chorus.c -o libsox_la-chorus.o >/dev/null 2>&1
> mv -f .deps/libsox_la-chorus.Tpo .deps/libsox_la-chorus.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compand.lo -MD -MP -MF .deps/libsox_la-compand.Tpo -c -o libsox_la-compand.lo `test -f 'compand.c' || echo './'`compand.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compand.lo -MD -MP -MF .deps/libsox_la-compand.Tpo -c compand.c  -fPIC -DPIC -o .libs/libsox_la-compand.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compand.lo -MD -MP -MF .deps/libsox_la-compand.Tpo -c compand.c -o libsox_la-compand.o >/dev/null 2>&1
> mv -f .deps/libsox_la-compand.Tpo .deps/libsox_la-compand.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compandt.lo -MD -MP -MF .deps/libsox_la-compandt.Tpo -c -o libsox_la-compandt.lo `test -f 'compandt.c' || echo './'`compandt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compandt.lo -MD -MP -MF .deps/libsox_la-compandt.Tpo -c compandt.c  -fPIC -DPIC -o .libs/libsox_la-compandt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-compandt.lo -MD -MP -MF .deps/libsox_la-compandt.Tpo -c compandt.c -o libsox_la-compandt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-compandt.Tpo .deps/libsox_la-compandt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-contrast.lo -MD -MP -MF .deps/libsox_la-contrast.Tpo -c -o libsox_la-contrast.lo `test -f 'contrast.c' || echo './'`contrast.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-contrast.lo -MD -MP -MF .deps/libsox_la-contrast.Tpo -c contrast.c  -fPIC -DPIC -o .libs/libsox_la-contrast.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-contrast.lo -MD -MP -MF .deps/libsox_la-contrast.Tpo -c contrast.c -o libsox_la-contrast.o >/dev/null 2>&1
> mv -f .deps/libsox_la-contrast.Tpo .deps/libsox_la-contrast.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dcshift.lo -MD -MP -MF .deps/libsox_la-dcshift.Tpo -c -o libsox_la-dcshift.lo `test -f 'dcshift.c' || echo './'`dcshift.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dcshift.lo -MD -MP -MF .deps/libsox_la-dcshift.Tpo -c dcshift.c  -fPIC -DPIC -o .libs/libsox_la-dcshift.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dcshift.lo -MD -MP -MF .deps/libsox_la-dcshift.Tpo -c dcshift.c -o libsox_la-dcshift.o >/dev/null 2>&1
> mv -f .deps/libsox_la-dcshift.Tpo .deps/libsox_la-dcshift.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-delay.lo -MD -MP -MF .deps/libsox_la-delay.Tpo -c -o libsox_la-delay.lo `test -f 'delay.c' || echo './'`delay.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-delay.lo -MD -MP -MF .deps/libsox_la-delay.Tpo -c delay.c  -fPIC -DPIC -o .libs/libsox_la-delay.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-delay.lo -MD -MP -MF .deps/libsox_la-delay.Tpo -c delay.c -o libsox_la-delay.o >/dev/null 2>&1
> mv -f .deps/libsox_la-delay.Tpo .deps/libsox_la-delay.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dft_filter.lo -MD -MP -MF .deps/libsox_la-dft_filter.Tpo -c -o libsox_la-dft_filter.lo `test -f 'dft_filter.c' || echo './'`dft_filter.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dft_filter.lo -MD -MP -MF .deps/libsox_la-dft_filter.Tpo -c dft_filter.c  -fPIC -DPIC -o .libs/libsox_la-dft_filter.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dft_filter.lo -MD -MP -MF .deps/libsox_la-dft_filter.Tpo -c dft_filter.c -o libsox_la-dft_filter.o >/dev/null 2>&1
> mv -f .deps/libsox_la-dft_filter.Tpo .deps/libsox_la-dft_filter.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dither.lo -MD -MP -MF .deps/libsox_la-dither.Tpo -c -o libsox_la-dither.lo `test -f 'dither.c' || echo './'`dither.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dither.lo -MD -MP -MF .deps/libsox_la-dither.Tpo -c dither.c	-fPIC -DPIC -o .libs/libsox_la-dither.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dither.lo -MD -MP -MF .deps/libsox_la-dither.Tpo -c dither.c -o libsox_la-dither.o >/dev/null 2>&1
> mv -f .deps/libsox_la-dither.Tpo .deps/libsox_la-dither.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-divide.lo -MD -MP -MF .deps/libsox_la-divide.Tpo -c -o libsox_la-divide.lo `test -f 'divide.c' || echo './'`divide.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-divide.lo -MD -MP -MF .deps/libsox_la-divide.Tpo -c divide.c	-fPIC -DPIC -o .libs/libsox_la-divide.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-divide.lo -MD -MP -MF .deps/libsox_la-divide.Tpo -c divide.c -o libsox_la-divide.o >/dev/null 2>&1
> mv -f .deps/libsox_la-divide.Tpo .deps/libsox_la-divide.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-downsample.lo -MD -MP -MF .deps/libsox_la-downsample.Tpo -c -o libsox_la-downsample.lo `test -f 'downsample.c' || echo './'`downsample.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-downsample.lo -MD -MP -MF .deps/libsox_la-downsample.Tpo -c downsample.c  -fPIC -DPIC -o .libs/libsox_la-downsample.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-downsample.lo -MD -MP -MF .deps/libsox_la-downsample.Tpo -c downsample.c -o libsox_la-downsample.o >/dev/null 2>&1
> mv -f .deps/libsox_la-downsample.Tpo .deps/libsox_la-downsample.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-earwax.lo -MD -MP -MF .deps/libsox_la-earwax.Tpo -c -o libsox_la-earwax.lo `test -f 'earwax.c' || echo './'`earwax.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-earwax.lo -MD -MP -MF .deps/libsox_la-earwax.Tpo -c earwax.c	-fPIC -DPIC -o .libs/libsox_la-earwax.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-earwax.lo -MD -MP -MF .deps/libsox_la-earwax.Tpo -c earwax.c -o libsox_la-earwax.o >/dev/null 2>&1
> mv -f .deps/libsox_la-earwax.Tpo .deps/libsox_la-earwax.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echo.lo -MD -MP -MF .deps/libsox_la-echo.Tpo -c -o libsox_la-echo.lo `test -f 'echo.c' || echo './'`echo.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echo.lo -MD -MP -MF .deps/libsox_la-echo.Tpo -c echo.c  -fPIC -DPIC -o .libs/libsox_la-echo.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echo.lo -MD -MP -MF .deps/libsox_la-echo.Tpo -c echo.c -o libsox_la-echo.o >/dev/null 2>&1
> mv -f .deps/libsox_la-echo.Tpo .deps/libsox_la-echo.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echos.lo -MD -MP -MF .deps/libsox_la-echos.Tpo -c -o libsox_la-echos.lo `test -f 'echos.c' || echo './'`echos.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echos.lo -MD -MP -MF .deps/libsox_la-echos.Tpo -c echos.c  -fPIC -DPIC -o .libs/libsox_la-echos.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-echos.lo -MD -MP -MF .deps/libsox_la-echos.Tpo -c echos.c -o libsox_la-echos.o >/dev/null 2>&1
> mv -f .deps/libsox_la-echos.Tpo .deps/libsox_la-echos.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects.lo -MD -MP -MF .deps/libsox_la-effects.Tpo -c -o libsox_la-effects.lo `test -f 'effects.c' || echo './'`effects.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects.lo -MD -MP -MF .deps/libsox_la-effects.Tpo -c effects.c  -fPIC -DPIC -o .libs/libsox_la-effects.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects.lo -MD -MP -MF .deps/libsox_la-effects.Tpo -c effects.c -o libsox_la-effects.o >/dev/null 2>&1
> mv -f .deps/libsox_la-effects.Tpo .deps/libsox_la-effects.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i.lo -MD -MP -MF .deps/libsox_la-effects_i.Tpo -c -o libsox_la-effects_i.lo `test -f 'effects_i.c' || echo './'`effects_i.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i.lo -MD -MP -MF .deps/libsox_la-effects_i.Tpo -c effects_i.c	 -fPIC -DPIC -o .libs/libsox_la-effects_i.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i.lo -MD -MP -MF .deps/libsox_la-effects_i.Tpo -c effects_i.c -o libsox_la-effects_i.o >/dev/null 2>&1
> mv -f .deps/libsox_la-effects_i.Tpo .deps/libsox_la-effects_i.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i_dsp.lo -MD -MP -MF .deps/libsox_la-effects_i_dsp.Tpo -c -o libsox_la-effects_i_dsp.lo `test -f 'effects_i_dsp.c' || echo './'`effects_i_dsp.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i_dsp.lo -MD -MP -MF .deps/libsox_la-effects_i_dsp.Tpo -c effects_i_dsp.c  -fPIC -DPIC -o .libs/libsox_la-effects_i_dsp.o
> effects_i_dsp.c:586:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
>  #pragma STDC FENV_ACCESS ON
>  ^
> effects_i_dsp.c: In function lsx_save_samples:
> effects_i_dsp.c:585:41: warning: right-hand operand of comma expression has no effect [-Wunused-value]
>  #define _ dest[i] = lrint32(src[i]), ++i,
> 					 ^
> effects_i_dsp.c:607:19: note: in expansion of macro _
>      _ _ _ _ _ _ _ _ 0;
> 		   ^
> effects_i_dsp.c: At top level:
> effects_i_dsp.c:624:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas]
>  #pragma STDC FENV_ACCESS OFF
>  ^
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-effects_i_dsp.lo -MD -MP -MF .deps/libsox_la-effects_i_dsp.Tpo -c effects_i_dsp.c -o libsox_la-effects_i_dsp.o >/dev/null 2>&1
> mv -f .deps/libsox_la-effects_i_dsp.Tpo .deps/libsox_la-effects_i_dsp.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fade.lo -MD -MP -MF .deps/libsox_la-fade.Tpo -c -o libsox_la-fade.lo `test -f 'fade.c' || echo './'`fade.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fade.lo -MD -MP -MF .deps/libsox_la-fade.Tpo -c fade.c  -fPIC -DPIC -o .libs/libsox_la-fade.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fade.lo -MD -MP -MF .deps/libsox_la-fade.Tpo -c fade.c -o libsox_la-fade.o >/dev/null 2>&1
> mv -f .deps/libsox_la-fade.Tpo .deps/libsox_la-fade.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fft4g.lo -MD -MP -MF .deps/libsox_la-fft4g.Tpo -c -o libsox_la-fft4g.lo `test -f 'fft4g.c' || echo './'`fft4g.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fft4g.lo -MD -MP -MF .deps/libsox_la-fft4g.Tpo -c fft4g.c  -fPIC -DPIC -o .libs/libsox_la-fft4g.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fft4g.lo -MD -MP -MF .deps/libsox_la-fft4g.Tpo -c fft4g.c -o libsox_la-fft4g.o >/dev/null 2>&1
> mv -f .deps/libsox_la-fft4g.Tpo .deps/libsox_la-fft4g.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fir.lo -MD -MP -MF .deps/libsox_la-fir.Tpo -c -o libsox_la-fir.lo `test -f 'fir.c' || echo './'`fir.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fir.lo -MD -MP -MF .deps/libsox_la-fir.Tpo -c fir.c  -fPIC -DPIC -o .libs/libsox_la-fir.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-fir.lo -MD -MP -MF .deps/libsox_la-fir.Tpo -c fir.c -o libsox_la-fir.o >/dev/null 2>&1
> mv -f .deps/libsox_la-fir.Tpo .deps/libsox_la-fir.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-firfit.lo -MD -MP -MF .deps/libsox_la-firfit.Tpo -c -o libsox_la-firfit.lo `test -f 'firfit.c' || echo './'`firfit.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-firfit.lo -MD -MP -MF .deps/libsox_la-firfit.Tpo -c firfit.c	-fPIC -DPIC -o .libs/libsox_la-firfit.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-firfit.lo -MD -MP -MF .deps/libsox_la-firfit.Tpo -c firfit.c -o libsox_la-firfit.o >/dev/null 2>&1
> mv -f .deps/libsox_la-firfit.Tpo .deps/libsox_la-firfit.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flanger.lo -MD -MP -MF .deps/libsox_la-flanger.Tpo -c -o libsox_la-flanger.lo `test -f 'flanger.c' || echo './'`flanger.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flanger.lo -MD -MP -MF .deps/libsox_la-flanger.Tpo -c flanger.c  -fPIC -DPIC -o .libs/libsox_la-flanger.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flanger.lo -MD -MP -MF .deps/libsox_la-flanger.Tpo -c flanger.c -o libsox_la-flanger.o >/dev/null 2>&1
> mv -f .deps/libsox_la-flanger.Tpo .deps/libsox_la-flanger.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gain.lo -MD -MP -MF .deps/libsox_la-gain.Tpo -c -o libsox_la-gain.lo `test -f 'gain.c' || echo './'`gain.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gain.lo -MD -MP -MF .deps/libsox_la-gain.Tpo -c gain.c  -fPIC -DPIC -o .libs/libsox_la-gain.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gain.lo -MD -MP -MF .deps/libsox_la-gain.Tpo -c gain.c -o libsox_la-gain.o >/dev/null 2>&1
> mv -f .deps/libsox_la-gain.Tpo .deps/libsox_la-gain.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hilbert.lo -MD -MP -MF .deps/libsox_la-hilbert.Tpo -c -o libsox_la-hilbert.lo `test -f 'hilbert.c' || echo './'`hilbert.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hilbert.lo -MD -MP -MF .deps/libsox_la-hilbert.Tpo -c hilbert.c  -fPIC -DPIC -o .libs/libsox_la-hilbert.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hilbert.lo -MD -MP -MF .deps/libsox_la-hilbert.Tpo -c hilbert.c -o libsox_la-hilbert.o >/dev/null 2>&1
> mv -f .deps/libsox_la-hilbert.Tpo .deps/libsox_la-hilbert.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-input.lo -MD -MP -MF .deps/libsox_la-input.Tpo -c -o libsox_la-input.lo `test -f 'input.c' || echo './'`input.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-input.lo -MD -MP -MF .deps/libsox_la-input.Tpo -c input.c  -fPIC -DPIC -o .libs/libsox_la-input.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-input.lo -MD -MP -MF .deps/libsox_la-input.Tpo -c input.c -o libsox_la-input.o >/dev/null 2>&1
> mv -f .deps/libsox_la-input.Tpo .deps/libsox_la-input.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ladspa.lo -MD -MP -MF .deps/libsox_la-ladspa.Tpo -c -o libsox_la-ladspa.lo `test -f 'ladspa.c' || echo './'`ladspa.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ladspa.lo -MD -MP -MF .deps/libsox_la-ladspa.Tpo -c ladspa.c	-fPIC -DPIC -o .libs/libsox_la-ladspa.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ladspa.lo -MD -MP -MF .deps/libsox_la-ladspa.Tpo -c ladspa.c -o libsox_la-ladspa.o >/dev/null 2>&1
> mv -f .deps/libsox_la-ladspa.Tpo .deps/libsox_la-ladspa.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-loudness.lo -MD -MP -MF .deps/libsox_la-loudness.Tpo -c -o libsox_la-loudness.lo `test -f 'loudness.c' || echo './'`loudness.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-loudness.lo -MD -MP -MF .deps/libsox_la-loudness.Tpo -c loudness.c  -fPIC -DPIC -o .libs/libsox_la-loudness.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-loudness.lo -MD -MP -MF .deps/libsox_la-loudness.Tpo -c loudness.c -o libsox_la-loudness.o >/dev/null 2>&1
> mv -f .deps/libsox_la-loudness.Tpo .deps/libsox_la-loudness.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-mcompand.lo -MD -MP -MF .deps/libsox_la-mcompand.Tpo -c -o libsox_la-mcompand.lo `test -f 'mcompand.c' || echo './'`mcompand.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-mcompand.lo -MD -MP -MF .deps/libsox_la-mcompand.Tpo -c mcompand.c  -fPIC -DPIC -o .libs/libsox_la-mcompand.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-mcompand.lo -MD -MP -MF .deps/libsox_la-mcompand.Tpo -c mcompand.c -o libsox_la-mcompand.o >/dev/null 2>&1
> mv -f .deps/libsox_la-mcompand.Tpo .deps/libsox_la-mcompand.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noiseprof.lo -MD -MP -MF .deps/libsox_la-noiseprof.Tpo -c -o libsox_la-noiseprof.lo `test -f 'noiseprof.c' || echo './'`noiseprof.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noiseprof.lo -MD -MP -MF .deps/libsox_la-noiseprof.Tpo -c noiseprof.c	 -fPIC -DPIC -o .libs/libsox_la-noiseprof.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noiseprof.lo -MD -MP -MF .deps/libsox_la-noiseprof.Tpo -c noiseprof.c -o libsox_la-noiseprof.o >/dev/null 2>&1
> mv -f .deps/libsox_la-noiseprof.Tpo .deps/libsox_la-noiseprof.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noisered.lo -MD -MP -MF .deps/libsox_la-noisered.Tpo -c -o libsox_la-noisered.lo `test -f 'noisered.c' || echo './'`noisered.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noisered.lo -MD -MP -MF .deps/libsox_la-noisered.Tpo -c noisered.c  -fPIC -DPIC -o .libs/libsox_la-noisered.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-noisered.lo -MD -MP -MF .deps/libsox_la-noisered.Tpo -c noisered.c -o libsox_la-noisered.o >/dev/null 2>&1
> mv -f .deps/libsox_la-noisered.Tpo .deps/libsox_la-noisered.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-output.lo -MD -MP -MF .deps/libsox_la-output.Tpo -c -o libsox_la-output.lo `test -f 'output.c' || echo './'`output.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-output.lo -MD -MP -MF .deps/libsox_la-output.Tpo -c output.c	-fPIC -DPIC -o .libs/libsox_la-output.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-output.lo -MD -MP -MF .deps/libsox_la-output.Tpo -c output.c -o libsox_la-output.o >/dev/null 2>&1
> mv -f .deps/libsox_la-output.Tpo .deps/libsox_la-output.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-overdrive.lo -MD -MP -MF .deps/libsox_la-overdrive.Tpo -c -o libsox_la-overdrive.lo `test -f 'overdrive.c' || echo './'`overdrive.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-overdrive.lo -MD -MP -MF .deps/libsox_la-overdrive.Tpo -c overdrive.c	 -fPIC -DPIC -o .libs/libsox_la-overdrive.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-overdrive.lo -MD -MP -MF .deps/libsox_la-overdrive.Tpo -c overdrive.c -o libsox_la-overdrive.o >/dev/null 2>&1
> mv -f .deps/libsox_la-overdrive.Tpo .deps/libsox_la-overdrive.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-pad.lo -MD -MP -MF .deps/libsox_la-pad.Tpo -c -o libsox_la-pad.lo `test -f 'pad.c' || echo './'`pad.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-pad.lo -MD -MP -MF .deps/libsox_la-pad.Tpo -c pad.c  -fPIC -DPIC -o .libs/libsox_la-pad.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-pad.lo -MD -MP -MF .deps/libsox_la-pad.Tpo -c pad.c -o libsox_la-pad.o >/dev/null 2>&1
> mv -f .deps/libsox_la-pad.Tpo .deps/libsox_la-pad.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-phaser.lo -MD -MP -MF .deps/libsox_la-phaser.Tpo -c -o libsox_la-phaser.lo `test -f 'phaser.c' || echo './'`phaser.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-phaser.lo -MD -MP -MF .deps/libsox_la-phaser.Tpo -c phaser.c	-fPIC -DPIC -o .libs/libsox_la-phaser.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-phaser.lo -MD -MP -MF .deps/libsox_la-phaser.Tpo -c phaser.c -o libsox_la-phaser.o >/dev/null 2>&1
> mv -f .deps/libsox_la-phaser.Tpo .deps/libsox_la-phaser.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-rate.lo -MD -MP -MF .deps/libsox_la-rate.Tpo -c -o libsox_la-rate.lo `test -f 'rate.c' || echo './'`rate.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-rate.lo -MD -MP -MF .deps/libsox_la-rate.Tpo -c rate.c  -fPIC -DPIC -o .libs/libsox_la-rate.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-rate.lo -MD -MP -MF .deps/libsox_la-rate.Tpo -c rate.c -o libsox_la-rate.o >/dev/null 2>&1
> mv -f .deps/libsox_la-rate.Tpo .deps/libsox_la-rate.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-remix.lo -MD -MP -MF .deps/libsox_la-remix.Tpo -c -o libsox_la-remix.lo `test -f 'remix.c' || echo './'`remix.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-remix.lo -MD -MP -MF .deps/libsox_la-remix.Tpo -c remix.c  -fPIC -DPIC -o .libs/libsox_la-remix.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-remix.lo -MD -MP -MF .deps/libsox_la-remix.Tpo -c remix.c -o libsox_la-remix.o >/dev/null 2>&1
> mv -f .deps/libsox_la-remix.Tpo .deps/libsox_la-remix.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-repeat.lo -MD -MP -MF .deps/libsox_la-repeat.Tpo -c -o libsox_la-repeat.lo `test -f 'repeat.c' || echo './'`repeat.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-repeat.lo -MD -MP -MF .deps/libsox_la-repeat.Tpo -c repeat.c	-fPIC -DPIC -o .libs/libsox_la-repeat.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-repeat.lo -MD -MP -MF .deps/libsox_la-repeat.Tpo -c repeat.c -o libsox_la-repeat.o >/dev/null 2>&1
> mv -f .deps/libsox_la-repeat.Tpo .deps/libsox_la-repeat.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverb.lo -MD -MP -MF .deps/libsox_la-reverb.Tpo -c -o libsox_la-reverb.lo `test -f 'reverb.c' || echo './'`reverb.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverb.lo -MD -MP -MF .deps/libsox_la-reverb.Tpo -c reverb.c	-fPIC -DPIC -o .libs/libsox_la-reverb.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverb.lo -MD -MP -MF .deps/libsox_la-reverb.Tpo -c reverb.c -o libsox_la-reverb.o >/dev/null 2>&1
> mv -f .deps/libsox_la-reverb.Tpo .deps/libsox_la-reverb.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverse.lo -MD -MP -MF .deps/libsox_la-reverse.Tpo -c -o libsox_la-reverse.lo `test -f 'reverse.c' || echo './'`reverse.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverse.lo -MD -MP -MF .deps/libsox_la-reverse.Tpo -c reverse.c  -fPIC -DPIC -o .libs/libsox_la-reverse.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-reverse.lo -MD -MP -MF .deps/libsox_la-reverse.Tpo -c reverse.c -o libsox_la-reverse.o >/dev/null 2>&1
> mv -f .deps/libsox_la-reverse.Tpo .deps/libsox_la-reverse.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-silence.lo -MD -MP -MF .deps/libsox_la-silence.Tpo -c -o libsox_la-silence.lo `test -f 'silence.c' || echo './'`silence.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-silence.lo -MD -MP -MF .deps/libsox_la-silence.Tpo -c silence.c  -fPIC -DPIC -o .libs/libsox_la-silence.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-silence.lo -MD -MP -MF .deps/libsox_la-silence.Tpo -c silence.c -o libsox_la-silence.o >/dev/null 2>&1
> mv -f .deps/libsox_la-silence.Tpo .deps/libsox_la-silence.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sinc.lo -MD -MP -MF .deps/libsox_la-sinc.Tpo -c -o libsox_la-sinc.lo `test -f 'sinc.c' || echo './'`sinc.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sinc.lo -MD -MP -MF .deps/libsox_la-sinc.Tpo -c sinc.c  -fPIC -DPIC -o .libs/libsox_la-sinc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sinc.lo -MD -MP -MF .deps/libsox_la-sinc.Tpo -c sinc.c -o libsox_la-sinc.o >/dev/null 2>&1
> mv -f .deps/libsox_la-sinc.Tpo .deps/libsox_la-sinc.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skeleff.lo -MD -MP -MF .deps/libsox_la-skeleff.Tpo -c -o libsox_la-skeleff.lo `test -f 'skeleff.c' || echo './'`skeleff.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skeleff.lo -MD -MP -MF .deps/libsox_la-skeleff.Tpo -c skeleff.c  -fPIC -DPIC -o .libs/libsox_la-skeleff.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-skeleff.lo -MD -MP -MF .deps/libsox_la-skeleff.Tpo -c skeleff.c -o libsox_la-skeleff.o >/dev/null 2>&1
> mv -f .deps/libsox_la-skeleff.Tpo .deps/libsox_la-skeleff.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-speed.lo -MD -MP -MF .deps/libsox_la-speed.Tpo -c -o libsox_la-speed.lo `test -f 'speed.c' || echo './'`speed.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-speed.lo -MD -MP -MF .deps/libsox_la-speed.Tpo -c speed.c  -fPIC -DPIC -o .libs/libsox_la-speed.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-speed.lo -MD -MP -MF .deps/libsox_la-speed.Tpo -c speed.c -o libsox_la-speed.o >/dev/null 2>&1
> mv -f .deps/libsox_la-speed.Tpo .deps/libsox_la-speed.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-splice.lo -MD -MP -MF .deps/libsox_la-splice.Tpo -c -o libsox_la-splice.lo `test -f 'splice.c' || echo './'`splice.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-splice.lo -MD -MP -MF .deps/libsox_la-splice.Tpo -c splice.c	-fPIC -DPIC -o .libs/libsox_la-splice.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-splice.lo -MD -MP -MF .deps/libsox_la-splice.Tpo -c splice.c -o libsox_la-splice.o >/dev/null 2>&1
> mv -f .deps/libsox_la-splice.Tpo .deps/libsox_la-splice.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stat.lo -MD -MP -MF .deps/libsox_la-stat.Tpo -c -o libsox_la-stat.lo `test -f 'stat.c' || echo './'`stat.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stat.lo -MD -MP -MF .deps/libsox_la-stat.Tpo -c stat.c  -fPIC -DPIC -o .libs/libsox_la-stat.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stat.lo -MD -MP -MF .deps/libsox_la-stat.Tpo -c stat.c -o libsox_la-stat.o >/dev/null 2>&1
> mv -f .deps/libsox_la-stat.Tpo .deps/libsox_la-stat.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stats.lo -MD -MP -MF .deps/libsox_la-stats.Tpo -c -o libsox_la-stats.lo `test -f 'stats.c' || echo './'`stats.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stats.lo -MD -MP -MF .deps/libsox_la-stats.Tpo -c stats.c  -fPIC -DPIC -o .libs/libsox_la-stats.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stats.lo -MD -MP -MF .deps/libsox_la-stats.Tpo -c stats.c -o libsox_la-stats.o >/dev/null 2>&1
> mv -f .deps/libsox_la-stats.Tpo .deps/libsox_la-stats.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stretch.lo -MD -MP -MF .deps/libsox_la-stretch.Tpo -c -o libsox_la-stretch.lo `test -f 'stretch.c' || echo './'`stretch.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stretch.lo -MD -MP -MF .deps/libsox_la-stretch.Tpo -c stretch.c  -fPIC -DPIC -o .libs/libsox_la-stretch.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-stretch.lo -MD -MP -MF .deps/libsox_la-stretch.Tpo -c stretch.c -o libsox_la-stretch.o >/dev/null 2>&1
> mv -f .deps/libsox_la-stretch.Tpo .deps/libsox_la-stretch.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-swap.lo -MD -MP -MF .deps/libsox_la-swap.Tpo -c -o libsox_la-swap.lo `test -f 'swap.c' || echo './'`swap.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-swap.lo -MD -MP -MF .deps/libsox_la-swap.Tpo -c swap.c  -fPIC -DPIC -o .libs/libsox_la-swap.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-swap.lo -MD -MP -MF .deps/libsox_la-swap.Tpo -c swap.c -o libsox_la-swap.o >/dev/null 2>&1
> mv -f .deps/libsox_la-swap.Tpo .deps/libsox_la-swap.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-synth.lo -MD -MP -MF .deps/libsox_la-synth.Tpo -c -o libsox_la-synth.lo `test -f 'synth.c' || echo './'`synth.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-synth.lo -MD -MP -MF .deps/libsox_la-synth.Tpo -c synth.c  -fPIC -DPIC -o .libs/libsox_la-synth.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-synth.lo -MD -MP -MF .deps/libsox_la-synth.Tpo -c synth.c -o libsox_la-synth.o >/dev/null 2>&1
> mv -f .deps/libsox_la-synth.Tpo .deps/libsox_la-synth.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tempo.lo -MD -MP -MF .deps/libsox_la-tempo.Tpo -c -o libsox_la-tempo.lo `test -f 'tempo.c' || echo './'`tempo.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tempo.lo -MD -MP -MF .deps/libsox_la-tempo.Tpo -c tempo.c  -fPIC -DPIC -o .libs/libsox_la-tempo.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tempo.lo -MD -MP -MF .deps/libsox_la-tempo.Tpo -c tempo.c -o libsox_la-tempo.o >/dev/null 2>&1
> mv -f .deps/libsox_la-tempo.Tpo .deps/libsox_la-tempo.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tremolo.lo -MD -MP -MF .deps/libsox_la-tremolo.Tpo -c -o libsox_la-tremolo.lo `test -f 'tremolo.c' || echo './'`tremolo.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tremolo.lo -MD -MP -MF .deps/libsox_la-tremolo.Tpo -c tremolo.c  -fPIC -DPIC -o .libs/libsox_la-tremolo.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tremolo.lo -MD -MP -MF .deps/libsox_la-tremolo.Tpo -c tremolo.c -o libsox_la-tremolo.o >/dev/null 2>&1
> mv -f .deps/libsox_la-tremolo.Tpo .deps/libsox_la-tremolo.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-trim.lo -MD -MP -MF .deps/libsox_la-trim.Tpo -c -o libsox_la-trim.lo `test -f 'trim.c' || echo './'`trim.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-trim.lo -MD -MP -MF .deps/libsox_la-trim.Tpo -c trim.c  -fPIC -DPIC -o .libs/libsox_la-trim.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-trim.lo -MD -MP -MF .deps/libsox_la-trim.Tpo -c trim.c -o libsox_la-trim.o >/dev/null 2>&1
> mv -f .deps/libsox_la-trim.Tpo .deps/libsox_la-trim.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-upsample.lo -MD -MP -MF .deps/libsox_la-upsample.Tpo -c -o libsox_la-upsample.lo `test -f 'upsample.c' || echo './'`upsample.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-upsample.lo -MD -MP -MF .deps/libsox_la-upsample.Tpo -c upsample.c  -fPIC -DPIC -o .libs/libsox_la-upsample.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-upsample.lo -MD -MP -MF .deps/libsox_la-upsample.Tpo -c upsample.c -o libsox_la-upsample.o >/dev/null 2>&1
> mv -f .deps/libsox_la-upsample.Tpo .deps/libsox_la-upsample.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vad.lo -MD -MP -MF .deps/libsox_la-vad.Tpo -c -o libsox_la-vad.lo `test -f 'vad.c' || echo './'`vad.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vad.lo -MD -MP -MF .deps/libsox_la-vad.Tpo -c vad.c  -fPIC -DPIC -o .libs/libsox_la-vad.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vad.lo -MD -MP -MF .deps/libsox_la-vad.Tpo -c vad.c -o libsox_la-vad.o >/dev/null 2>&1
> mv -f .deps/libsox_la-vad.Tpo .deps/libsox_la-vad.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vol.lo -MD -MP -MF .deps/libsox_la-vol.Tpo -c -o libsox_la-vol.lo `test -f 'vol.c' || echo './'`vol.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vol.lo -MD -MP -MF .deps/libsox_la-vol.Tpo -c vol.c  -fPIC -DPIC -o .libs/libsox_la-vol.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vol.lo -MD -MP -MF .deps/libsox_la-vol.Tpo -c vol.c -o libsox_la-vol.o >/dev/null 2>&1
> mv -f .deps/libsox_la-vol.Tpo .deps/libsox_la-vol.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw-fmt.lo -MD -MP -MF .deps/libsox_la-raw-fmt.Tpo -c -o libsox_la-raw-fmt.lo `test -f 'raw-fmt.c' || echo './'`raw-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw-fmt.lo -MD -MP -MF .deps/libsox_la-raw-fmt.Tpo -c raw-fmt.c  -fPIC -DPIC -o .libs/libsox_la-raw-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-raw-fmt.lo -MD -MP -MF .deps/libsox_la-raw-fmt.Tpo -c raw-fmt.c -o libsox_la-raw-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-raw-fmt.Tpo .deps/libsox_la-raw-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s1-fmt.lo -MD -MP -MF .deps/libsox_la-s1-fmt.Tpo -c -o libsox_la-s1-fmt.lo `test -f 's1-fmt.c' || echo './'`s1-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s1-fmt.lo -MD -MP -MF .deps/libsox_la-s1-fmt.Tpo -c s1-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s1-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s1-fmt.lo -MD -MP -MF .deps/libsox_la-s1-fmt.Tpo -c s1-fmt.c -o libsox_la-s1-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-s1-fmt.Tpo .deps/libsox_la-s1-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s2-fmt.lo -MD -MP -MF .deps/libsox_la-s2-fmt.Tpo -c -o libsox_la-s2-fmt.lo `test -f 's2-fmt.c' || echo './'`s2-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s2-fmt.lo -MD -MP -MF .deps/libsox_la-s2-fmt.Tpo -c s2-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s2-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s2-fmt.lo -MD -MP -MF .deps/libsox_la-s2-fmt.Tpo -c s2-fmt.c -o libsox_la-s2-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-s2-fmt.Tpo .deps/libsox_la-s2-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s3-fmt.lo -MD -MP -MF .deps/libsox_la-s3-fmt.Tpo -c -o libsox_la-s3-fmt.lo `test -f 's3-fmt.c' || echo './'`s3-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s3-fmt.lo -MD -MP -MF .deps/libsox_la-s3-fmt.Tpo -c s3-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s3-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s3-fmt.lo -MD -MP -MF .deps/libsox_la-s3-fmt.Tpo -c s3-fmt.c -o libsox_la-s3-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-s3-fmt.Tpo .deps/libsox_la-s3-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s4-fmt.lo -MD -MP -MF .deps/libsox_la-s4-fmt.Tpo -c -o libsox_la-s4-fmt.lo `test -f 's4-fmt.c' || echo './'`s4-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s4-fmt.lo -MD -MP -MF .deps/libsox_la-s4-fmt.Tpo -c s4-fmt.c	-fPIC -DPIC -o .libs/libsox_la-s4-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-s4-fmt.lo -MD -MP -MF .deps/libsox_la-s4-fmt.Tpo -c s4-fmt.c -o libsox_la-s4-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-s4-fmt.Tpo .deps/libsox_la-s4-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u1-fmt.lo -MD -MP -MF .deps/libsox_la-u1-fmt.Tpo -c -o libsox_la-u1-fmt.lo `test -f 'u1-fmt.c' || echo './'`u1-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u1-fmt.lo -MD -MP -MF .deps/libsox_la-u1-fmt.Tpo -c u1-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u1-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u1-fmt.lo -MD -MP -MF .deps/libsox_la-u1-fmt.Tpo -c u1-fmt.c -o libsox_la-u1-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-u1-fmt.Tpo .deps/libsox_la-u1-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u2-fmt.lo -MD -MP -MF .deps/libsox_la-u2-fmt.Tpo -c -o libsox_la-u2-fmt.lo `test -f 'u2-fmt.c' || echo './'`u2-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u2-fmt.lo -MD -MP -MF .deps/libsox_la-u2-fmt.Tpo -c u2-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u2-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u2-fmt.lo -MD -MP -MF .deps/libsox_la-u2-fmt.Tpo -c u2-fmt.c -o libsox_la-u2-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-u2-fmt.Tpo .deps/libsox_la-u2-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u3-fmt.lo -MD -MP -MF .deps/libsox_la-u3-fmt.Tpo -c -o libsox_la-u3-fmt.lo `test -f 'u3-fmt.c' || echo './'`u3-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u3-fmt.lo -MD -MP -MF .deps/libsox_la-u3-fmt.Tpo -c u3-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u3-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u3-fmt.lo -MD -MP -MF .deps/libsox_la-u3-fmt.Tpo -c u3-fmt.c -o libsox_la-u3-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-u3-fmt.Tpo .deps/libsox_la-u3-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u4-fmt.lo -MD -MP -MF .deps/libsox_la-u4-fmt.Tpo -c -o libsox_la-u4-fmt.lo `test -f 'u4-fmt.c' || echo './'`u4-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u4-fmt.lo -MD -MP -MF .deps/libsox_la-u4-fmt.Tpo -c u4-fmt.c	-fPIC -DPIC -o .libs/libsox_la-u4-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-u4-fmt.lo -MD -MP -MF .deps/libsox_la-u4-fmt.Tpo -c u4-fmt.c -o libsox_la-u4-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-u4-fmt.Tpo .deps/libsox_la-u4-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-al-fmt.lo -MD -MP -MF .deps/libsox_la-al-fmt.Tpo -c -o libsox_la-al-fmt.lo `test -f 'al-fmt.c' || echo './'`al-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-al-fmt.lo -MD -MP -MF .deps/libsox_la-al-fmt.Tpo -c al-fmt.c	-fPIC -DPIC -o .libs/libsox_la-al-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-al-fmt.lo -MD -MP -MF .deps/libsox_la-al-fmt.Tpo -c al-fmt.c -o libsox_la-al-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-al-fmt.Tpo .deps/libsox_la-al-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-la-fmt.lo -MD -MP -MF .deps/libsox_la-la-fmt.Tpo -c -o libsox_la-la-fmt.lo `test -f 'la-fmt.c' || echo './'`la-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-la-fmt.lo -MD -MP -MF .deps/libsox_la-la-fmt.Tpo -c la-fmt.c	-fPIC -DPIC -o .libs/libsox_la-la-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-la-fmt.lo -MD -MP -MF .deps/libsox_la-la-fmt.Tpo -c la-fmt.c -o libsox_la-la-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-la-fmt.Tpo .deps/libsox_la-la-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ul-fmt.lo -MD -MP -MF .deps/libsox_la-ul-fmt.Tpo -c -o libsox_la-ul-fmt.lo `test -f 'ul-fmt.c' || echo './'`ul-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ul-fmt.lo -MD -MP -MF .deps/libsox_la-ul-fmt.Tpo -c ul-fmt.c	-fPIC -DPIC -o .libs/libsox_la-ul-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ul-fmt.lo -MD -MP -MF .deps/libsox_la-ul-fmt.Tpo -c ul-fmt.c -o libsox_la-ul-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-ul-fmt.Tpo .deps/libsox_la-ul-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lu-fmt.lo -MD -MP -MF .deps/libsox_la-lu-fmt.Tpo -c -o libsox_la-lu-fmt.lo `test -f 'lu-fmt.c' || echo './'`lu-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lu-fmt.lo -MD -MP -MF .deps/libsox_la-lu-fmt.Tpo -c lu-fmt.c	-fPIC -DPIC -o .libs/libsox_la-lu-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lu-fmt.lo -MD -MP -MF .deps/libsox_la-lu-fmt.Tpo -c lu-fmt.c -o libsox_la-lu-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-lu-fmt.Tpo .deps/libsox_la-lu-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-8svx.lo -MD -MP -MF .deps/libsox_la-8svx.Tpo -c -o libsox_la-8svx.lo `test -f '8svx.c' || echo './'`8svx.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-8svx.lo -MD -MP -MF .deps/libsox_la-8svx.Tpo -c 8svx.c  -fPIC -DPIC -o .libs/libsox_la-8svx.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-8svx.lo -MD -MP -MF .deps/libsox_la-8svx.Tpo -c 8svx.c -o libsox_la-8svx.o >/dev/null 2>&1
> mv -f .deps/libsox_la-8svx.Tpo .deps/libsox_la-8svx.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff-fmt.lo -MD -MP -MF .deps/libsox_la-aiff-fmt.Tpo -c -o libsox_la-aiff-fmt.lo `test -f 'aiff-fmt.c' || echo './'`aiff-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff-fmt.lo -MD -MP -MF .deps/libsox_la-aiff-fmt.Tpo -c aiff-fmt.c  -fPIC -DPIC -o .libs/libsox_la-aiff-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aiff-fmt.lo -MD -MP -MF .deps/libsox_la-aiff-fmt.Tpo -c aiff-fmt.c -o libsox_la-aiff-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-aiff-fmt.Tpo .deps/libsox_la-aiff-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aifc-fmt.lo -MD -MP -MF .deps/libsox_la-aifc-fmt.Tpo -c -o libsox_la-aifc-fmt.lo `test -f 'aifc-fmt.c' || echo './'`aifc-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aifc-fmt.lo -MD -MP -MF .deps/libsox_la-aifc-fmt.Tpo -c aifc-fmt.c  -fPIC -DPIC -o .libs/libsox_la-aifc-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-aifc-fmt.lo -MD -MP -MF .deps/libsox_la-aifc-fmt.Tpo -c aifc-fmt.c -o libsox_la-aifc-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-aifc-fmt.Tpo .deps/libsox_la-aifc-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-au.lo -MD -MP -MF .deps/libsox_la-au.Tpo -c -o libsox_la-au.lo `test -f 'au.c' || echo './'`au.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-au.lo -MD -MP -MF .deps/libsox_la-au.Tpo -c au.c  -fPIC -DPIC -o .libs/libsox_la-au.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-au.lo -MD -MP -MF .deps/libsox_la-au.Tpo -c au.c -o libsox_la-au.o >/dev/null 2>&1
> mv -f .deps/libsox_la-au.Tpo .deps/libsox_la-au.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-avr.lo -MD -MP -MF .deps/libsox_la-avr.Tpo -c -o libsox_la-avr.lo `test -f 'avr.c' || echo './'`avr.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-avr.lo -MD -MP -MF .deps/libsox_la-avr.Tpo -c avr.c  -fPIC -DPIC -o .libs/libsox_la-avr.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-avr.lo -MD -MP -MF .deps/libsox_la-avr.Tpo -c avr.c -o libsox_la-avr.o >/dev/null 2>&1
> mv -f .deps/libsox_la-avr.Tpo .deps/libsox_la-avr.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cdr.lo -MD -MP -MF .deps/libsox_la-cdr.Tpo -c -o libsox_la-cdr.lo `test -f 'cdr.c' || echo './'`cdr.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cdr.lo -MD -MP -MF .deps/libsox_la-cdr.Tpo -c cdr.c  -fPIC -DPIC -o .libs/libsox_la-cdr.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cdr.lo -MD -MP -MF .deps/libsox_la-cdr.Tpo -c cdr.c -o libsox_la-cdr.o >/dev/null 2>&1
> mv -f .deps/libsox_la-cdr.Tpo .deps/libsox_la-cdr.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd-fmt.lo -MD -MP -MF .deps/libsox_la-cvsd-fmt.Tpo -c -o libsox_la-cvsd-fmt.lo `test -f 'cvsd-fmt.c' || echo './'`cvsd-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd-fmt.lo -MD -MP -MF .deps/libsox_la-cvsd-fmt.Tpo -c cvsd-fmt.c  -fPIC -DPIC -o .libs/libsox_la-cvsd-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-cvsd-fmt.lo -MD -MP -MF .deps/libsox_la-cvsd-fmt.Tpo -c cvsd-fmt.c -o libsox_la-cvsd-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-cvsd-fmt.Tpo .deps/libsox_la-cvsd-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dvms-fmt.lo -MD -MP -MF .deps/libsox_la-dvms-fmt.Tpo -c -o libsox_la-dvms-fmt.lo `test -f 'dvms-fmt.c' || echo './'`dvms-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dvms-fmt.lo -MD -MP -MF .deps/libsox_la-dvms-fmt.Tpo -c dvms-fmt.c  -fPIC -DPIC -o .libs/libsox_la-dvms-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dvms-fmt.lo -MD -MP -MF .deps/libsox_la-dvms-fmt.Tpo -c dvms-fmt.c -o libsox_la-dvms-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-dvms-fmt.Tpo .deps/libsox_la-dvms-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dat.lo -MD -MP -MF .deps/libsox_la-dat.Tpo -c -o libsox_la-dat.lo `test -f 'dat.c' || echo './'`dat.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dat.lo -MD -MP -MF .deps/libsox_la-dat.Tpo -c dat.c  -fPIC -DPIC -o .libs/libsox_la-dat.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-dat.lo -MD -MP -MF .deps/libsox_la-dat.Tpo -c dat.c -o libsox_la-dat.o >/dev/null 2>&1
> mv -f .deps/libsox_la-dat.Tpo .deps/libsox_la-dat.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hcom.lo -MD -MP -MF .deps/libsox_la-hcom.Tpo -c -o libsox_la-hcom.lo `test -f 'hcom.c' || echo './'`hcom.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hcom.lo -MD -MP -MF .deps/libsox_la-hcom.Tpo -c hcom.c  -fPIC -DPIC -o .libs/libsox_la-hcom.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-hcom.lo -MD -MP -MF .deps/libsox_la-hcom.Tpo -c hcom.c -o libsox_la-hcom.o >/dev/null 2>&1
> mv -f .deps/libsox_la-hcom.Tpo .deps/libsox_la-hcom.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-htk.lo -MD -MP -MF .deps/libsox_la-htk.Tpo -c -o libsox_la-htk.lo `test -f 'htk.c' || echo './'`htk.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-htk.lo -MD -MP -MF .deps/libsox_la-htk.Tpo -c htk.c  -fPIC -DPIC -o .libs/libsox_la-htk.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-htk.lo -MD -MP -MF .deps/libsox_la-htk.Tpo -c htk.c -o libsox_la-htk.o >/dev/null 2>&1
> mv -f .deps/libsox_la-htk.Tpo .deps/libsox_la-htk.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-maud.lo -MD -MP -MF .deps/libsox_la-maud.Tpo -c -o libsox_la-maud.lo `test -f 'maud.c' || echo './'`maud.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-maud.lo -MD -MP -MF .deps/libsox_la-maud.Tpo -c maud.c  -fPIC -DPIC -o .libs/libsox_la-maud.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-maud.lo -MD -MP -MF .deps/libsox_la-maud.Tpo -c maud.c -o libsox_la-maud.o >/dev/null 2>&1
> mv -f .deps/libsox_la-maud.Tpo .deps/libsox_la-maud.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-prc.lo -MD -MP -MF .deps/libsox_la-prc.Tpo -c -o libsox_la-prc.lo `test -f 'prc.c' || echo './'`prc.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-prc.lo -MD -MP -MF .deps/libsox_la-prc.Tpo -c prc.c  -fPIC -DPIC -o .libs/libsox_la-prc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-prc.lo -MD -MP -MF .deps/libsox_la-prc.Tpo -c prc.c -o libsox_la-prc.o >/dev/null 2>&1
> mv -f .deps/libsox_la-prc.Tpo .deps/libsox_la-prc.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sf.lo -MD -MP -MF .deps/libsox_la-sf.Tpo -c -o libsox_la-sf.lo `test -f 'sf.c' || echo './'`sf.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sf.lo -MD -MP -MF .deps/libsox_la-sf.Tpo -c sf.c  -fPIC -DPIC -o .libs/libsox_la-sf.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sf.lo -MD -MP -MF .deps/libsox_la-sf.Tpo -c sf.c -o libsox_la-sf.o >/dev/null 2>&1
> mv -f .deps/libsox_la-sf.Tpo .deps/libsox_la-sf.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-smp.lo -MD -MP -MF .deps/libsox_la-smp.Tpo -c -o libsox_la-smp.lo `test -f 'smp.c' || echo './'`smp.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-smp.lo -MD -MP -MF .deps/libsox_la-smp.Tpo -c smp.c  -fPIC -DPIC -o .libs/libsox_la-smp.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-smp.lo -MD -MP -MF .deps/libsox_la-smp.Tpo -c smp.c -o libsox_la-smp.o >/dev/null 2>&1
> mv -f .deps/libsox_la-smp.Tpo .deps/libsox_la-smp.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sounder.lo -MD -MP -MF .deps/libsox_la-sounder.Tpo -c -o libsox_la-sounder.lo `test -f 'sounder.c' || echo './'`sounder.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sounder.lo -MD -MP -MF .deps/libsox_la-sounder.Tpo -c sounder.c  -fPIC -DPIC -o .libs/libsox_la-sounder.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sounder.lo -MD -MP -MF .deps/libsox_la-sounder.Tpo -c sounder.c -o libsox_la-sounder.o >/dev/null 2>&1
> mv -f .deps/libsox_la-sounder.Tpo .deps/libsox_la-sounder.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-soundtool.lo -MD -MP -MF .deps/libsox_la-soundtool.Tpo -c -o libsox_la-soundtool.lo `test -f 'soundtool.c' || echo './'`soundtool.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-soundtool.lo -MD -MP -MF .deps/libsox_la-soundtool.Tpo -c soundtool.c	 -fPIC -DPIC -o .libs/libsox_la-soundtool.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-soundtool.lo -MD -MP -MF .deps/libsox_la-soundtool.Tpo -c soundtool.c -o libsox_la-soundtool.o >/dev/null 2>&1
> mv -f .deps/libsox_la-soundtool.Tpo .deps/libsox_la-soundtool.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sphere.lo -MD -MP -MF .deps/libsox_la-sphere.Tpo -c -o libsox_la-sphere.lo `test -f 'sphere.c' || echo './'`sphere.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sphere.lo -MD -MP -MF .deps/libsox_la-sphere.Tpo -c sphere.c	-fPIC -DPIC -o .libs/libsox_la-sphere.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-sphere.lo -MD -MP -MF .deps/libsox_la-sphere.Tpo -c sphere.c -o libsox_la-sphere.o >/dev/null 2>&1
> mv -f .deps/libsox_la-sphere.Tpo .deps/libsox_la-sphere.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tx16w.lo -MD -MP -MF .deps/libsox_la-tx16w.Tpo -c -o libsox_la-tx16w.lo `test -f 'tx16w.c' || echo './'`tx16w.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tx16w.lo -MD -MP -MF .deps/libsox_la-tx16w.Tpo -c tx16w.c  -fPIC -DPIC -o .libs/libsox_la-tx16w.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-tx16w.lo -MD -MP -MF .deps/libsox_la-tx16w.Tpo -c tx16w.c -o libsox_la-tx16w.o >/dev/null 2>&1
> mv -f .deps/libsox_la-tx16w.Tpo .deps/libsox_la-tx16w.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-voc.lo -MD -MP -MF .deps/libsox_la-voc.Tpo -c -o libsox_la-voc.lo `test -f 'voc.c' || echo './'`voc.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-voc.lo -MD -MP -MF .deps/libsox_la-voc.Tpo -c voc.c  -fPIC -DPIC -o .libs/libsox_la-voc.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-voc.lo -MD -MP -MF .deps/libsox_la-voc.Tpo -c voc.c -o libsox_la-voc.o >/dev/null 2>&1
> mv -f .deps/libsox_la-voc.Tpo .deps/libsox_la-voc.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox-fmt.lo -MD -MP -MF .deps/libsox_la-vox-fmt.Tpo -c -o libsox_la-vox-fmt.lo `test -f 'vox-fmt.c' || echo './'`vox-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox-fmt.lo -MD -MP -MF .deps/libsox_la-vox-fmt.Tpo -c vox-fmt.c  -fPIC -DPIC -o .libs/libsox_la-vox-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vox-fmt.lo -MD -MP -MF .deps/libsox_la-vox-fmt.Tpo -c vox-fmt.c -o libsox_la-vox-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-vox-fmt.Tpo .deps/libsox_la-vox-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima-fmt.lo -MD -MP -MF .deps/libsox_la-ima-fmt.Tpo -c -o libsox_la-ima-fmt.lo `test -f 'ima-fmt.c' || echo './'`ima-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima-fmt.lo -MD -MP -MF .deps/libsox_la-ima-fmt.Tpo -c ima-fmt.c  -fPIC -DPIC -o .libs/libsox_la-ima-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima-fmt.lo -MD -MP -MF .deps/libsox_la-ima-fmt.Tpo -c ima-fmt.c -o libsox_la-ima-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-ima-fmt.Tpo .deps/libsox_la-ima-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcm.lo -MD -MP -MF .deps/libsox_la-adpcm.Tpo -c -o libsox_la-adpcm.lo `test -f 'adpcm.c' || echo './'`adpcm.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcm.lo -MD -MP -MF .deps/libsox_la-adpcm.Tpo -c adpcm.c  -fPIC -DPIC -o .libs/libsox_la-adpcm.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-adpcm.lo -MD -MP -MF .deps/libsox_la-adpcm.Tpo -c adpcm.c -o libsox_la-adpcm.o >/dev/null 2>&1
> mv -f .deps/libsox_la-adpcm.Tpo .deps/libsox_la-adpcm.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima_rw.lo -MD -MP -MF .deps/libsox_la-ima_rw.Tpo -c -o libsox_la-ima_rw.lo `test -f 'ima_rw.c' || echo './'`ima_rw.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima_rw.lo -MD -MP -MF .deps/libsox_la-ima_rw.Tpo -c ima_rw.c	-fPIC -DPIC -o .libs/libsox_la-ima_rw.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-ima_rw.lo -MD -MP -MF .deps/libsox_la-ima_rw.Tpo -c ima_rw.c -o libsox_la-ima_rw.o >/dev/null 2>&1
> mv -f .deps/libsox_la-ima_rw.Tpo .deps/libsox_la-ima_rw.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wav.lo -MD -MP -MF .deps/libsox_la-wav.Tpo -c -o libsox_la-wav.lo `test -f 'wav.c' || echo './'`wav.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wav.lo -MD -MP -MF .deps/libsox_la-wav.Tpo -c wav.c  -fPIC -DPIC -o .libs/libsox_la-wav.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wav.lo -MD -MP -MF .deps/libsox_la-wav.Tpo -c wav.c -o libsox_la-wav.o >/dev/null 2>&1
> mv -f .deps/libsox_la-wav.Tpo .deps/libsox_la-wav.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wve.lo -MD -MP -MF .deps/libsox_la-wve.Tpo -c -o libsox_la-wve.lo `test -f 'wve.c' || echo './'`wve.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wve.lo -MD -MP -MF .deps/libsox_la-wve.Tpo -c wve.c  -fPIC -DPIC -o .libs/libsox_la-wve.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-wve.lo -MD -MP -MF .deps/libsox_la-wve.Tpo -c wve.c -o libsox_la-wve.o >/dev/null 2>&1
> mv -f .deps/libsox_la-wve.Tpo .deps/libsox_la-wve.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xa.lo -MD -MP -MF .deps/libsox_la-xa.Tpo -c -o libsox_la-xa.lo `test -f 'xa.c' || echo './'`xa.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xa.lo -MD -MP -MF .deps/libsox_la-xa.Tpo -c xa.c  -fPIC -DPIC -o .libs/libsox_la-xa.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-xa.lo -MD -MP -MF .deps/libsox_la-xa.Tpo -c xa.c -o libsox_la-xa.o >/dev/null 2>&1
> mv -f .deps/libsox_la-xa.Tpo .deps/libsox_la-xa.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-nulfile.lo -MD -MP -MF .deps/libsox_la-nulfile.Tpo -c -o libsox_la-nulfile.lo `test -f 'nulfile.c' || echo './'`nulfile.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-nulfile.lo -MD -MP -MF .deps/libsox_la-nulfile.Tpo -c nulfile.c  -fPIC -DPIC -o .libs/libsox_la-nulfile.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-nulfile.lo -MD -MP -MF .deps/libsox_la-nulfile.Tpo -c nulfile.c -o libsox_la-nulfile.o >/dev/null 2>&1
> mv -f .deps/libsox_la-nulfile.Tpo .deps/libsox_la-nulfile.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f4-fmt.lo -MD -MP -MF .deps/libsox_la-f4-fmt.Tpo -c -o libsox_la-f4-fmt.lo `test -f 'f4-fmt.c' || echo './'`f4-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f4-fmt.lo -MD -MP -MF .deps/libsox_la-f4-fmt.Tpo -c f4-fmt.c	-fPIC -DPIC -o .libs/libsox_la-f4-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f4-fmt.lo -MD -MP -MF .deps/libsox_la-f4-fmt.Tpo -c f4-fmt.c -o libsox_la-f4-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-f4-fmt.Tpo .deps/libsox_la-f4-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f8-fmt.lo -MD -MP -MF .deps/libsox_la-f8-fmt.Tpo -c -o libsox_la-f8-fmt.lo `test -f 'f8-fmt.c' || echo './'`f8-fmt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f8-fmt.lo -MD -MP -MF .deps/libsox_la-f8-fmt.Tpo -c f8-fmt.c	-fPIC -DPIC -o .libs/libsox_la-f8-fmt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-f8-fmt.lo -MD -MP -MF .deps/libsox_la-f8-fmt.Tpo -c f8-fmt.c -o libsox_la-f8-fmt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-f8-fmt.Tpo .deps/libsox_la-f8-fmt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gsrt.lo -MD -MP -MF .deps/libsox_la-gsrt.Tpo -c -o libsox_la-gsrt.lo `test -f 'gsrt.c' || echo './'`gsrt.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gsrt.lo -MD -MP -MF .deps/libsox_la-gsrt.Tpo -c gsrt.c  -fPIC -DPIC -o .libs/libsox_la-gsrt.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-gsrt.lo -MD -MP -MF .deps/libsox_la-gsrt.Tpo -c gsrt.c -o libsox_la-gsrt.o >/dev/null 2>&1
> mv -f .deps/libsox_la-gsrt.Tpo .deps/libsox_la-gsrt.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flac.lo -MD -MP -MF .deps/libsox_la-flac.Tpo -c -o libsox_la-flac.lo `test -f 'flac.c' || echo './'`flac.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flac.lo -MD -MP -MF .deps/libsox_la-flac.Tpo -c flac.c  -fPIC -DPIC -o .libs/libsox_la-flac.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-flac.lo -MD -MP -MF .deps/libsox_la-flac.Tpo -c flac.c -o libsox_la-flac.o >/dev/null 2>&1
> mv -f .deps/libsox_la-flac.Tpo .deps/libsox_la-flac.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lpc10.lo -MD -MP -MF .deps/libsox_la-lpc10.Tpo -c -o libsox_la-lpc10.lo `test -f 'lpc10.c' || echo './'`lpc10.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lpc10.lo -MD -MP -MF .deps/libsox_la-lpc10.Tpo -c lpc10.c  -fPIC -DPIC -o .libs/libsox_la-lpc10.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-lpc10.lo -MD -MP -MF .deps/libsox_la-lpc10.Tpo -c lpc10.c -o libsox_la-lpc10.o >/dev/null 2>&1
> mv -f .deps/libsox_la-lpc10.Tpo .deps/libsox_la-lpc10.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-opus.lo -MD -MP -MF .deps/libsox_la-opus.Tpo -c -o libsox_la-opus.lo `test -f 'opus.c' || echo './'`opus.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-opus.lo -MD -MP -MF .deps/libsox_la-opus.Tpo -c opus.c  -fPIC -DPIC -o .libs/libsox_la-opus.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-opus.lo -MD -MP -MF .deps/libsox_la-opus.Tpo -c opus.c -o libsox_la-opus.o >/dev/null 2>&1
> mv -f .deps/libsox_la-opus.Tpo .deps/libsox_la-opus.Plo
> /bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLADSPA_PATH="\"\""	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vorbis.lo -MD -MP -MF .deps/libsox_la-vorbis.Tpo -c -o libsox_la-vorbis.lo `test -f 'vorbis.c' || echo './'`vorbis.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vorbis.lo -MD -MP -MF .deps/libsox_la-vorbis.Tpo -c vorbis.c	-fPIC -DPIC -o .libs/libsox_la-vorbis.o
> In file included from vorbis.c:27:0:
> /usr/pkg/include/vorbis/vorbisfile.h:74:21: warning: OV_CALLBACKS_DEFAULT defined but not used [-Wunused-variable]
>  static ov_callbacks OV_CALLBACKS_DEFAULT = {
> 		     ^
> /usr/pkg/include/vorbis/vorbisfile.h:81:21: warning: OV_CALLBACKS_NOCLOSE defined but not used [-Wunused-variable]
>  static ov_callbacks OV_CALLBACKS_NOCLOSE = {
> 		     ^
> /usr/pkg/include/vorbis/vorbisfile.h:88:21: warning: OV_CALLBACKS_STREAMONLY defined but not used [-Wunused-variable]
>  static ov_callbacks OV_CALLBACKS_STREAMONLY = {
> 		     ^
> /usr/pkg/include/vorbis/vorbisfile.h:95:21: warning: OV_CALLBACKS_STREAMONLY_NOCLOSE defined but not used [-Wunused-variable]
>  static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = {
> 		     ^
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLADSPA_PATH=\"\" -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -MT libsox_la-vorbis.lo -MD -MP -MF .deps/libsox_la-vorbis.Tpo -c vorbis.c -o libsox_la-vorbis.o >/dev/null 2>&1
> mv -f .deps/libsox_la-vorbis.Tpo .deps/libsox_la-vorbis.Plo
> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -I../lpc10 -I/usr/pkg/include/opus -I/usr/pkg/include -I/usr/pkg/include/opus	  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -no-undefined -version-info 3:0:0  -export-symbols ./libsox.sym -Wl,--as-needed -o libsox.la -rpath /usr/local/lib libsox_la-adpcms.lo libsox_la-aiff.lo  libsox_la-cvsd.lo libsox_la-g711.lo libsox_la-g721.lo  libsox_la-g723_24.lo libsox_la-g723_40.lo libsox_la-g72x.lo	libsox_la-vox.lo libsox_la-raw.lo libsox_la-formats.lo	libsox_la-formats_i.lo libsox_la-skelform.lo  libsox_la-xmalloc.lo libsox_la-getopt.lo libsox_la-util.lo  libsox_la-libsox.lo libsox_la-libsox_i.lo libsox_la-sox-fmt.lo  libsox_la-bend.lo libsox_la-biquad.lo libsox_la-biquads.lo  libsox_la-chorus.lo libsox_la-compand.lo libsox_la-compandt.lo  libsox_la-contrast.lo libsox_la-dcshift.lo libsox_la-delay.lo  libsox_la-dft_filter.lo libsox_la-dither.lo  libsox_la-divide.lo libsox_la-downsample.lo  libsox_la-earwax.lo libsox_la-echo.lo libsox_la-echos.lo	 libsox_la-effects.lo libsox_la-effects_i.lo  libsox_la-effects_i_dsp.lo libsox_la-fade.lo  libsox_la-fft4g.lo libsox_la-fir.lo libsox_la-firfit.lo  libsox_la-flanger.lo libsox_la-gain.lo libsox_la-hilbert.lo  libsox_la-input.lo libsox_la-ladspa.lo libsox_la-loudness.lo	libsox_la-mcompand.lo libsox_la-noiseprof.lo  libsox_la-noisered.lo libsox_la-output.lo	 libsox_la-overdrive.lo libsox_la-pad.lo libsox_la-phaser.lo  libsox_la-rate.lo libsox_la-remix.lo libsox_la-repeat.lo	libsox_la-reverb.lo libsox_la-reverse.lo libsox_la-silence.lo  libsox_la-sinc.lo libsox_la-skeleff.lo libsox_la-speed.lo  libsox_la-splice.lo libsox_la-stat.lo libsox_la-stats.lo  libsox_la-stretch.lo libsox_la-swap.lo libsox_la-synth.lo  libsox_la-tempo.lo libsox_la-tremolo.lo libsox_la-trim.lo  libsox_la-upsample.lo libsox_la-vad.lo libsox_la-vol.lo   libsox_la-raw-fmt.lo libsox_la-s1-fmt.lo  libsox_la-s2-fmt.lo libsox_la-s3-fmt.lo libsox_la-s4-fmt.lo  libsox_la-u1-fmt.lo libsox_la-u2-fmt.lo libsox_la-u3-fmt.lo	libsox_la-u4-fmt.lo libsox_la-al-fmt.lo libsox_la-la-fmt.lo  libsox_la-ul-fmt.lo libsox_la-lu-fmt.lo libsox_la-8svx.lo	libsox_la-aiff-fmt.lo libsox_la-aifc-fmt.lo libsox_la-au.lo  libsox_la-avr.lo libsox_la-cdr.lo libsox_la-cvsd-fmt.lo  libsox_la-dvms-fmt.lo libsox_la-dat.lo libsox_la-hcom.lo	libsox_la-htk.lo libsox_la-maud.lo libsox_la-prc.lo  libsox_la-sf.lo libsox_la-smp.lo libsox_la-sounder.lo  libsox_la-soundtool.lo libsox_la-sphere.lo libsox_la-tx16w.lo  libsox_la-voc.lo libsox_la-vox-fmt.lo libsox_la-ima-fmt.lo  libsox_la-adpcm.lo libsox_la-ima_rw.lo libsox_la-wav.lo	libsox_la-wve.lo libsox_la-xa.lo libsox_la-nulfile.lo  libsox_la-f4-fmt.lo libsox_la-f8-fmt.lo libsox_la-gsrt.lo	libsox_la-flac.lo   libsox_la-lpc10.lo	 libsox_la-opus.lo	  libsox_la-vorbis.lo	 -lmagic	   -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lFLAC  ../lpc10/liblpc10.la   -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lopusfile       -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -logg -Wl,-R/usr/pkg/lib -lvorbis -Wl,-R/usr/pkg/lib -lvorbisenc -Wl,-R/usr/pkg/lib -lvorbisfile   -lm
> libtool: link: gcc -shared  -fPIC -DPIC	 .libs/libsox_la-adpcms.o .libs/libsox_la-aiff.o .libs/libsox_la-cvsd.o .libs/libsox_la-g711.o .libs/libsox_la-g721.o .libs/libsox_la-g723_24.o .libs/libsox_la-g723_40.o .libs/libsox_la-g72x.o .libs/libsox_la-vox.o .libs/libsox_la-raw.o .libs/libsox_la-formats.o .libs/libsox_la-formats_i.o .libs/libsox_la-skelform.o .libs/libsox_la-xmalloc.o .libs/libsox_la-getopt.o .libs/libsox_la-util.o .libs/libsox_la-libsox.o .libs/libsox_la-libsox_i.o .libs/libsox_la-sox-fmt.o .libs/libsox_la-bend.o .libs/libsox_la-biquad.o .libs/libsox_la-biquads.o .libs/libsox_la-chorus.o .libs/libsox_la-compand.o .libs/libsox_la-compandt.o .libs/libsox_la-contrast.o .libs/libsox_la-dcshift.o .libs/libsox_la-delay.o .libs/libsox_la-dft_filter.o .libs/libsox_la-dither.o .libs/libsox_la-divide.o .libs/libsox_la-downsample.o .libs/libsox_la-earwax.o .libs/libsox_la-echo.o .libs/libsox_la-echos.o .libs/libsox_la-effects.o .libs/libsox_la-effects_i.o .libs/libsox_la-effects_i_dsp.o .libs/libsox_la-fade.o .libs/libsox_la-fft4g.o .libs/libsox_la-fir.o .libs/libsox_la-firfit.o .libs/libsox_la-flanger.o .libs/libsox_la-gain.o .libs/libsox_la-hilbert.o .libs/libsox_la-input.o .libs/libsox_la-ladspa.o .libs/libsox_la-loudness.o .libs/libsox_la-mcompand.o .libs/libsox_la-noiseprof.o .libs/libsox_la-noisered.o .libs/libsox_la-output.o .libs/libsox_la-overdrive.o .libs/libsox_la-pad.o .libs/libsox_la-phaser.o .libs/libsox_la-rate.o .libs/libsox_la-remix.o .libs/libsox_la-repeat.o .libs/libsox_la-reverb.o .libs/libsox_la-reverse.o .libs/libsox_la-silence.o .libs/libsox_la-sinc.o .libs/libsox_la-skeleff.o .libs/libsox_la-speed.o .libs/libsox_la-splice.o .libs/libsox_la-stat.o .libs/libsox_la-stats.o .libs/libsox_la-stretch.o .libs/libsox_la-swap.o .libs/libsox_la-synth.o .libs/libsox_la-tempo.o .libs/libsox_la-tremolo.o .libs/libsox_la-trim.o .libs/libsox_la-upsample.o .libs/libsox_la-vad.o .libs/libsox_la-vol.o .libs/libsox_la-raw-fmt.o .libs/libsox_la-s1-fmt.o .libs/libsox_la-s2-fmt.o .libs/libsox_la-s3-fmt.o .libs/libsox_la-s4-fmt.o .libs/libsox_la-u1-fmt.o .libs/libsox_la-u2-fmt.o .libs/libsox_la-u3-fmt.o .libs/libsox_la-u4-fmt.o .libs/libsox_la-al-fmt.o .libs/libsox_la-la-fmt.o .libs/libsox_la-ul-fmt.o .libs/libsox_la-lu-fmt.o .libs/libsox_la-8svx.o .libs/libsox_la-aiff-fmt.o .libs/libsox_la-aifc-fmt.o .libs/libsox_la-au.o .libs/libsox_la-avr.o .libs/libsox_la-cdr.o .libs/libsox_la-cvsd-fmt.o .libs/libsox_la-dvms-fmt.o .libs/libsox_la-dat.o .libs/libsox_la-hcom.o .libs/libsox_la-htk.o .libs/libsox_la-maud.o .libs/libsox_la-prc.o .libs/libsox_la-sf.o .libs/libsox_la-smp.o .libs/libsox_la-sounder.o .libs/libsox_la-soundtool.o .libs/libsox_la-sphere.o .libs/libsox_la-tx16w.o .libs/libsox_la-voc.o .libs/libsox_la-vox-fmt.o .libs/libsox_la-ima-fmt.o .libs/libsox_la-adpcm.o .libs/libsox_la-ima_rw.o .libs/libsox_la-wav.o .libs/libsox_la-wve.o .libs/libsox_la-xa.o .libs/libsox_la-nulfile.o .libs/libsox_la-f4-fmt.o .libs/libsox_la-f8-fmt.o .libs/libsox_la-gsrt.o .libs/libsox_la-flac.o .libs/libsox_la-lpc10.o .libs/libsox_la-opus.o .libs/libsox_la-vorbis.o  -Wl,--whole-archive ../lpc10/.libs/liblpc10.a -Wl,--no-whole-archive	-Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/usr/pkg/lib -lmagic -L/usr/pkg/lib /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm  -g -O2 -fstack-protector-strong -fopenmp -Wl,--as-needed -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib	 -fopenmp -Wl,-soname -Wl,libsox.so.3 -Wl,-retain-symbols-file -Wl,./libsox.sym -o .libs/libsox.so.3.0
> libtool: link: (cd ".libs" && rm -f "libsox.so.3" && ln -s "libsox.so.3.0" "libsox.so.3")
> libtool: link: (cd ".libs" && rm -f "libsox.so" && ln -s "libsox.so.3.0" "libsox.so")
> libtool: link: (cd .libs/libsox.lax/liblpc10.a && ar x "/home/hans/src/sox/src/../lpc10/.libs/liblpc10.a")
> libtool: link: ar cru .libs/libsox.a  libsox_la-adpcms.o libsox_la-aiff.o libsox_la-cvsd.o libsox_la-g711.o libsox_la-g721.o libsox_la-g723_24.o libsox_la-g723_40.o libsox_la-g72x.o libsox_la-vox.o libsox_la-raw.o libsox_la-formats.o libsox_la-formats_i.o libsox_la-skelform.o libsox_la-xmalloc.o libsox_la-getopt.o libsox_la-util.o libsox_la-libsox.o libsox_la-libsox_i.o libsox_la-sox-fmt.o libsox_la-bend.o libsox_la-biquad.o libsox_la-biquads.o libsox_la-chorus.o libsox_la-compand.o libsox_la-compandt.o libsox_la-contrast.o libsox_la-dcshift.o libsox_la-delay.o libsox_la-dft_filter.o libsox_la-dither.o libsox_la-divide.o libsox_la-downsample.o libsox_la-earwax.o libsox_la-echo.o libsox_la-echos.o libsox_la-effects.o libsox_la-effects_i.o libsox_la-effects_i_dsp.o libsox_la-fade.o libsox_la-fft4g.o libsox_la-fir.o libsox_la-firfit.o libsox_la-flanger.o libsox_la-gain.o libsox_la-hilbert.o libsox_la-input.o libsox_la-ladspa.o libsox_la-loudness.o libsox_la-mcompand.o libsox_la-noiseprof.o libsox_la-noisered.o libsox_la-output.o libsox_la-overdrive.o libsox_la-pad.o libsox_la-phaser.o libsox_la-rate.o libsox_la-remix.o libsox_la-repeat.o libsox_la-reverb.o libsox_la-reverse.o libsox_la-silence.o libsox_la-sinc.o libsox_la-skeleff.o libsox_la-speed.o libsox_la-splice.o libsox_la-stat.o libsox_la-stats.o libsox_la-stretch.o libsox_la-swap.o libsox_la-synth.o libsox_la-tempo.o libsox_la-tremolo.o libsox_la-trim.o libsox_la-upsample.o libsox_la-vad.o libsox_la-vol.o libsox_la-raw-fmt.o libsox_la-s1-fmt.o libsox_la-s2-fmt.o libsox_la-s3-fmt.o libsox_la-s4-fmt.o libsox_la-u1-fmt.o libsox_la-u2-fmt.o libsox_la-u3-fmt.o libsox_la-u4-fmt.o libsox_la-al-fmt.o libsox_la-la-fmt.o libsox_la-ul-fmt.o libsox_la-lu-fmt.o libsox_la-8svx.o libsox_la-aiff-fmt.o libsox_la-aifc-fmt.o libsox_la-au.o libsox_la-avr.o libsox_la-cdr.o libsox_la-cvsd-fmt.o libsox_la-dvms-fmt.o libsox_la-dat.o libsox_la-hcom.o libsox_la-htk.o libsox_la-maud.o libsox_la-prc.o libsox_la-sf.o libsox_la-smp.o libsox_la-sounder.o libsox_la-soundtool.o libsox_la-sphere.o libsox_la-tx16w.o libsox_la-voc.o libsox_la-vox-fmt.o libsox_la-ima-fmt.o libsox_la-adpcm.o libsox_la-ima_rw.o libsox_la-wav.o libsox_la-wve.o libsox_la-xa.o libsox_la-nulfile.o libsox_la-f4-fmt.o libsox_la-f8-fmt.o libsox_la-gsrt.o libsox_la-flac.o libsox_la-lpc10.o libsox_la-opus.o libsox_la-vorbis.o  .libs/libsox.lax/liblpc10.a/analys.o .libs/libsox.lax/liblpc10.a/bsynz.o .libs/libsox.lax/liblpc10.a/chanwr.o .libs/libsox.lax/liblpc10.a/dcbias.o .libs/libsox.lax/liblpc10.a/decode.o .libs/libsox.lax/liblpc10.a/deemp.o .libs/libsox.lax/liblpc10.a/difmag.o .libs/libsox.lax/liblpc10.a/dyptrk.o .libs/libsox.lax/liblpc10.a/encode.o .libs/libsox.lax/liblpc10.a/energy.o .libs/libsox.lax/liblpc10.a/f2clib.o .libs/libsox.lax/liblpc10.a/ham84.o .libs/libsox.lax/liblpc10.a/hp100.o .libs/libsox.lax/liblpc10.a/invert.o .libs/libsox.lax/liblpc10.a/irc2pc.o .libs/libsox.lax/liblpc10.a/ivfilt.o .libs/libsox.lax/liblpc10.a/lpcdec.o .libs/libsox.lax/liblpc10.a/lpcenc.o .libs/libsox.lax/liblpc10.a/lpcini.o .libs/libsox.lax/liblpc10.a/lpfilt.o .libs/libsox.lax/liblpc10.a/median.o .libs/libsox.lax/liblpc10.a/mload.o .libs/libsox.lax/liblpc10.a/onset.o .libs/libsox.lax/liblpc10.a/pitsyn.o .libs/libsox.lax/liblpc10.a/placea.o .libs/libsox.lax/liblpc10.a/placev.o .libs/libsox.lax/liblpc10.a/preemp.o .libs/libsox.lax/liblpc10.a/prepro.o .libs/libsox.lax/liblpc10.a/random.o .libs/libsox.lax/liblpc10.a/rcchk.o .libs/libsox.lax/liblpc10.a/synths.o .libs/libsox.lax/liblpc10.a/tbdm.o .libs/libsox.lax/liblpc10.a/voicin.o .libs/libsox.lax/liblpc10.a/vparms.o
> libtool: link: ranlib .libs/libsox.a
> libtool: link: rm -fr .libs/libsox.lax
> libtool: link: ( cd ".libs" && rm -f "libsox.la" && ln -s "../libsox.la" "libsox.la" )
> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib
> 
> 	Full path of .libs/libsox.so and the external libraries,
> 	-lm -lmagic for the system libraries.
> 	Not sure how /usr/local/lib got there
> 	- /usr/local doesn't even exist here.


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:40                                   ` Jan Stary
@ 2020-08-27 11:08                                     ` Måns Rullgård
  2020-08-27 11:37                                       ` Jan Stary
  2020-08-27 13:05                                     ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 11:08 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 24 08:56:43, hans@stare.cz wrote:
>> On Aug 23 23:55:51, hans@stare.cz wrote:
>> > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
>> > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>> > > >
>> > > > The first works, the second does not.
>> > > > The only difference between the two is the place
>> > > > where the extra -L/usr/local/lib gets added,
>> > > > as described in the previous emails.
>> > 
>> > And it seems libtool itself is the one who breaks it.
>> > This is the failing line again:
>> > 
>> > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
>> > 
>> > Notice the "-L/usr/local/lib -Wl,--as-needed".
>> > The "-L/usr/local/lib" part comes from the configure arg:
>> > 
>> >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>> > 
>> > The "-Wl,--as-needed" comes from
>> > 
>> >   $ grep as-needed configure.ac
>> >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
>> > 
>> > That results in the following line in src/Makefile:
>> > 
>> >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
>> > 
>> > and that's what is passed in the above command line. Now, libtool
>> > apparently preprocesses the line into something else; in particular,
>> > it reorders the options. The very next command is:
>> > 
>> > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
>> > 
>> > Notice where the -L/usr/local/lib has been moved.
>> > As described previously, if it comes after -lsox
>> > instead of before it, it links just fine.
>> 
>> That being said, the same problem is present in the master branch,
>> but it works in 14.4.2, where the libtool line is
>> 
>> bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
>> nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
>> ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
>>                          -lm
>> 
>> which becomes (without 'silent')
>> 
>> libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
>
> Presumably, the problem does not occur wih a release,
> because it already comes with a ./configure script,
> so the builder does not have to run autoreconf -i,
> which is when the (broken) ./libtool gets created.
> So the 'libtool' called is the OpenBSD libtool,
> which does not have that bug.

Unfortunately, that's not the case.  The release tarball includes
whatever libtool script is on the system that generated it.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:44                                       ` Jan Stary
@ 2020-08-27 11:08                                         ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 11:08 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> > Searching for -lsox in the -L path is also perfectly normal.
>> > As we now know, it is the order of the -L options
>> > introduced by GNU libtool that breaks it.
>> >
>> > Your "clean" VM is a special case in that it does not
>> > have a previous version installed (as opposed to my screwed up,
>> > misconfigured machine). When you install the previous sox 14.4.2
>> > (pkg_add sox), does the
>> >
>> >   ./configure CC=cc CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>> >   make V=1
>> >
>> > build still work?
>> 
>> I assume it will break.
>
> Can you test please?
>
>> Yes, libtool should put the -L.libs before any other -L flags to avoid
>> such problems.  Why don't you report the bug to them?
>
> People already did, nine years ago; choosing
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15471
> as a random example.
>
> Wanna guess what GNU did about it?

Told them libtool knows best, close bug?


-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:52                           ` Jan Stary
@ 2020-08-27 11:10                             ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 11:10 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> >> Is there any other libtool?
>> >
>> > http://cvsweb.openbsd.org/src/usr.bin/libtool/
>> > http://man.openbsd.org/libtool
>> >
>> > 	Relative -L paths are put before absolute ones.
>> > 	This fixes many (but not all, unfortunately) issues
>> > 	when software links to libraries already installed
>> > 	instead of those just built because, for example,
>> > 	"-L/usr/local/lib" comes before "-L../libfoo".
>> >
>> > That seems to be precisely the problem we are seeing
>> > with the GNU libtool if SoX is already installed.
>> 
>> Why doesn't someone from OpenBSD get it fixed in GNU libtool?
>
> This question, sir, speaks volumes.
>
> I can't speak for the OpenBSD people of course,
> but I assume the reason they wrote a libtool replacement
> was partly the frustration of having to work with the GNU one
> and having bugs like that rot for _years_ in the GNU bugtracker.
>
> Have a go: try to get it fixed upstream.
> "I maintain this software, which uses libtool to link,
> and it breaks on OpenBSD because of the following libtool bug."
> See how it goes.

There's a reason I suggested someone else do it.  I have zero patience
for GNU people and their self-righteous attitudes.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 11:08                                     ` Måns Rullgård
@ 2020-08-27 11:37                                       ` Jan Stary
  2020-08-27 11:53                                         ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27 11:37 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 12:08:02, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > On Aug 24 08:56:43, hans@stare.cz wrote:
> >> On Aug 23 23:55:51, hans@stare.cz wrote:
> >> > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> >> > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> >> > > >
> >> > > > The first works, the second does not.
> >> > > > The only difference between the two is the place
> >> > > > where the extra -L/usr/local/lib gets added,
> >> > > > as described in the previous emails.
> >> > 
> >> > And it seems libtool itself is the one who breaks it.
> >> > This is the failing line again:
> >> > 
> >> > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> >> > 
> >> > Notice the "-L/usr/local/lib -Wl,--as-needed".
> >> > The "-L/usr/local/lib" part comes from the configure arg:
> >> > 
> >> >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> >> > 
> >> > The "-Wl,--as-needed" comes from
> >> > 
> >> >   $ grep as-needed configure.ac
> >> >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> >> > 
> >> > That results in the following line in src/Makefile:
> >> > 
> >> >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> >> > 
> >> > and that's what is passed in the above command line. Now, libtool
> >> > apparently preprocesses the line into something else; in particular,
> >> > it reorders the options. The very next command is:
> >> > 
> >> > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> >> > 
> >> > Notice where the -L/usr/local/lib has been moved.
> >> > As described previously, if it comes after -lsox
> >> > instead of before it, it links just fine.
> >> 
> >> That being said, the same problem is present in the master branch,
> >> but it works in 14.4.2, where the libtool line is
> >> 
> >> bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
> >> nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
> >> ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
> >>                          -lm
> >> 
> >> which becomes (without 'silent')
> >> 
> >> libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> >
> > Presumably, the problem does not occur wih a release,
> > because it already comes with a ./configure script,
> > so the builder does not have to run autoreconf -i,
> > which is when the (broken) ./libtool gets created.
> > So the 'libtool' called is the OpenBSD libtool,
> > which does not have that bug.
> 
> Unfortunately, that's not the case.  The release tarball includes
> whatever libtool script is on the system that generated it.

Apparently, 14.4.2 does not:

$ tar xzf /usr/ports/distfiles/sox-14.4.2.tar.gz
$ find sox-14.4.2/ -name libtool




_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:21 Jan Stary
  2020-08-27 10:54 ` Jan Stary
@ 2020-08-27 11:52 ` Måns Rullgård
  2020-08-27 12:40   ` Jan Stary
  2020-08-27 17:45 ` Jan Stary
  2020-08-27 20:01 ` Jan Stary
  3 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 11:52 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> The result is in the 'new-build' git branch.
>> I'd appreciate if people, especially on BSD,
>> could give it a try and report any problems.
>
> Testing on NetBSD 8.0, with the latest commits
> to the new-build branch pulled in.
>
> It seems that the recent commit regarding audioio.h and soundcard.h,
> while it makes the build not fail, also mis-detects NetBSD's output
> audio driver. The result is a sox that builds but cannot play;
> full log below, comments inline.
>
> 	Jan
>
> It's cc (nb2 20180327) 5.5.0, with the following packages
> as installed by NetBSD's packaging system:

[...]

> checking for strdup... yes
>
> 	Not specific to NetBSD of course, but why are we running these
> 	tests (taking strdup as a random example)? Is there a POSIX
> 	system without strdup? And if we miss strdup, then what?
> 	With that configure.ac line changed to check for xstrdup instead,
> 	this will just become
>
> 		checking for xstrdup... no
>
> 	but everyting follows as before. Which means we have checked for
> 	a function (via AC_CHECK_FUNCS), found out it does not exist,
> 	and ignored the result. What is that for?

I already explained this about five times.

> checking for popen... yes
> checking for vsnprintf... yes
> checking for gettimeofday... yes
> checking for mkstemp... yes
> checking for fmemopen... yes
> checking for sigaction... yes
> checking for library containing pow... -lm
> checking for library containing lrint... none required
>
> 	This seems to be the same error as on OpenBSD:
>
> 	$ nm /lib/libc.so | grep -Fw lrint
> 	$ nm /lib/libm.so | grep -Fw lrint 
> 	000000000000f4f9 T lrint
>
> 	So -lm _is_ required for lrint() - it works by accident,
> 	because -lm is pulled in anyway to have pow().

If the text said "no additional libraries required", would you be happy?
That's what it actually means, and I don't consider it a bug.  It's
checking if those functions exist and if they require -lm.  They're now
standard C99, so this can probably be safely simplified to simply check
whether -lm is required at all.

> checking for magic.h... yes
> checking for magic_open in -lmagic... yes
>
> 	That's /usr/include/magic.h and /usr/lib/libmagic.so,
> 	found in the default paths.

Is that a problem?

> checking for zlib.h... yes
> checking for uncompress in -lz... yes
>
> 	/usr/include/zlib.h
> 	/usr/lib/libz.so

Yes, and?

> checking for png.h... no
>
> 	On NetBSD, the third-party packages are installed into /usr/pkg
> 	- I will run a separate test with the external libraries.

If the compiler doesn't look there by default, some environment
variables will have to be set.

> checking for id3tag.h... no
> checking for gsm/gsm.h... no
> checking for gsm.h... no
> checking for opencore-amrnb/interf_dec.h... no
> checking for opencore-amrwb/dec_if.h... no
> checking for vo-amrwbenc/enc_if.h... no
> checking for flac... yes
>
> 	Found in /usr/pkg via pkg-config:
>
> 	$ pkg-config --cflags --libs flac
> 	-I/usr/pkg/include -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lFLAC

Is this a problem?

> checking for sys/soundcard.h... yes
>
> 	On NetBSD, sys/soundcard.h says
>
> 		This is an OSS (Linux) audio emulator.
>  		Use the Native NetBSD API for developing new code,
> 		and this only for compiling Linux programs.
>
> 	The check is
>
> 	SOX_FMT_HEADERS([oss], [sys/soundcard.h], [SOUND_MIXER_MUTE],
> 		[], [devices])
>
> 	so at least we correctly recognize this as OSS emulation.
> 	But the check does not work universaly: NetBSD has
> 	/usr/include/sys/soundcard.h -> ../soundcard.h, but e.g.
> 	OpenBSD only has /usr/include/soundcard.h (same code though).
> 	Apparently, the name makes a difference:
> 	a test for "sys/soundcard.h" will fail on OpenBSD.
>
> checking whether SOUND_MIXER_MUTE is declared... no
>
> 	Why SOUND_MIXER_MUTE, specificaly, out of all the others?
> 	For example, SOUND_MIXER_INFO is declared, which would
> 	make the oss emulation detected (not saying this is
> 	the correct test).
>
> 	Lastly, oss requires a library to be linked:
> 	https://netbsd.gw.com/cgi-bin/man-cgi?ossaudio
> 	That would be /usr/lib/libossaudio.so - I believe a recent
> 	commit has concluded that oss does not require any library
> 	(being a bunch of defined ioctls); on NetBSD, it maybe does.
>
> 	$ nm /usr/lib/libossaudio.so | grep oss
> 	0000000000001f60 T _oss_ioctl

Real OSS does _not_ need a library.  That is _only_ used for the
incomplete emulation that we don't want.  The test is chosen such that
it passes on Linux, FreeBSD, and Solaris while failing on NetBSD and
OpenBSD.

> checking for sndio.h... no
>
> checking for sys/audioio.h... yes
>
> 	This seems to be NetBSD's native audio interface.
> 	https://netbsd.gw.com/cgi-bin/man-cgi?audio
> 	It's what the NetBSD port of SoX uses:
> 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/
>
> checking whether AUDIO_HWFEATURE_DUPLEX is declared... no
>
> 	... but we miss that, because of this.
> 	It seems NetBSD's audio system came from Sun audio
> 	(/usr/pkg/bin/sox reports AUDIO DEVICE DRIVERS: sunau),
> 	but it's not quite the same; in particular,
> 	AUDIO_HWFEATURE_DUPLEX is not defined.

Already fixed.

> 	Maybe we can backport some patches from the NetBSD port.
> 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/patches/

I'll take a look.

> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib
>
> 	Full path of .libs/libsox.so and the external libraries,
> 	-lm -lmagic for the system libraries.
> 	Not sure how /usr/local/lib got there
> 	- /usr/local doesn't even exist here.

You used the (default) /usr/local installation prefix.  An rpath entry
for this is added to the linked executable so the shared library will be
found once installed.  This is reasonable.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 11:37                                       ` Jan Stary
@ 2020-08-27 11:53                                         ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 11:53 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 27 12:08:02, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> > On Aug 24 08:56:43, hans@stare.cz wrote:
>> >> On Aug 23 23:55:51, hans@stare.cz wrote:
>> >> > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
>> >> > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>> >> > > >
>> >> > > > The first works, the second does not.
>> >> > > > The only difference between the two is the place
>> >> > > > where the extra -L/usr/local/lib gets added,
>> >> > > > as described in the previous emails.
>> >> > 
>> >> > And it seems libtool itself is the one who breaks it.
>> >> > This is the failing line again:
>> >> > 
>> >> > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
>> >> > 
>> >> > Notice the "-L/usr/local/lib -Wl,--as-needed".
>> >> > The "-L/usr/local/lib" part comes from the configure arg:
>> >> > 
>> >> >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>> >> > 
>> >> > The "-Wl,--as-needed" comes from
>> >> > 
>> >> >   $ grep as-needed configure.ac
>> >> >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
>> >> > 
>> >> > That results in the following line in src/Makefile:
>> >> > 
>> >> >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
>> >> > 
>> >> > and that's what is passed in the above command line. Now, libtool
>> >> > apparently preprocesses the line into something else; in particular,
>> >> > it reorders the options. The very next command is:
>> >> > 
>> >> > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
>> >> > 
>> >> > Notice where the -L/usr/local/lib has been moved.
>> >> > As described previously, if it comes after -lsox
>> >> > instead of before it, it links just fine.
>> >> 
>> >> That being said, the same problem is present in the master branch,
>> >> but it works in 14.4.2, where the libtool line is
>> >> 
>> >> bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
>> >> nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
>> >> ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
>> >>                          -lm
>> >> 
>> >> which becomes (without 'silent')
>> >> 
>> >> libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
>> >
>> > Presumably, the problem does not occur wih a release,
>> > because it already comes with a ./configure script,
>> > so the builder does not have to run autoreconf -i,
>> > which is when the (broken) ./libtool gets created.
>> > So the 'libtool' called is the OpenBSD libtool,
>> > which does not have that bug.
>> 
>> Unfortunately, that's not the case.  The release tarball includes
>> whatever libtool script is on the system that generated it.
>
> Apparently, 14.4.2 does not:
>
> $ tar xzf /usr/ports/distfiles/sox-14.4.2.tar.gz
> $ find sox-14.4.2/ -name libtool

It is created by configure from the ltmain.sh script which is included.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 11:52 ` Måns Rullgård
@ 2020-08-27 12:40   ` Jan Stary
  2020-08-27 12:44     ` Jan Stary
  2020-08-27 12:45     ` Måns Rullgård
  0 siblings, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27 12:40 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

> > checking for strdup... yes
> >
> > 	Not specific to NetBSD of course, but why are we running these
> > 	tests (taking strdup as a random example)? Is there a POSIX
> > 	system without strdup? And if we miss strdup, then what?
> > 	With that configure.ac line changed to check for xstrdup instead,
> > 	this will just become
> >
> > 		checking for xstrdup... no
> >
> > 	but everyting follows as before. Which means we have checked for
> > 	a function (via AC_CHECK_FUNCS), found out it does not exist,
> > 	and ignored the result. What is that for?
> 
> I already explained this about five times.

The only explanation I have seen so far is
"it was warranted in the olden days". Perhaps it was;
but why are we checking for e.g. strdup() in 2020
(and ingoring the result of AC_CHECK_FUNCS anyway)?

> > checking for sys/soundcard.h... yes
> >
> > 	On NetBSD, sys/soundcard.h says
> >
> > 		This is an OSS (Linux) audio emulator.
> >  		Use the Native NetBSD API for developing new code,
> > 		and this only for compiling Linux programs.
> >
> > 	The check is
> >
> > 	SOX_FMT_HEADERS([oss], [sys/soundcard.h], [SOUND_MIXER_MUTE],
> > 		[], [devices])
> >
> > 	so at least we correctly recognize this as OSS emulation.
> > 	But the check does not work universaly: NetBSD has
> > 	/usr/include/sys/soundcard.h -> ../soundcard.h, but e.g.
> > 	OpenBSD only has /usr/include/soundcard.h (same code though).
> > 	Apparently, the name makes a difference:
> > 	a test for "sys/soundcard.h" will fail on OpenBSD.
> >
> > checking whether SOUND_MIXER_MUTE is declared... no
> >
> > 	Why SOUND_MIXER_MUTE, specificaly, out of all the others?
> > 	For example, SOUND_MIXER_INFO is declared, which would
> > 	make the oss emulation detected (not saying this is
> > 	the correct test).
> >
> > 	Lastly, oss requires a library to be linked:
> > 	https://netbsd.gw.com/cgi-bin/man-cgi?ossaudio
> > 	That would be /usr/lib/libossaudio.so - I believe a recent
> > 	commit has concluded that oss does not require any library
> > 	(being a bunch of defined ioctls); on NetBSD, it maybe does.
> >
> > 	$ nm /usr/lib/libossaudio.so | grep oss
> > 	0000000000001f60 T _oss_ioctl
> 
> Real OSS does _not_ need a library.  That is _only_ used for the
> incomplete emulation that we don't want.  The test is chosen such that
> it passes on Linux, FreeBSD, and Solaris while failing on NetBSD and
> OpenBSD.

In case it is intended to detect OSS as not present
on OpenBSD and NetBSD (who only emulate OSS),
it seems to work as intended.

> > checking for sys/audioio.h... yes
> >
> > 	This seems to be NetBSD's native audio interface.
> > 	https://netbsd.gw.com/cgi-bin/man-cgi?audio
> > 	It's what the NetBSD port of SoX uses:
> > 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/
> >
> > checking whether AUDIO_HWFEATURE_DUPLEX is declared... no
> >
> > 	... but we miss that, because of this.
> > 	It seems NetBSD's audio system came from Sun audio
> > 	(/usr/pkg/bin/sox reports AUDIO DEVICE DRIVERS: sunau),
> > 	but it's not quite the same; in particular,
> > 	AUDIO_HWFEATURE_DUPLEX is not defined.
> 
> Already fixed.

The detectin works, thanks:

Audio devices:
  alsa                    no
  ao                      no
  coreaudio               no
  oss                     no
  pulseaudio              no
  sndio                   no
  sunaudio                yes
  waveaudio               no

It doesn't actually play though:

$ play -V -n -b 16 synth 1
play INFO sunaudio: Sun Audio driver only supports bytes and words
play:	   SoX v14.4.2
play INFO nulfile: sample rate not specified; using 48000

Input File     : '' (null)
Channels       : 1
Sample Rate    : 48000
Precision      : 32-bit

Output File    : 'default' (sunau)
Channels       : 1
Sample Rate    : 48000
Precision      : 16-bit
Sample Encoding: 16-bit Signed Integer PCM
Endian Type    : little
Reverse Nibbles: no
Reverse Bits   : no

play INFO sox: effects chain: input	   48000Hz  1 channels
play INFO sox: effects chain: synth	   48000Hz  1 channels
play INFO sox: effects chain: dither	   48000Hz  1 channels
play INFO sox: effects chain: output	   48000Hz  1 channels
In:0.00% 00:00:00.00 [00:00:00.00] Out:0     [	    |	   ]	    Clip:0    Memory fault (core dumped)

$ gdb ~/bin/sox sox.core
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/hans/bin/sox...done.
[New process 1]
Core was generated by `sox'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  sunwrite (ft=0x713985f0c400, pInput=0x713986083000, cInput=7040)
    at sunaudio.c:481
481			    SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips);
(gdb) bt
#0  sunwrite (ft=0x713985f0c400, pInput=0x713986083000, cInput=7040)
    at sunaudio.c:481
#1  0x000071398601a3bd in sox_write (ft=0x713985f0c400, buf=<optimized out>,
    len=<optimized out>) at formats.c:1037
#2  0x0000000000404be0 in output_flow (effp=<optimized out>,
    ibuf=<optimized out>, obuf=<optimized out>, isamp=0x7f7ffff6b6b0,
    osamp=<optimized out>) at sox.c:644
#3  0x0000713986029f7d in flow_effect (n=3, chain=0x713985f1c0c0)
    at effects.c:257
#4  sox_flow_effects (chain=<optimized out>,
    callback=callback@entry=0x40443e <update_status>,
    client_data=client_data@entry=0x0) at effects.c:449
#5  0x0000000000408a33 in process () at sox.c:1780
#6  main (argc=<optimized out>, argv=<optimized out>) at sox.c:2988


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 12:40   ` Jan Stary
@ 2020-08-27 12:44     ` Jan Stary
  2020-08-27 12:45     ` Måns Rullgård
  1 sibling, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27 12:44 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 14:40:14, hans@stare.cz wrote:
> > > checking for strdup... yes
> > >
> > > 	Not specific to NetBSD of course, but why are we running these
> > > 	tests (taking strdup as a random example)? Is there a POSIX
> > > 	system without strdup? And if we miss strdup, then what?
> > > 	With that configure.ac line changed to check for xstrdup instead,
> > > 	this will just become
> > >
> > > 		checking for xstrdup... no
> > >
> > > 	but everyting follows as before. Which means we have checked for
> > > 	a function (via AC_CHECK_FUNCS), found out it does not exist,
> > > 	and ignored the result. What is that for?
> > 
> > I already explained this about five times.
> 
> The only explanation I have seen so far is
> "it was warranted in the olden days". Perhaps it was;
> but why are we checking for e.g. strdup() in 2020
> (and ingoring the result of AC_CHECK_FUNCS anyway)?
> 
> > > checking for sys/soundcard.h... yes
> > >
> > > 	On NetBSD, sys/soundcard.h says
> > >
> > > 		This is an OSS (Linux) audio emulator.
> > >  		Use the Native NetBSD API for developing new code,
> > > 		and this only for compiling Linux programs.
> > >
> > > 	The check is
> > >
> > > 	SOX_FMT_HEADERS([oss], [sys/soundcard.h], [SOUND_MIXER_MUTE],
> > > 		[], [devices])
> > >
> > > 	so at least we correctly recognize this as OSS emulation.
> > > 	But the check does not work universaly: NetBSD has
> > > 	/usr/include/sys/soundcard.h -> ../soundcard.h, but e.g.
> > > 	OpenBSD only has /usr/include/soundcard.h (same code though).
> > > 	Apparently, the name makes a difference:
> > > 	a test for "sys/soundcard.h" will fail on OpenBSD.
> > >
> > > checking whether SOUND_MIXER_MUTE is declared... no
> > >
> > > 	Why SOUND_MIXER_MUTE, specificaly, out of all the others?
> > > 	For example, SOUND_MIXER_INFO is declared, which would
> > > 	make the oss emulation detected (not saying this is
> > > 	the correct test).
> > >
> > > 	Lastly, oss requires a library to be linked:
> > > 	https://netbsd.gw.com/cgi-bin/man-cgi?ossaudio
> > > 	That would be /usr/lib/libossaudio.so - I believe a recent
> > > 	commit has concluded that oss does not require any library
> > > 	(being a bunch of defined ioctls); on NetBSD, it maybe does.
> > >
> > > 	$ nm /usr/lib/libossaudio.so | grep oss
> > > 	0000000000001f60 T _oss_ioctl
> > 
> > Real OSS does _not_ need a library.  That is _only_ used for the
> > incomplete emulation that we don't want.  The test is chosen such that
> > it passes on Linux, FreeBSD, and Solaris while failing on NetBSD and
> > OpenBSD.
> 
> In case it is intended to detect OSS as not present
> on OpenBSD and NetBSD (who only emulate OSS),
> it seems to work as intended.
> 
> > > checking for sys/audioio.h... yes
> > >
> > > 	This seems to be NetBSD's native audio interface.
> > > 	https://netbsd.gw.com/cgi-bin/man-cgi?audio
> > > 	It's what the NetBSD port of SoX uses:
> > > 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/
> > >
> > > checking whether AUDIO_HWFEATURE_DUPLEX is declared... no
> > >
> > > 	... but we miss that, because of this.
> > > 	It seems NetBSD's audio system came from Sun audio
> > > 	(/usr/pkg/bin/sox reports AUDIO DEVICE DRIVERS: sunau),
> > > 	but it's not quite the same; in particular,
> > > 	AUDIO_HWFEATURE_DUPLEX is not defined.
> > 
> > Already fixed.
> 
> The detectin works, thanks:
> 
> Audio devices:
>   alsa                    no
>   ao                      no
>   coreaudio               no
>   oss                     no
>   pulseaudio              no
>   sndio                   no
>   sunaudio                yes
>   waveaudio               no
> 
> It doesn't actually play though:
> 
> $ play -V -n -b 16 synth 1
> play INFO sunaudio: Sun Audio driver only supports bytes and words
> play:	   SoX v14.4.2
> play INFO nulfile: sample rate not specified; using 48000
> 
> Input File     : '' (null)
> Channels       : 1
> Sample Rate    : 48000
> Precision      : 32-bit
> 
> Output File    : 'default' (sunau)
> Channels       : 1
> Sample Rate    : 48000
> Precision      : 16-bit
> Sample Encoding: 16-bit Signed Integer PCM
> Endian Type    : little
> Reverse Nibbles: no
> Reverse Bits   : no
> 
> play INFO sox: effects chain: input	   48000Hz  1 channels
> play INFO sox: effects chain: synth	   48000Hz  1 channels
> play INFO sox: effects chain: dither	   48000Hz  1 channels
> play INFO sox: effects chain: output	   48000Hz  1 channels
> In:0.00% 00:00:00.00 [00:00:00.00] Out:0     [	    |	   ]	    Clip:0    Memory fault (core dumped)
> 
> $ gdb ~/bin/sox sox.core
> GNU gdb (GDB) 7.12
> Copyright (C) 2016 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64--netbsd".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> Find the GDB manual and other documentation resources online at:
> <http://www.gnu.org/software/gdb/documentation/>.
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from /home/hans/bin/sox...done.
> [New process 1]
> Core was generated by `sox'.
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0  sunwrite (ft=0x713985f0c400, pInput=0x713986083000, cInput=7040)
>     at sunaudio.c:481
> 481			    SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips);
> (gdb) bt
> #0  sunwrite (ft=0x713985f0c400, pInput=0x713986083000, cInput=7040)
>     at sunaudio.c:481
> #1  0x000071398601a3bd in sox_write (ft=0x713985f0c400, buf=<optimized out>,
>     len=<optimized out>) at formats.c:1037
> #2  0x0000000000404be0 in output_flow (effp=<optimized out>,
>     ibuf=<optimized out>, obuf=<optimized out>, isamp=0x7f7ffff6b6b0,
>     osamp=<optimized out>) at sox.c:644
> #3  0x0000713986029f7d in flow_effect (n=3, chain=0x713985f1c0c0)
>     at effects.c:257
> #4  sox_flow_effects (chain=<optimized out>,
>     callback=callback@entry=0x40443e <update_status>,
>     client_data=client_data@entry=0x0) at effects.c:449
> #5  0x0000000000408a33 in process () at sox.c:1780
> #6  main (argc=<optimized out>, argv=<optimized out>) at sox.c:2988

This must be
http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/patches/patch-src_sunaudio.c


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 12:40   ` Jan Stary
  2020-08-27 12:44     ` Jan Stary
@ 2020-08-27 12:45     ` Måns Rullgård
  1 sibling, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 12:45 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> > checking for strdup... yes
>> >
>> > 	Not specific to NetBSD of course, but why are we running these
>> > 	tests (taking strdup as a random example)? Is there a POSIX
>> > 	system without strdup? And if we miss strdup, then what?
>> > 	With that configure.ac line changed to check for xstrdup instead,
>> > 	this will just become
>> >
>> > 		checking for xstrdup... no
>> >
>> > 	but everyting follows as before. Which means we have checked for
>> > 	a function (via AC_CHECK_FUNCS), found out it does not exist,
>> > 	and ignored the result. What is that for?
>> 
>> I already explained this about five times.
>
> The only explanation I have seen so far is
> "it was warranted in the olden days". Perhaps it was;
> but why are we checking for e.g. strdup() in 2020
> (and ingoring the result of AC_CHECK_FUNCS anyway)?

It's there because I haven't got around to removing it yet.  It's
harmless for now.

>> > checking for sys/soundcard.h... yes
>> >
>> > 	On NetBSD, sys/soundcard.h says
>> >
>> > 		This is an OSS (Linux) audio emulator.
>> >  		Use the Native NetBSD API for developing new code,
>> > 		and this only for compiling Linux programs.
>> >
>> > 	The check is
>> >
>> > 	SOX_FMT_HEADERS([oss], [sys/soundcard.h], [SOUND_MIXER_MUTE],
>> > 		[], [devices])
>> >
>> > 	so at least we correctly recognize this as OSS emulation.
>> > 	But the check does not work universaly: NetBSD has
>> > 	/usr/include/sys/soundcard.h -> ../soundcard.h, but e.g.
>> > 	OpenBSD only has /usr/include/soundcard.h (same code though).
>> > 	Apparently, the name makes a difference:
>> > 	a test for "sys/soundcard.h" will fail on OpenBSD.
>> >
>> > checking whether SOUND_MIXER_MUTE is declared... no
>> >
>> > 	Why SOUND_MIXER_MUTE, specificaly, out of all the others?
>> > 	For example, SOUND_MIXER_INFO is declared, which would
>> > 	make the oss emulation detected (not saying this is
>> > 	the correct test).
>> >
>> > 	Lastly, oss requires a library to be linked:
>> > 	https://netbsd.gw.com/cgi-bin/man-cgi?ossaudio
>> > 	That would be /usr/lib/libossaudio.so - I believe a recent
>> > 	commit has concluded that oss does not require any library
>> > 	(being a bunch of defined ioctls); on NetBSD, it maybe does.
>> >
>> > 	$ nm /usr/lib/libossaudio.so | grep oss
>> > 	0000000000001f60 T _oss_ioctl
>> 
>> Real OSS does _not_ need a library.  That is _only_ used for the
>> incomplete emulation that we don't want.  The test is chosen such that
>> it passes on Linux, FreeBSD, and Solaris while failing on NetBSD and
>> OpenBSD.
>
> In case it is intended to detect OSS as not present
> on OpenBSD and NetBSD (who only emulate OSS),
> it seems to work as intended.

That was the intention.

>> > checking for sys/audioio.h... yes
>> >
>> > 	This seems to be NetBSD's native audio interface.
>> > 	https://netbsd.gw.com/cgi-bin/man-cgi?audio
>> > 	It's what the NetBSD port of SoX uses:
>> > 	http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/audio/sox/
>> >
>> > checking whether AUDIO_HWFEATURE_DUPLEX is declared... no
>> >
>> > 	... but we miss that, because of this.
>> > 	It seems NetBSD's audio system came from Sun audio
>> > 	(/usr/pkg/bin/sox reports AUDIO DEVICE DRIVERS: sunau),
>> > 	but it's not quite the same; in particular,
>> > 	AUDIO_HWFEATURE_DUPLEX is not defined.
>> 
>> Already fixed.
>
> The detectin works, thanks:
>
> Audio devices:
>   alsa                    no
>   ao                      no
>   coreaudio               no
>   oss                     no
>   pulseaudio              no
>   sndio                   no
>   sunaudio                yes
>   waveaudio               no
>
> It doesn't actually play though:
>
> $ play -V -n -b 16 synth 1
> play INFO sunaudio: Sun Audio driver only supports bytes and words
> play:	   SoX v14.4.2
> play INFO nulfile: sample rate not specified; using 48000
>
> Input File     : '' (null)
> Channels       : 1
> Sample Rate    : 48000
> Precision      : 32-bit
>
> Output File    : 'default' (sunau)
> Channels       : 1
> Sample Rate    : 48000
> Precision      : 16-bit
> Sample Encoding: 16-bit Signed Integer PCM
> Endian Type    : little
> Reverse Nibbles: no
> Reverse Bits   : no
>
> play INFO sox: effects chain: input	   48000Hz  1 channels
> play INFO sox: effects chain: synth	   48000Hz  1 channels
> play INFO sox: effects chain: dither	   48000Hz  1 channels
> play INFO sox: effects chain: output	   48000Hz  1 channels
> In:0.00% 00:00:00.00 [00:00:00.00] Out:0     [	    |	   ]	    Clip:0    Memory fault (core dumped)

Already fixed.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:40                                   ` Jan Stary
  2020-08-27 11:08                                     ` Måns Rullgård
@ 2020-08-27 13:05                                     ` Jan Stary
  2020-08-27 13:31                                       ` Måns Rullgård
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27 13:05 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 11:40:48, hans@stare.cz wrote:
> On Aug 24 08:56:43, hans@stare.cz wrote:
> > On Aug 23 23:55:51, hans@stare.cz wrote:
> > > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> > > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> > > > >
> > > > > The first works, the second does not.
> > > > > The only difference between the two is the place
> > > > > where the extra -L/usr/local/lib gets added,
> > > > > as described in the previous emails.
> > > 
> > > And it seems libtool itself is the one who breaks it.
> > > This is the failing line again:
> > > 
> > > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> > > 
> > > Notice the "-L/usr/local/lib -Wl,--as-needed".
> > > The "-L/usr/local/lib" part comes from the configure arg:
> > > 
> > >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> > > 
> > > The "-Wl,--as-needed" comes from
> > > 
> > >   $ grep as-needed configure.ac
> > >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> > > 
> > > That results in the following line in src/Makefile:
> > > 
> > >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> > > 
> > > and that's what is passed in the above command line. Now, libtool
> > > apparently preprocesses the line into something else; in particular,
> > > it reorders the options. The very next command is:
> > > 
> > > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> > > 
> > > Notice where the -L/usr/local/lib has been moved.
> > > As described previously, if it comes after -lsox
> > > instead of before it, it links just fine.
> > 
> > That being said, the same problem is present in the master branch,
> > but it works in 14.4.2, where the libtool line is
> > 
> > bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
> > nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
> > ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
> >                          -lm
> > 
> > which becomes (without 'silent')
> > 
> > libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib

With the current new-build, the ultimate linkage fails on OpenBSD
for plain ./configure (without any args or env variables):

/bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
ld: error: undefined symbol: lsx_realloc_array

NB: -o .libs/sox sox.o -lsox ...

Is it the literal '.' in "-L.*"?
It works with "-L\.*"

Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 13:05                                     ` Jan Stary
@ 2020-08-27 13:31                                       ` Måns Rullgård
  2020-08-27 14:10                                         ` Jan Stary
  2020-08-27 15:11                                         ` Måns Rullgård
  0 siblings, 2 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 13:31 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 27 11:40:48, hans@stare.cz wrote:
>> On Aug 24 08:56:43, hans@stare.cz wrote:
>> > On Aug 23 23:55:51, hans@stare.cz wrote:
>> > > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
>> > > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>> > > > >
>> > > > > The first works, the second does not.
>> > > > > The only difference between the two is the place
>> > > > > where the extra -L/usr/local/lib gets added,
>> > > > > as described in the previous emails.
>> > > 
>> > > And it seems libtool itself is the one who breaks it.
>> > > This is the failing line again:
>> > > 
>> > > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
>> > > 
>> > > Notice the "-L/usr/local/lib -Wl,--as-needed".
>> > > The "-L/usr/local/lib" part comes from the configure arg:
>> > > 
>> > >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>> > > 
>> > > The "-Wl,--as-needed" comes from
>> > > 
>> > >   $ grep as-needed configure.ac
>> > >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
>> > > 
>> > > That results in the following line in src/Makefile:
>> > > 
>> > >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
>> > > 
>> > > and that's what is passed in the above command line. Now, libtool
>> > > apparently preprocesses the line into something else; in particular,
>> > > it reorders the options. The very next command is:
>> > > 
>> > > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
>> > > 
>> > > Notice where the -L/usr/local/lib has been moved.
>> > > As described previously, if it comes after -lsox
>> > > instead of before it, it links just fine.
>> > 
>> > That being said, the same problem is present in the master branch,
>> > but it works in 14.4.2, where the libtool line is
>> > 
>> > bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
>> > nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
>> > ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
>> >                          -lm
>> > 
>> > which becomes (without 'silent')
>> > 
>> > libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
>
> With the current new-build, the ultimate linkage fails on OpenBSD
> for plain ./configure (without any args or env variables):
>
> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> ld: error: undefined symbol: lsx_realloc_array
>
> NB: -o .libs/sox sox.o -lsox ...
>
> Is it the literal '.' in "-L.*"?
> It works with "-L\.*"

Aargh, the OpenBSD package for GNU libtool is slightly (9 years) old.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 13:31                                       ` Måns Rullgård
@ 2020-08-27 14:10                                         ` Jan Stary
  2020-08-27 14:38                                           ` Jan Stary
  2020-08-27 15:11                                         ` Måns Rullgård
  1 sibling, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27 14:10 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 14:31:51, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > On Aug 27 11:40:48, hans@stare.cz wrote:
> >> On Aug 24 08:56:43, hans@stare.cz wrote:
> >> > On Aug 23 23:55:51, hans@stare.cz wrote:
> >> > > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> >> > > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> >> > > > >
> >> > > > > The first works, the second does not.
> >> > > > > The only difference between the two is the place
> >> > > > > where the extra -L/usr/local/lib gets added,
> >> > > > > as described in the previous emails.
> >> > > 
> >> > > And it seems libtool itself is the one who breaks it.
> >> > > This is the failing line again:
> >> > > 
> >> > > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> >> > > 
> >> > > Notice the "-L/usr/local/lib -Wl,--as-needed".
> >> > > The "-L/usr/local/lib" part comes from the configure arg:
> >> > > 
> >> > >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> >> > > 
> >> > > The "-Wl,--as-needed" comes from
> >> > > 
> >> > >   $ grep as-needed configure.ac
> >> > >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> >> > > 
> >> > > That results in the following line in src/Makefile:
> >> > > 
> >> > >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> >> > > 
> >> > > and that's what is passed in the above command line. Now, libtool
> >> > > apparently preprocesses the line into something else; in particular,
> >> > > it reorders the options. The very next command is:
> >> > > 
> >> > > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> >> > > 
> >> > > Notice where the -L/usr/local/lib has been moved.
> >> > > As described previously, if it comes after -lsox
> >> > > instead of before it, it links just fine.
> >> > 
> >> > That being said, the same problem is present in the master branch,
> >> > but it works in 14.4.2, where the libtool line is
> >> > 
> >> > bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
> >> > nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
> >> > ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
> >> >                          -lm
> >> > 
> >> > which becomes (without 'silent')
> >> > 
> >> > libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> >
> > With the current new-build, the ultimate linkage fails on OpenBSD
> > for plain ./configure (without any args or env variables):
> >
> > /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
> > libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> > ld: error: undefined symbol: lsx_realloc_array
> >
> > NB: -o .libs/sox sox.o -lsox ...
> >
> > Is it the literal '.' in "-L.*"?
> > It works with "-L\.*"
> 
> Aargh, the OpenBSD package for GNU libtool is slightly (9 years) old.

Yes. That would be around 2011; the OpenBSD libtool is from 2012
- since then, the GNU libtool is only kept for ports that require it
(unlike the audio/sox port).

Do you run a newer version of GNU libtool on your OpenBSD machine
that behaves differently with respect to the "." pattern
and makes the current new-build link?



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 14:10                                         ` Jan Stary
@ 2020-08-27 14:38                                           ` Jan Stary
  0 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27 14:38 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 16:10:12, hans@stare.cz wrote:
> On Aug 27 14:31:51, mans@mansr.com wrote:
> > Jan Stary <hans@stare.cz> writes:
> > 
> > > On Aug 27 11:40:48, hans@stare.cz wrote:
> > >> On Aug 24 08:56:43, hans@stare.cz wrote:
> > >> > On Aug 23 23:55:51, hans@stare.cz wrote:
> > >> > > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> > >> > > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> > >> > > > >
> > >> > > > > The first works, the second does not.
> > >> > > > > The only difference between the two is the place
> > >> > > > > where the extra -L/usr/local/lib gets added,
> > >> > > > > as described in the previous emails.
> > >> > > 
> > >> > > And it seems libtool itself is the one who breaks it.
> > >> > > This is the failing line again:
> > >> > > 
> > >> > > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> > >> > > 
> > >> > > Notice the "-L/usr/local/lib -Wl,--as-needed".
> > >> > > The "-L/usr/local/lib" part comes from the configure arg:
> > >> > > 
> > >> > >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> > >> > > 
> > >> > > The "-Wl,--as-needed" comes from
> > >> > > 
> > >> > >   $ grep as-needed configure.ac
> > >> > >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> > >> > > 
> > >> > > That results in the following line in src/Makefile:
> > >> > > 
> > >> > >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> > >> > > 
> > >> > > and that's what is passed in the above command line. Now, libtool
> > >> > > apparently preprocesses the line into something else; in particular,
> > >> > > it reorders the options. The very next command is:
> > >> > > 
> > >> > > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> > >> > > 
> > >> > > Notice where the -L/usr/local/lib has been moved.
> > >> > > As described previously, if it comes after -lsox
> > >> > > instead of before it, it links just fine.
> > >> > 
> > >> > That being said, the same problem is present in the master branch,
> > >> > but it works in 14.4.2, where the libtool line is
> > >> > 
> > >> > bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
> > >> > nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
> > >> > ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
> > >> >                          -lm
> > >> > 
> > >> > which becomes (without 'silent')
> > >> > 
> > >> > libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> > >
> > > With the current new-build, the ultimate linkage fails on OpenBSD
> > > for plain ./configure (without any args or env variables):
> > >
> > > /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
> > > libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> > > ld: error: undefined symbol: lsx_realloc_array
> > >
> > > NB: -o .libs/sox sox.o -lsox ...
> > >
> > > Is it the literal '.' in "-L.*"?
> > > It works with "-L\.*"
> > 
> > Aargh, the OpenBSD package for GNU libtool is slightly (9 years) old.
> 
> Yes. That would be around 2011; the OpenBSD libtool is from 2012
> - since then, the GNU libtool is only kept for ports that require it
> (unlike the audio/sox port).
> 
> Do you run a newer version of GNU libtool on your OpenBSD machine
> that behaves differently with respect to the "." pattern
> and makes the current new-build link?

Maybe that's not it -
the patch in configure.ac doesn't apply cleanly.


$ doas pkg_add -i libtool
$ env AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.16 autoreconf -i
$ find . -name libtool\*
./m4/libtool.m4
$ ./configure --disable-silent-rules --prefix=$HOME
[...]
config.status: executing libtool commands
No such line 10787 in input file, ignoring
1 out of 3 hunks failed--saving rejects to libtool.rej
[...]

(Should the while build fail here?)

$ find . -name libtool\*
./m4/libtool.m4
./libtool
./libtool.rej
./libtool.orig

$ cat libtool.rej
@@ -9144,7 +9146,7 @@
	*) func_append new_libs " $deplib" ;;
	esac
       done
-      compile_deplibs=$new_libs
+      compile_deplibs="$pri_libs $new_libs"


       func_append compile_command " $compile_deplibs"

$ diff libtool.orig libtool
--- libtool.orig	Thu Aug 27 16:21:12 2020
+++ libtool	Thu Aug 27 16:21:12 2020
@@ -9122,6 +9122,7 @@ EOF
       # move library search paths that coincide with paths to not yet
       # installed libraries to the beginning of the library search list
       new_libs=
+      pri_libs=
       for path in $notinst_path; do
	case " $new_libs " in
	*" -L$path/$objdir "*) ;;
@@ -9135,6 +9136,7 @@ EOF
       done
       for deplib in $compile_deplibs; do
	case $deplib in
+	-L.*) func_append pri_libs " $deplib" ;;
	-L*)
	  case " $new_libs " in
	  *" $deplib "*) ;;

(In case you would like a user account on an actual OpenBSD system,
send me you public key.)

Instead of trying to patch the broken libtool,
can ./configure jus use /usr/bin/libtool on OpenBSD?
While

/bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lopus -lm -Wl,-rpath,/usr/local/lib
ld: error: undefined symbol: lsx_realloc_array

fails, "make LIBTOOL=/usr/bin/libtool" works just fine:

/usr/bin/libtool  --tag=CC    --mode=link gcc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	 -Wl,--as-needed -o sox sox.o  libsox.la		      -lm
libtool: link: gcc -o .libs/sox -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed sox.o -L.libs -lsox -lFLAC -logg -lm -lopusfile -lopus -lsndio -lvorbis -lvorbisenc -lvorbisfile -Wl,-rpath-link,/usr/local/lib

Note the "/usr/bin/libtool" instead of "/bin/sh ../libtool".

Also, patching with a diff between libtool~ and libtool
(as configure.ac currently does) apparently requires
a specific version of GNU libtool; and is doomed to fail
on every subsequent run anyway.

	Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 13:31                                       ` Måns Rullgård
  2020-08-27 14:10                                         ` Jan Stary
@ 2020-08-27 15:11                                         ` Måns Rullgård
  2020-08-27 17:41                                           ` Jan Stary
  1 sibling, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 15:11 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Måns Rullgård <mans@mansr.com> writes:

> Jan Stary <hans@stare.cz> writes:
>
>> On Aug 27 11:40:48, hans@stare.cz wrote:
>>> On Aug 24 08:56:43, hans@stare.cz wrote:
>>> > On Aug 23 23:55:51, hans@stare.cz wrote:
>>> > > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
>>> > > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
>>> > > > >
>>> > > > > The first works, the second does not.
>>> > > > > The only difference between the two is the place
>>> > > > > where the extra -L/usr/local/lib gets added,
>>> > > > > as described in the previous emails.
>>> > > 
>>> > > And it seems libtool itself is the one who breaks it.
>>> > > This is the failing line again:
>>> > > 
>>> > > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
>>> > > 
>>> > > Notice the "-L/usr/local/lib -Wl,--as-needed".
>>> > > The "-L/usr/local/lib" part comes from the configure arg:
>>> > > 
>>> > >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
>>> > > 
>>> > > The "-Wl,--as-needed" comes from
>>> > > 
>>> > >   $ grep as-needed configure.ac
>>> > >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
>>> > > 
>>> > > That results in the following line in src/Makefile:
>>> > > 
>>> > >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
>>> > > 
>>> > > and that's what is passed in the above command line. Now, libtool
>>> > > apparently preprocesses the line into something else; in particular,
>>> > > it reorders the options. The very next command is:
>>> > > 
>>> > > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
>>> > > 
>>> > > Notice where the -L/usr/local/lib has been moved.
>>> > > As described previously, if it comes after -lsox
>>> > > instead of before it, it links just fine.
>>> > 
>>> > That being said, the same problem is present in the master branch,
>>> > but it works in 14.4.2, where the libtool line is
>>> > 
>>> > bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
>>> > nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
>>> > ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
>>> >                          -lm
>>> > 
>>> > which becomes (without 'silent')
>>> > 
>>> > libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
>>
>> With the current new-build, the ultimate linkage fails on OpenBSD
>> for plain ./configure (without any args or env variables):
>>
>> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
>> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
>> ld: error: undefined symbol: lsx_realloc_array
>>
>> NB: -o .libs/sox sox.o -lsox ...
>>
>> Is it the literal '.' in "-L.*"?
>> It works with "-L\.*"
>
> Aargh, the OpenBSD package for GNU libtool is slightly (9 years) old.

Now it works with both the old and current libtool versions.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 15:11                                         ` Måns Rullgård
@ 2020-08-27 17:41                                           ` Jan Stary
  2020-08-27 18:50                                             ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27 17:41 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 16:11:44, mans@mansr.com wrote:
> >>> > > > > cc [...] -o .libs/sox sox.o  -L./.libs -lsox -L/usr/local/lib -lpng [...]
> >>> > > > > cc [...] -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng [...]
> >>> > > > >
> >>> > > > > The first works, the second does not.
> >>> > > > > The only difference between the two is the place
> >>> > > > > where the extra -L/usr/local/lib gets added,
> >>> > > > > as described in the previous emails.
> >>> > > 
> >>> > > And it seems libtool itself is the one who breaks it.
> >>> > > This is the failing line again:
> >>> > > 
> >>> > > /bin/sh ../libtool  --tag=CC    --mode=link cc  -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes   -avoid-version -module -L/usr/local/lib -Wl,--as-needed -o sox sox.o  libsox.la                      -lm
> >>> > > 
> >>> > > Notice the "-L/usr/local/lib -Wl,--as-needed".
> >>> > > The "-L/usr/local/lib" part comes from the configure arg:
> >>> > > 
> >>> > >   ./configure CC=cc CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib
> >>> > > 
> >>> > > The "-Wl,--as-needed" comes from
> >>> > > 
> >>> > >   $ grep as-needed configure.ac
> >>> > >   AX_APPEND_LINK_FLAGS([-Wl,--as-needed])
> >>> > > 
> >>> > > That results in the following line in src/Makefile:
> >>> > > 
> >>> > >   LDFLAGS = -L/usr/local/lib -Wl,--as-needed
> >>> > > 
> >>> > > and that's what is passed in the above command line. Now, libtool
> >>> > > apparently preprocesses the line into something else; in particular,
> >>> > > it reorders the options. The very next command is:
> >>> > > 
> >>> > > libtool: link: cc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lpng -lltdl -lao -lgsm -lmad -lmp3lame -ltwolame -lid3tag -lz -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/local/lib
> >>> > > 
> >>> > > Notice where the -L/usr/local/lib has been moved.
> >>> > > As described previously, if it comes after -lsox
> >>> > > instead of before it, it links just fine.
> >>> > 
> >>> > That being said, the same problem is present in the master branch,
> >>> > but it works in 14.4.2, where the libtool line is
> >>> > 
> >>> > bin/sh ../libtool --silent  --tag=CC   --silent --mode=link cc -Wtraditional-co
> >>> > nversion  -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-protot
> >>> > ypes -pedantic   -avoid-version -module -L/usr/local/lib -o sox sox.o  libsox.la
> >>> >                          -lm
> >>> > 
> >>> > which becomes (without 'silent')
> >>> > 
> >>> > libtool: link: cc -Wtraditional-conversion -g -O2 -fstack-protector -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic -o .libs/sox sox.o  -L/usr/local/lib -L./.libs -lsox -lltdl -lpng -lao -lgsm -lmad -lid3tag -lz -lmp3lame -ltwolame -lopusfile -lopus -lsndio -lvorbisfile -lwavpack -lcrypto -lsndfile -lFLAC -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> >>
> >> With the current new-build, the ultimate linkage fails on OpenBSD
> >> for plain ./configure (without any args or env variables):
> >>
> >> /bin/sh ../libtool  --tag=CC	--mode=link gcc	 -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes	   -Wl,--as-needed -o sox sox.o	 libsox.la			-lm
> >> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -Wl,--as-needed -o .libs/sox sox.o  -lsox -L/usr/local/lib -lFLAC -lopusfile -lopus -lsndio -lvorbisenc -lvorbisfile -lvorbis -logg -lm -Wl,-rpath,/home/hans/lib -Wl,-rpath,/usr/local/lib
> >> ld: error: undefined symbol: lsx_realloc_array
> >>
> >> NB: -o .libs/sox sox.o -lsox ...
> >>
> >> Is it the literal '.' in "-L.*"?
> >> It works with "-L\.*"
> >
> > Aargh, the OpenBSD package for GNU libtool is slightly (9 years) old.
> 
> Now it works with both the old and current libtool versions.

I tested with libtool-2.4.2p0 as installed by the OpenBSD package,
and it works, in that the resulting ./libtool issues a working link cmd.

However, having a patch in a build system that is not even expected
to apply cleanly is extremely fragile (beside being ugly).
It depends on the precise GNU libtool version;
that's the opposite of portability. The comment says

	  Only one of hunks 3 and 4 is expected to apply.
	  Which one depends on the libtool version.

*The* libtool version? Meaning one of 2.4.2 or 2.4.6?
What about all the other versions?

Also, the failed patches accumulate with subsequent runs:

	./libtool
	./libtool.rej
	./libtool.orig
	./libtool.rej.orig

Why not simply set LIBTOOL=/usr/bin/libtool once we figure
this is OpenBSD? That works independently of the version,
will not break after the libtool port is updated,
and doesn't need to apply patches that do not apply.

Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:21 Jan Stary
  2020-08-27 10:54 ` Jan Stary
  2020-08-27 11:52 ` Måns Rullgård
@ 2020-08-27 17:45 ` Jan Stary
  2020-08-27 18:59   ` Måns Rullgård
  2020-08-27 20:01 ` Jan Stary
  3 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27 17:45 UTC (permalink / raw)
  To: sox-devel

> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib
> 
> 	Full path of .libs/libsox.so and the external libraries,
> 	-lm -lmagic for the system libraries.
> 	Not sure how /usr/local/lib got there
> 	- /usr/local doesn't even exist here.

The /usr/local/ path is there even with ./configure --prefix=$HOME
- how does it get there?



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 17:41                                           ` Jan Stary
@ 2020-08-27 18:50                                             ` Måns Rullgård
  2020-08-27 19:18                                               ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 18:50 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> However, having a patch in a build system that is not even expected
> to apply cleanly is extremely fragile (beside being ugly).
> It depends on the precise GNU libtool version;

I'm perfectly happy to ignore it and let OpenBSD users deal with it
however they please.  You're the one refusing to accept the simple and
obvious solution of not setting LDFLAGS.  Until you make up your mind,
I'll leave this patch to the side and proceed with more meaningful
things.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 17:45 ` Jan Stary
@ 2020-08-27 18:59   ` Måns Rullgård
  2020-08-27 19:51     ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-27 18:59 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

>> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib
>> 
>> 	Full path of .libs/libsox.so and the external libraries,
>> 	-lm -lmagic for the system libraries.
>> 	Not sure how /usr/local/lib got there
>> 	- /usr/local doesn't even exist here.
>
> The /usr/local/ path is there even with ./configure --prefix=$HOME
> - how does it get there?

Maybe your HOME is set to /usr/local.  Maybe you made some mistake.
Frankly, I don't give a damn.  It's not happening here.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 18:50                                             ` Måns Rullgård
@ 2020-08-27 19:18                                               ` Jan Stary
  2020-08-28  4:54                                                 ` Jan Stary
  2020-08-28  9:13                                                 ` Måns Rullgård
  0 siblings, 2 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27 19:18 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 19:50:52, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > However, having a patch in a build system that is not even expected
> > to apply cleanly is extremely fragile (beside being ugly).
> > It depends on the precise GNU libtool version;
> 
> I'm perfectly happy to ignore it and let OpenBSD users deal with it
> however they please.  You're the one refusing to accept the simple and
> obvious solution of not setting LDFLAGS.

A simple and obvious solution is to set
LIBTOOL=/usr/bin/libtool on OpenBSD, which

1. does not have the very bug that's causing the problem
2. is native to the platform

Don't you find it cleaner and more maintainable
than the current "patch" to the broken GNU libtool?

No, really: don't you?



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 18:59   ` Måns Rullgård
@ 2020-08-27 19:51     ` Jan Stary
  0 siblings, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-27 19:51 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 19:59:31, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> >> libtool: link: gcc -g -O2 -fstack-protector-strong -Wall -Wmissing-prototypes -Wstrict-prototypes -fopenmp -Wl,--as-needed -o .libs/sox sox.o  ./.libs/libsox.so -L/usr/pkg/lib -lmagic /usr/pkg/lib/libFLAC.so /usr/pkg/lib/libopusfile.so /usr/pkg/lib/libopus.so /usr/pkg/lib/libvorbisenc.so /usr/pkg/lib/libvorbisfile.so /usr/pkg/lib/libvorbis.so /usr/pkg/lib/libogg.so -lm -fopenmp -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/pkg/lib
> >> 
> >> 	Full path of .libs/libsox.so and the external libraries,
> >> 	-lm -lmagic for the system libraries.
> >> 	Not sure how /usr/local/lib got there
> >> 	- /usr/local doesn't even exist here.
> >
> > The /usr/local/ path is there even with ./configure --prefix=$HOME
> > - how does it get there?
> 
> Maybe your HOME is set to /usr/local.
> Maybe you made some mistake.

That must be it.

> Frankly, I don't give a damn.

That is quite obvious by now.

> It's not happening here.

Right; the very definition of portability.



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27  9:21 Jan Stary
                   ` (2 preceding siblings ...)
  2020-08-27 17:45 ` Jan Stary
@ 2020-08-27 20:01 ` Jan Stary
  2020-08-28  9:21   ` Måns Rullgård
  3 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-27 20:01 UTC (permalink / raw)
  To: sox-devel

On Aug 27 11:21:58, hans@stare.cz wrote:
> Testing on NetBSD 8.0, with the latest commits
> to the new-build branch pulled in.

With ./configure CPPFLAGS=-I/usr/pkg/include LDFLAGS=-L/usr/pkg/lib
the external libraries are detected, with the exception of png:

checking for png.h... yes
checking for png_set_rows in -lpng... no

The problem is that the png library,
as installed by the NetBSD packaging system,
is /usr/pkg/lib/libpng16.so, not /usr/pkg/lib/libpng.so
(the header is /usr/pkg/include/png.h).

All the other libraries link alright
and the corresponding audio formats are supported.

	Jan



_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 19:18                                               ` Jan Stary
@ 2020-08-28  4:54                                                 ` Jan Stary
  2020-08-28  9:13                                                 ` Måns Rullgård
  1 sibling, 0 replies; 89+ messages in thread
From: Jan Stary @ 2020-08-28  4:54 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 27 21:18:21, hans@stare.cz wrote:
> On Aug 27 19:50:52, mans@mansr.com wrote:
> > Jan Stary <hans@stare.cz> writes:
> > 
> > > However, having a patch in a build system that is not even expected
> > > to apply cleanly is extremely fragile (beside being ugly).
> > > It depends on the precise GNU libtool version;
> > 
> > I'm perfectly happy to ignore it and let OpenBSD users deal with it
> > however they please.

The easiest way to deal with it I am aware of
is "make LIBTOOL=/usr/bin/libtool".

Doing that is surely better than trying to patch
the broken GNU libtool, as configure.ac currently does.

> A simple and obvious solution is to set
> LIBTOOL=/usr/bin/libtool on OpenBSD, which
> 
> 1. does not have the very bug that's causing the problem
> 2. is native to the platform
> 
> Don't you find it cleaner and more maintainable
> than the current "patch" to the broken GNU libtool?
> 
> No, really: don't you?


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 19:18                                               ` Jan Stary
  2020-08-28  4:54                                                 ` Jan Stary
@ 2020-08-28  9:13                                                 ` Måns Rullgård
  1 sibling, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-28  9:13 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 27 19:50:52, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> > However, having a patch in a build system that is not even expected
>> > to apply cleanly is extremely fragile (beside being ugly).
>> > It depends on the precise GNU libtool version;
>> 
>> I'm perfectly happy to ignore it and let OpenBSD users deal with it
>> however they please.  You're the one refusing to accept the simple and
>> obvious solution of not setting LDFLAGS.
>
> A simple and obvious solution is to set
> LIBTOOL=/usr/bin/libtool on OpenBSD, which

Feel free to set that variable on your system.  Or, you know, don't set
LDFLAGS in the first place.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-27 20:01 ` Jan Stary
@ 2020-08-28  9:21   ` Måns Rullgård
  2020-08-28  9:35     ` Jan Stary
  0 siblings, 1 reply; 89+ messages in thread
From: Måns Rullgård @ 2020-08-28  9:21 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 27 11:21:58, hans@stare.cz wrote:
>> Testing on NetBSD 8.0, with the latest commits
>> to the new-build branch pulled in.
>
> With ./configure CPPFLAGS=-I/usr/pkg/include LDFLAGS=-L/usr/pkg/lib
> the external libraries are detected, with the exception of png:
>
> checking for png.h... yes
> checking for png_set_rows in -lpng... no
>
> The problem is that the png library,
> as installed by the NetBSD packaging system,
> is /usr/pkg/lib/libpng16.so, not /usr/pkg/lib/libpng.so
> (the header is /usr/pkg/include/png.h).

I will not attempt to guess what alternative names libraries might have
been installed under.  If you've renamed things, it's on you to inform
the build system of the new name.  Like this:

$ ./configure --with-png=png16

See, I already thought of that.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-28  9:21   ` Måns Rullgård
@ 2020-08-28  9:35     ` Jan Stary
  2020-08-28  9:43       ` Måns Rullgård
  0 siblings, 1 reply; 89+ messages in thread
From: Jan Stary @ 2020-08-28  9:35 UTC (permalink / raw)
  To: Måns Rullgård; +Cc: sox-devel

On Aug 28 10:21:41, mans@mansr.com wrote:
> Jan Stary <hans@stare.cz> writes:
> 
> > On Aug 27 11:21:58, hans@stare.cz wrote:
> >> Testing on NetBSD 8.0, with the latest commits
> >> to the new-build branch pulled in.
> >
> > With ./configure CPPFLAGS=-I/usr/pkg/include LDFLAGS=-L/usr/pkg/lib
> > the external libraries are detected, with the exception of png:
> >
> > checking for png.h... yes
> > checking for png_set_rows in -lpng... no
> >
> > The problem is that the png library,
> > as installed by the NetBSD packaging system,
> > is /usr/pkg/lib/libpng16.so, not /usr/pkg/lib/libpng.so
> > (the header is /usr/pkg/include/png.h).
> 
> I will not attempt to guess what alternative names libraries might have
> been installed under.  If you've renamed things, it's on you to inform
> the build system of the new name.  Like this:
> 
> $ ./configure --with-png=png16

That results in

checking for png.h... yes
checking for png_set_rows in -lpng16... no

$ nm /usr/pkg/lib/libpng16.so | grep png_set_rows
000000000001d6f2 T png_set_rows

./configure --help says

--with-png              Use png (YES/no/*)

What does the '*' stand for?
Is there a difference between YES and yes?
(Some other options have 'yes' instead of 'YES'.)
Does the capitalizing mean it's the default?
If so, do the options without capitalized values have no defualt?




_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

* Re: Build system cleanup
  2020-08-28  9:35     ` Jan Stary
@ 2020-08-28  9:43       ` Måns Rullgård
  0 siblings, 0 replies; 89+ messages in thread
From: Måns Rullgård @ 2020-08-28  9:43 UTC (permalink / raw)
  To: Jan Stary; +Cc: sox-devel

Jan Stary <hans@stare.cz> writes:

> On Aug 28 10:21:41, mans@mansr.com wrote:
>> Jan Stary <hans@stare.cz> writes:
>> 
>> > On Aug 27 11:21:58, hans@stare.cz wrote:
>> >> Testing on NetBSD 8.0, with the latest commits
>> >> to the new-build branch pulled in.
>> >
>> > With ./configure CPPFLAGS=-I/usr/pkg/include LDFLAGS=-L/usr/pkg/lib
>> > the external libraries are detected, with the exception of png:
>> >
>> > checking for png.h... yes
>> > checking for png_set_rows in -lpng... no
>> >
>> > The problem is that the png library,
>> > as installed by the NetBSD packaging system,
>> > is /usr/pkg/lib/libpng16.so, not /usr/pkg/lib/libpng.so
>> > (the header is /usr/pkg/include/png.h).
>> 
>> I will not attempt to guess what alternative names libraries might have
>> been installed under.  If you've renamed things, it's on you to inform
>> the build system of the new name.  Like this:
>> 
>> $ ./configure --with-png=png16
>
> That results in
>
> checking for png.h... yes
> checking for png_set_rows in -lpng16... no
>
> $ nm /usr/pkg/lib/libpng16.so | grep png_set_rows
> 000000000001d6f2 T png_set_rows

Then your library search path isn't set right.  If you're hoping to
embark on a two-week argument over the same thing on NetBSD, I'm going
to have to disappoint you.

It works with LIBRARY_PATH=/usr/pkg/lib, and I'm leaving it at that.
If you refuse to use the simple, obvious, and documented solution,
you're on your own.

> ./configure --help says
>
> --with-png              Use png (YES/no/*)
>
> What does the '*' stand for?

It means you can supply an arbitrary name.

> Is there a difference between YES and yes?
> (Some other options have 'yes' instead of 'YES'.)
> Does the capitalizing mean it's the default?
> If so, do the options without capitalized values have no defualt?

Alternatives in capitals are defaults.  Where none is indicated, the
default depends on some other option.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

end of thread, other threads:[~2020-08-28  9:44 UTC | newest]

Thread overview: 89+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 20:40 Build system cleanup Måns Rullgård
2020-08-20 20:40 ` Wolfgang Stoeggl via SoX-devel
2020-08-20 21:22   ` Måns Rullgård
2020-08-20 22:15     ` Wolfgang Stoeggl via SoX-devel
2020-08-21  8:24     ` Jan Stary
2020-08-21  8:16 ` Jan Stary
2020-08-21  8:31   ` Jan Stary
2020-08-21 10:28     ` Måns Rullgård
2020-08-21 12:24       ` Jan Stary
2020-08-21 12:46         ` Måns Rullgård
2020-08-21  8:49   ` Jan Stary
2020-08-21 10:33     ` Måns Rullgård
2020-08-21 12:49       ` Jan Stary
2020-08-21 12:50         ` Jan Stary
2020-08-21 13:32         ` Måns Rullgård
2020-08-21 14:09         ` Jan Stary
2020-08-21 11:15   ` Måns Rullgård
2020-08-21 14:04     ` Jan Stary
2020-08-21 14:47       ` Måns Rullgård
2020-08-21 19:26       ` Wolfgang Stoeggl
2020-08-21 20:20       ` Jan Stary
2020-08-21 15:16   ` Jan Stary
2020-08-21 15:21     ` Jan Stary
2020-08-21 17:08       ` Måns Rullgård
2020-08-21 17:43         ` Jan Stary
2020-08-21 17:52           ` Måns Rullgård
2020-08-21 17:57             ` Jan Stary
2020-08-21 20:17             ` Jan Stary
2020-08-21 20:45               ` Jan Stary
2020-08-21 21:43                 ` Måns Rullgård
2020-08-22  8:17                   ` Jan Stary
2020-08-22 10:10                     ` Måns Rullgård
2020-08-22 15:35                       ` Jan Stary
2020-08-22 15:44                         ` Jan Stary
2020-08-22 20:54                         ` Måns Rullgård
2020-08-23 14:07                           ` Jan Stary
2020-08-23 17:13                             ` Måns Rullgård
2020-08-23 19:46                               ` Jan Stary
2020-08-24 11:04                                 ` Måns Rullgård
2020-08-24 11:19                                   ` Jan Stary
2020-08-27  9:38                                     ` Jan Stary
2020-08-27 10:53                                       ` Måns Rullgård
2020-08-23 21:55                               ` Jan Stary
2020-08-24  6:56                                 ` Jan Stary
2020-08-27  9:40                                   ` Jan Stary
2020-08-27 11:08                                     ` Måns Rullgård
2020-08-27 11:37                                       ` Jan Stary
2020-08-27 11:53                                         ` Måns Rullgård
2020-08-27 13:05                                     ` Jan Stary
2020-08-27 13:31                                       ` Måns Rullgård
2020-08-27 14:10                                         ` Jan Stary
2020-08-27 14:38                                           ` Jan Stary
2020-08-27 15:11                                         ` Måns Rullgård
2020-08-27 17:41                                           ` Jan Stary
2020-08-27 18:50                                             ` Måns Rullgård
2020-08-27 19:18                                               ` Jan Stary
2020-08-28  4:54                                                 ` Jan Stary
2020-08-28  9:13                                                 ` Måns Rullgård
2020-08-24 12:19                                 ` Måns Rullgård
2020-08-24 14:43                                   ` Jan Stary
2020-08-24 14:59                                     ` Måns Rullgård
2020-08-27  9:44                                       ` Jan Stary
2020-08-27 11:08                                         ` Måns Rullgård
2020-08-24 17:22                                     ` Måns Rullgård
2020-08-22 15:43                     ` Jan Stary
2020-08-22 15:48                       ` Jan Stary
2020-08-24 12:18                   ` Jan Stary
2020-08-24 12:27                     ` Måns Rullgård
2020-08-24 13:16                       ` Jan Stary
2020-08-24 14:15                         ` Måns Rullgård
2020-08-27  9:52                           ` Jan Stary
2020-08-27 11:10                             ` Måns Rullgård
  -- strict thread matches above, loose matches on Subject: below --
2020-08-21  8:52 Jan Stary
2020-08-21 10:36 ` Måns Rullgård
2020-08-21 12:22   ` Jan Stary
2020-08-21 12:27     ` Måns Rullgård
2020-08-27  9:21 Jan Stary
2020-08-27 10:54 ` Jan Stary
2020-08-27 11:52 ` Måns Rullgård
2020-08-27 12:40   ` Jan Stary
2020-08-27 12:44     ` Jan Stary
2020-08-27 12:45     ` Måns Rullgård
2020-08-27 17:45 ` Jan Stary
2020-08-27 18:59   ` Måns Rullgård
2020-08-27 19:51     ` Jan Stary
2020-08-27 20:01 ` Jan Stary
2020-08-28  9:21   ` Måns Rullgård
2020-08-28  9:35     ` Jan Stary
2020-08-28  9:43       ` Måns Rullgård

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/sox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).