Sylvain Petreolle spetreolle@yahoo.fr writes:
The only way to compile is to go into the dll directory and run : make winmm.spec.def (changing the name winmm properly)
Has someone else seen this problem ?
That's normal, the import libs dependencies are only in the top-level dlls makefile. Fixing that would require even more makefile recursion and slow everything down, so it's not worth it. After a make clean you need to run make in the dlls directory at least once.