One correction. I didn't realize until today that Apple's gcc
produces -fPIC code by default. I had been assuming that -fno-common
and -fPIC where equivalent. It is -fno-common that I used when building
liblammpio.a to eliminate the common symbols. So that should be the
flag used when building liblammpio.a when --enable-shared --enabled-static
is used for the lam build.
Jack
|