On OSX with clang, I'm enabling --enable-max-arg-list-hack and that fixes the archiving of the static library. But clang still fails to build the dynamic library and errors out with the message "argument list too long". What's the way to circumvent that one?
Thanks.