> So far I have installed mingw with > binutils, gcc-corem gcc-g++, mingw-runtime, w32api > > Then I installed msys and msys-dev > > I also installed make
Doesn't make comes with msys-dev ? > Then I tired various ./config runs, mainly > > ./config --prefix=z:/ > > As my z drive is a dedicated drive where just mingw and msys is installed > > This always seems to stop on > > configure: creating ./config.status Hm... AFAIK --prefix is not needed on win32; just run ./configure (./config was hopefully a typo :)) and copy FL and *.a files in mingw directory where include/libs resides. If problem persists, some output would be very valuable :) -- Sanel _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

