Bo Peng wrote: > I removed boost 1.32 installed by my RHEL4 and built boost 1.33.1. > Things went well with './configure, make, make install' but now I get > all libraries with a -gcc suffix, and lyx can not link to them. > Anybody know how to fix this?
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. Georg