On 30.06.2011, at 15:47, Paul R wrote: >> >> On 30.06.2011, at 13:53, Paul R wrote: >> >>> I have just downloaded the final release 1.3.0, i unpacked using tar = >> -xvf filename >>> =20 >>> The files were extracted ok but when i run ./configure in Msys i get " = >> sh: configure: no such file or directory " >>> i am running the command inside the d:/mingw/fltk-1.3.0 folder I have >>> not had a problem with this method before, any ideas? >> >> You need to run "autoconf" first. Or just "make". >> > > > I still cannot get this working... here is my command history > > paulrogan@HW004487 /d/msys/home/mingw/fltk-1.3.0 > $ autoconf > sh: autoconf: command not found > > paulrogan@HW004487 /d/msys/home/mingw/fltk-1.3.0 > $ make > make: *** No targets specified and no makefile found. Stop. > > paulrogan@HW004487 /d/msys/home/mingw/fltk-1.3.0 > $ >
"autoconf" needs to be installed with MinGW then. Maybe you could check your installer for autoconf and load that. It's a quite important tool that you will need for pretty much every OpenSource project. It should have been part of "gcc" oder "make" or some other development package within mingw. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

