On 09/04/2015 11:36 AM, nicolas.danet@free.fr wrote:
It seems related to missing config.sub file but i have no idea how to fix it for now. Thanks for any help.
config.sub should be automatically generated when running ./autogen.sh.
iirc, OSX shipped a somewhat broken (and/or outdated) version of autotools.
which version of autotools do you have? $ autoreconf --version $ autoconf --version $ automake --version $ aclocal --version
maybe it's just that ./autogen.sh does not re-generate the files in the sub-project. try: $ cd portaudio $ autoreconf -fiv $ cd -
after than continue with ./configure.
gfmadsr IOhannes