From: Eric B. <er...@go...> - 2007-07-28 18:37:41
|
Colin Paul Adams wrote: >>>>>> "Eric" == Eric Bezault <er...@go...> writes: > > Eric> But what is strange is that you are the first one to > Eric> complain about this problem. Does that mean that you are the > Eric> first one to try to boostrap with gec as Eiffel compiler > Eric> under Linux/Unix? > > Eric> Colin, could you give it a try? > > I'm sure I've done it before, but I'm trying it again. > > However, it might be something as simple as the value returned from > umask - If I type umask I get 0002. > > Anyway, a shell script doesn't need to be executable, as you can > execute it by: > > sh <scriptname> I think that the shell script is invoked by using C's 'system'. Something like: system("/path/to/gec.sh") So, do you think that calling: system("sh /path/to_gec.sh") would work? Or should I write: system("/bin/sh /path/to_gec.sh") (in case 'sh' was not the in the path, or aliased to something else)? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |