2010/11/14 River Tarnell river.tarnell@wikimedia.de:
Hi,
During the next maintenance window (Dec 6), we will switch from Sun Studio to GCC as the standard C and C++ compiler for ts-specs (/opt/ts). If you have have locally-compiled C or C++ software, you should read the rest of this mail. Otherwise, this change does not affect you.
I'm trying to switch from CC to gcc. My app uses mysqlpp library. Does /opt/ts/lib contain the libraries of Sun Studio? If I compile with -L /opt/ts/lib -lmysqlpp I've a linking error:
Undefined symbol mysqlpp::Row::at(unsigned int) const mysqlpp::UseQueryResult::fetch_row() mysqlpp::Query::error() const mysqlpp::Connection::query(char const*) ...
How can I use mysqlpp with gcc?
Mauro