|
|||||||||||
|
Re: Cant build mysql++ 2.2.3
From: Warren Young <mysqlpp(at)etr-usa.com>
Date: Fri Jun 22 2007 - 15:49:15 EDT
...under what operating system? ...with what compiler? ...with what configure script arguments? > checking for MySQL library directory... Configure is telling you that it's unable to link a trivial program to your C API library. Therefore, your C API library is questionable. Do you have a good reason for using a nonstandard version of MySQL? (It's clear you're not just installing a pre-built version here.) > Why does configure skip the client libraries as incompatible? ld is skipping it, not configure. One cannot make further guesses without knowing details of your toolchain. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=lists@pantek.comReceived on Fri Jun 22 15:47:53 2007 This archive was generated by hypermail 2.1.8 : Fri Jun 22 2007 - 15:50:03 EDT |
||||||||||
|
|||||||||||