[Metakit] mingw/msys with 2.4.9.6

Darel Finkbeiner darel.finkbeiner at gmail.com
Fri Dec 1 14:04:10 CET 2006


Ok, so I saw the note about the new update.  I figured I'd try it out.

Now, I use MSYS and mingw and so I don't use the configure script (it
doesn't work) and of course I don't use VC so those are out...

I use this line to compile everything in the ./src directory:
g++ -O3 -c *.cpp -Dq4_INLINE -I../include -I../win

no problems, this works without any errors on 2.4.9.5 and 2.4.9.6  I
then create a static lib using:
ar -cq libmk4.a *.o
ranlib libmk4.a

Cool.  Then I try to compile it into my program with a -lmk4 switch.

With 2.4.9.5 this works without problems.  In 2.4.9.6 however, I get
undefined references for every call to metakit stuff.

Help?

I mean, it's not urgent, since 2.4.9.5 works fine, but it would be
nice to be using the most up-to-date version.  Jus' sayin'

I'm not a genius programmer or super awesome C++ guy, I just write
small little programs and metakit is my favorite, easy-to-use embedded
database library.  So if I'm missing something obvious, then let me
know.  Also, let me know what extra info I can give you.


More information about the Metakit mailing list