View Single Post
Old 05-09-2008, 09:10 PM   #3 (permalink)
lensman3
Registered User
 
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 412
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix


Re: missing configure script

then run configure (../configure - with -gtk)

Are you sure this shouldn't have been ""./.configure -gtk".

By default, unless you have modified your path, Linux (unix and OS X) does not search in the "current working directory" for a program, script, or executible. If you do modify the PATH environment variable, put the dot at the end of the path. It is a security hole if it is any place but the end.

Most of the "build" packages have configure as ".configure". It is prefixed with a dot so it is a hidden file.
lensman3 is offline   Reply With Quote