|
|
Choosing A Webhost: |
Re: cygwin compilation: msg#00111db.mysql.c++
Bernd Prager wrote: - creating a symbolic link libmysqlclient_r.a to libmysqlclient.la Sorry, but that's wrong. First, the .a vs. .la thing is a libtool thing: if you don't have the libtool files, you need to build them, not fake them with symlinks. Second, the reentrant vs. regular version of libmysqlclient: if you're building MySQL++ with thread support, you really need the reentrant libmysqlclient, not a symlink to the other version. - moving the -lz linker option to the end "LIBS = -lmysqlclient_r -lz" I'm going to have to do some thinking to decide the right way to make that happen. I may have to add a dedicated zlib autoconf test. I don't know why cygwin is so sensitive with the libz library Dependent libraries have to be listed before their dependencies because the GNU linker deals with the libraries right to left: since libmysqlclient depends on libz, if the linker hasn't found the functions in libz by the time it starts looking at the imports in libmysqlclient, it complains. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Connection Issues, Craig Snyder |
|---|---|
| Next by Date: | Re: Connection Issues, Warren Young |
| Previous by Thread: | cygwin compilation, Bernd Prager |
| Next by Thread: | Connection Issues, Craig Snyder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |