Comment 5 for bug 852617

Revision history for this message
Harish Narayanan (hnarayanan) wrote :

There are no .dylib files in that directory, only .a files. I think this is because clang has replaced gcc as the default compiler and it perhaps uses different command line options to indicate static vs. shared builds.

Will investigate some more.