> They compile for me during normal build: Right, but that's not how I installed sox. I used the following cli: yum install sox. The reason why I ask is because I want to create my own c program. And trying to compile one of the examples failed for me. How can I compile 1 of the examples with my current sox install/setup. Compiling using gcc, would that be an option? Best, Peter 2015-02-16 20:28 GMT+01:00 Jan Stary : > On Feb 16 11:22:02, plakroon@gmail.com wrote: > > How do I compile the sox examples? > > They compile for me during normal build: > > $ cd ~/src/sox-14.4.1 > $ ./configure > $ make > $ find . -name example\* -perm +0100 > ./src/.libs/example0 > ./src/.libs/example1 > ./src/.libs/example2 > ./src/.libs/example3 > ./src/.libs/example4 > ./src/.libs/example5 > ./src/example0 > ./src/example1 > ./src/example2 > ./src/example3 > ./src/example4 > ./src/example4.c > ./src/example5 > > The src/.libs/example* files are the exacutables > - except ./src/example4.c, obviously, > which seems to be an error in the 14.4.1 tarball, > also present in 14.4.2rc2: > > $ cd ~/src > $ tar xzf sox-14.4.2rc2.tar.gz > $ cd sox-14.4.2rc2 > $ find . -name example\* -perm +0100 > ./src/example4.c > > > Jan > > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > Sox-users mailing list > Sox-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sox-users >