Re: Using -MMD instead of -MD for depndency generation

2010-10-25 Thread Ralf Wildenhues
Hello Holger, thanks for the report. * Holger Freyther wrote on Sat, Oct 23, 2010 at 10:47:47PM CEST: when typing make in the build directory of WebKit/GTK+ it takes multiple minutes until the first file is compiled. Can you go into (a lot) more detail here? What happens during those

ax_lib_mysql.m4 and -as-needed flag

2010-10-25 Thread Sergio Belkin
I am using ax_lib_mysql.m4 in order to detect location of mysql libs, but the problem is that LD_FLAGS is a mixed if LD_FLAGS and LIBS: -rdynamic -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto The problem is that I want only link against mysqlclient, so I want to

Re: Using -MMD instead of -MD for depndency generation

2010-10-25 Thread Holger Freyther
On 10/25/2010 08:09 AM, Ralf Wildenhues wrote: Hello Holger, thanks for the report. * Holger Freyther wrote on Sat, Oct 23, 2010 at 10:47:47PM CEST: when typing make in the build directory of WebKit/GTK+ it takes multiple minutes until the first file is compiled. Can you go into (a