|
From: Earnie B. <ear...@ya...> - 2003-02-03 12:37:41
|
Romain Pacanowski wrote: > > Hi all, > > > > I've just downloaded the MySQLC++ sources from www.mysql.com > and I can not compile it. > > First, Do I have to install autoconf and automake (and perl where do I > get it ?) or is there an another way to compile it or to use it with > MinGW ? > > An another question, does anybody use the MySQLC++ for Visual C++, > include files and dll with MinGW. I can not use it the compiler > complains about many many things > > Ooo, your a brave soul. :) I haven't tried that one yet. :-D You as an end user of a package should not need autoconf and other autotools; but, that assumes the package maintainer knows what they're doing. If you need to execute a configure script then you'll need MSYS, and I'll suggest the snapshot, see http://www.mingw.org/download.shtml. If you have a .dsw VC++ style project file then you execute the dsw2mak gawk script you can find in the mingw-utils package. If you really need autoconf, etc then you need the msysDTK package. Earnie. |