Am Samstag 18 August 2007 09:54 schrieb Clemens Arth: > Any ideas? I'm running UBUNTU 7.04 and the actual cmake 2.4.6; I've > mounted the partition with > > /media/data vfat defaults,utf8,umask=007,gid=46 0 1
You may want to use the dmask and fmask options instead of umask, so that files can actually be executable. It may also be that the default is set to noexec, so you have to use the option exec to be able to run any program from that file system. HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
