> > > May be the filesystem where are Fltk sources, was mounted > > using "noexec" flag ? > > Yes, it use noexec flag.
Really? Why are you building things on a noexec filesystem? That seems very odd... (Indeed, going a step further, I would wonder why you would even have a noexec filesystem on a development machine...! Is it on a network drive or something?) > I copied it to home, but : > I done sh ./configure, all was right, except "config.status: > error: cannot find input file: FL/Makefile.in" in the end. > When doing make, I got : > "=== making src === > make[1]: *** No rule to make target `../FL/Fl.H', needed by > `Fl.o'. Stop. > make: *** [all] Error 1" This sounds like the fltk tree has not been copied correctly. You should untar a fresh tarball and try again. Is you home directory mounted on some odd place (like a NFS share or something) that might be messing up your privileges? SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

