On 09/04/2015 11:36 AM, [email protected] 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


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pd-dev mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-dev

Reply via email to