How to make gtkmm in windows using MinGW


Hi Everybody,

i want to make gtkmm in windows using MinGW compiler 4.4.0 ,but i cant
configure and make the package . i have downloaded the following packages
according to the main site of gtkmm those are :
1) gtk+-bundle_2.16.4-20090708_win32
2) gtkmm-2.17.2.tar
3)libsigc++-2.2.3.tar
4)pangomm-2.24.0.tar
5) glibmm-2.21.3.tar
6)cairomm-1.8.2.tar

For the msys system i have downloaded the following packages :

1) msysCORE-1.0.11-bin.tar
2) MSYS-1.0.11
3) msysDTK-1.0.1
i have installed msys package in the c:\msys\
1.0 folder. from the gtkmm site i could not
understand ,what i have to do to make the lib or dll files
of the gtkmm package.i have tried setting the PKG_CONFIG_PATH to
/c/GTK/lib/pkgconfig and added c:\GTK\bin to my path and created a .profile file in home\sankar in msys with the following content :

PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"/mingw/lib/pkgconfig"
PATH=$PATH:"/C:/Program Files/Common Files/GTK/2.0/bin:/C:/Program Files/Common Files/GTK/2.0/include:/C:/Program Files/Common Files/GTK/2.0/include/gtk-2.0:/C:/Program Files/Common Files/GTK/2.0/include/glib-2.0:/c/Perl/site/bin:/c/Perl/bin "
CVS_RSH=ssh

i executed the following command in msys shell in libsigc++ folder :

./configure
make && make install
but i got some error at make it says that " g++.exe: C:/msys/1.0/mingw/lib/gcc/mingw32/4.4.0/libstdc++.dll.a: No such file or directory ".

Please can anybody give me step by step instruction how to
build the gtkmm package in mingw compiler . Please help me .


With regards .............

Topic archived. No new replies allowed.