[CMake] Running cmake to create binaries on a VFAT partition
(LINUX)
Hendrik Sattler
post at hendrik-sattler.de
Sat Aug 18 05:05:57 EDT 2007
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
More information about the CMake
mailing list