On Mon, Jun 12, 2006 at 10:30:21PM +0200, Steinar H. Gunderson wrote: > It would be really useful if anybody but Martin could reproduce this; perhaps > the maintainer has any idea.
I forgot to add: Stuff from fp-utils (which is supposedly compiled with fp-compiler?) _does_ work, but it seems to behave different in general. For instance, look at the last few lines of "strace -vffs 5000 ppdep >/dev/null": tbm's machine: write(1, " -V Be more verbose\n", 45) = 45 write(1, " -? or -H This HelpScreen\n", 45) = 45 write(1, "\0\0\0\0\0\0\0\0\0\0\0\0 -A[call] Add compiler calls to makefile (all files)", 71) = 71 write(1, "\0\0\0\0\0\0\0\0\0\0\0\0 -F[call] Add compiler calls to makefile (only top file)", 75) = 75 exit(1) = ? and on bruckner: write(1, " -V Be more verbose\n", 45) = 45 write(1, " -? or -H This HelpScreen\n", 45) = 45 write(1, " -A[call] Add compiler calls to makefile (all files)\n", 72) = 72 write(1, " -F[call] Add compiler calls to makefile (only top file)\n", 76) = 76 exit(1) = ? Process 7112 detached Something is really odd here. :-) /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

