> gcc suffix or not depends on how the libraries were installed, so we need a > configure check for that. It is the default in normal boost builds with > gcc, but most distributions I know change it.
According to the boost document, boost seems to add such suffix to all libraries installed. Anyway, I only have gcc and I do think a configure check is needed. I will do the rename hack for now. Bo