On 21.06.2011 07:57, asif saeed wrote: > I want to build FLTK using my normal restricted user account under my home > directory on Fedora 15 64-bit i-core-3 so that all the fltk dirs (include, > bin, lib) get created under my home directory and I do not have to login > using root and should be able to delete the whole directory sub-tree and can > try the install again. I have tried specifying configure options > particularly the --includedir, --libdir and --bindir but it results in > "bash: configure: command not found" message. The configure script runs fine > when I run it without specifying any options. > > I have returned to building software on Linux after a looooooooong time and > don't remember how I set the various options/flags. I am sure you can help > me fix these minor glitches.
The easiest you can do is to specify only --prefix, e.g. ./configure --prefix=/home/me/my_fltk This will install the whole subtree with include, lib, and such dirs under /home/me/my_fltk. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

