| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Jonathan Wakely | Date: | August 22 2008 2:09pm |
| Subject: | Re: Unable to build MySQL++ on Solaris | ||
| View as plain text | |||
2008/8/22 Kartik Mahajan: > > I have a doubt in my mind. Is there a specific way to build the 64 bit > mysqlpp.so library. I mean does the configure step automatically check that > since the client library ie mysqlclient_r.so is 64 bit the libmysqlpp.so > should also be built 64 bit or do we need to make changes in the Makefile. The compiler option -m64 will build a 64-bit lib.
