Hey all,
The Gmp/ and _math/ directories in src/modules/ both contain .cmod files which requires that the system where pike is compiled (even from exported sources) will require an existing pike before even tpike is linked. I thought that moving them to post_modules/ would be a temporary solution, but then files/stat.o linking fails since it cannot find f_max/f_min which are defined in the _math/math.c file. The other solution is to precompile those files when exporting the sources, but alas - I have no idea how to do that :)
thanks,
marek