Thanks very much Earl for the incredibly quick reply. Works great now.
>From: Earl Miles <merlin@stripped>
>To: plusplus@stripped
>Subject: Re: Problems building anything that #include's mysql++.h
>Date: Tue, 25 Jan 2005 20:22:56 -0800
>
>Luke Williams wrote:
>
>>MySQL++ compiles and installs fine on my Linux box, but anything trying to
>>#include <mysql++.h> doesn't. Apparently it can't find mysql.h. I know
>>that I have this file in /usr/include/mysql/, but I can't find a way to
>>tell mysql++ this. Can anyone suggest a solution?
>>Thanks,
>>Luke
>>
>>
>>
>You need -I/usr/include/mysql as an option to gcc.
>
>--
>MySQL++ Mailing List
>For list archives: http://lists.mysql.com/plusplus
>To unsubscribe:
>http://lists.mysql.com/plusplus?unsub=1
>