I'm finally getting around to trying 7.7 with some of my modules, and I've got a few observations:
1. On my install at least, pike/include/pike/precompile.pike was installed without execute permissions.
2. I've tried to compile a few modules that have C language components, and there seems to be a problem with the makefile stubs:
Linking Tree /usr/local/pike/7.7.30/include/pike/smartlink: line 188: -o: command not found Linking failed: /usr/local/pike/7.7.30/include/pike/smartlink -o module.so tree.o support.o rbtree.o splay.o /usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a -lc /usr/lib/gcc/i686-apple-darwin8/4.0.1/libgcc.a make[1]: *** [module.so] Error 1 make: *** [all] Error 2
Any thoughts?
pike-devel@lists.lysator.liu.se