2 messages in com.mysql.lists.win32Re: MySQL++ and Cygwin 1.1 (latest)
FromSent OnAttachments
Josh Benton20 Apr 2001 12:42 
Sinisa Milivojevic21 Apr 2001 03:44 
Subject:Re: MySQL++ and Cygwin 1.1 (latest)
From:Sinisa Milivojevic (sin@beotel.yu)
Date:04/21/2001 03:44:30 AM
List:com.mysql.lists.win32

Josh Benton wrote:

Before anyone flames me, I have searched the lists for the past 2 hours trying to find an answer to my problem.

I was able to get MySQL 3.23.37 to compile and install under Cygwin 1.1.x (not sure exactly which version it is, I just downloaded/installed it yesterday so it should be current). Now I am trying to compile mysql++ 1.7.8. Here is how I tried to build it.

../automake ../autoconf ../configure cp makefile.win sqlplusint/Makefile make

It complains about not being able to find ../makeinclude. I found a message that said to cp config.cygnus to makeinclude, I tried this as well with no luck. Any help would be greatly appriciated.

Thanks,

Hi!

First of all, you must upgrade your compiler to 2.95.2, just as manual describes in so many places.

Next copy makefile.win in sqlplusint directory and copy config.cygwin to makeinclude in source root dir.

Then cd to sqlplusint and build a library. You will have to build examples manually.

--

Regards,

Sinisa