
Hi Frank,
Frank Strauss strauss@ibr.cs.tu-bs.de wrote:
Yigal> 1. win/makefile - I mailed you the list of lib files (please confirm).
I've applied the change you proposed in that other email. I cannot definetly confirm it, since I don't speak Windows. But it looks correct as far as I can tell.
The change in win/makefile is not w32 specific. It is an update of the object files which required to build the library for libsmi.
Note that win/GNUmakefile requires no changes. It picks the files automatically by the $(wildcard ) function.
Yigal> 2. Is it functionally ok to compile out the for/wait() in loadModule()
Yes. As stated in my recent mail, I've now #ifdef'ed a broader block in loadModule() and other places related to the caching mechanism. This simply makes the caching scheme unsported as if UNIX users would not use the `cache' configuration file command.
-frank
Thanks,