Something is broken in the source target if that's the case. Are the .c files missing, or do they have an older timestamp than the .cmod's?
/ Martin Stjernholm, Roxen IS
Previous text:
2003-02-06 00:32: Subject: The Gmp, Math modules and the files module in pike 7.5
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
/ Brevbäraren