On Jun 26, 2008 at 13:15, Jan Janak <[EMAIL PROTECTED]> wrote: > One more thing I discovered just now, for some reason some > modules/libraries get recompiled every time I run make install (and they > were already compiled and not touched). This is true for dialog, > presence_b2b, print_lib, rr, xcap. Looking at the list it is probably > the modules that depend on shared libraries. > > You can reproduce it by > sudo make mode=debug install prefix=/ser
They should be only re-linked and not re-compiled (the installed lib has a different run path and so the module should be re-linked). Anyway I'm working right now on experimental make cfg support (e.g: make cfg include_modules=mysql ; make all; make clean ....) and once I manage to make it work, I'll have a look at the other problems. Andrei _______________________________________________ Serdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/serdev
