> Well, I tested it. The libggi.conf is properly created, except for one
> thing. It always selects .so as the extension. Since I am building
> with mingw, it should have .dll. I also tested with cygwin, and it also
> picked .so. Below is the configure command I use.
Please try to debug this by doing the following:
Go to the m4 subdirectory and edit the dllext.m4 macro to have something
like:
AC_MSG_CHECKING(for shared library extension)
+ echo
+ echo "Target is ${target}."
+ echo
case "${target}" in
Then regenerate the configure script by running autogen.sh and run
configure. It should give the contents of $target - so that we can see,
what it is set to and why the test doesn't work.
CU, Andy
--
= Andreas Beck | Email : <[EMAIL PROTECTED]> =