tcc 0.9.25 doesn't set the execution bit if the executable is overwritten. To reproduce the problem:
ypig% touch tst ypig% ls -l tst -rw-r--r-- 1 vlefevre vlefevre 0 2010-04-14 00:53:30 tst ypig% tcc tst.c -o tst ypig% ls -l tst -rw-r--r-- 1 vlefevre vlefevre 3456 2010-04-14 00:53:38 tst -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon) _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
