From http://www.adp-gmbh.ch/cpp/gcc/create_lib.html:
Note: the library must start with the three letters
lib
and have the suffix.a
.
Is this an operating system convention, or a gcc
/ar
quirk? Xcode seems to be able to create libraries without the prefix. What's it doing differently?