Hi, we're building our project with automatic generated Makefiles (using qt's .pro files, although some modules have nothing to do with qt!). The problem is that if a static linked library has changed, it says "nothing to be done for..." (binary file is older than static lib so it should be relinked). Does anyone know how to avoid this behavior (any flags for g++)? Thanks in advance Jupp Tscheak