[gtkdatabox] How to make a windows dll with mingw



I was able to build gtkdatabox with ./configure, make, etc., using mingw, but the output consists of only an include and lib directory.
This is what I get after "make install":

	include/...
	lib/
		pkgconfig/
			gtkdatabox.pc
		gtkdatabox.la
		gtkdatabox.a

I would like to create a windows dll and I was expecting that
"make install" would create something like this:

	bin/
		gtkdatabox.dll
	include/...
	lib/
		pkgconfig/
			gtkdatabox.pc
		gtkdatabox.dll.a

Is there an option to ./configure that would have make produce the dll?
I tried --enable-shared without success. I want to produce a gtkdatabox.zip archive that will unpack like the pre-built binary versions of gtkdatabox. I though perhaps there was some way ./configure could do that... If not, how should the dll be produced?

Thanks,

-H Sparks

--
Mail: hugh csparks com
Office: 952-955-2800
Mobile: 612-247-2714


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]