linking with libtool and

2012-07-15 Thread Дилян Палаузов
Hello, I reverted the changes causing the warnings with static in the header files. The linking problem, Bron mentioned on 12.07., was is caused by (./libtool --config)'s link_all_deplibs=no . Does anybody have an idea, when is link_all_deplibs set to no, and when to yes/unknown? Със

Re: Build failed in Jenkins: cyrus-imapd-master #710

2012-07-15 Thread Greg Banks
On Sun, Jul 15, 2012, at 05:03 AM, Jenkins wrote: See http://ci.cyrusimap.org/job/cyrus-imapd-master/710/ [...] /bin/sh ./libtool --tag=CC --mode=link gcc -fPIC --coverage -fvisibility=hidden -g -O0-o ptclient/ptloader ptclient/ptloader.o imap/mutex_fake.o master/service-thread.o

Re: Build failed in Jenkins: cyrus-imapd-master #711

2012-07-15 Thread Greg Banks
G'day Dilyan, On Sun, Jul 15, 2012, at 05:03 PM, Jenkins wrote: See http://ci.cyrusimap.org/job/cyrus-imapd-master/711/changes [...] libtool: link: gcc -fPIC --coverage -fvisibility=hidden -g -O0 --coverage -o cunit/.libs/unit cunit/unit.o cunit/syslog.o cunit/timeout.o cunit/annotate.o

Re: linking with libtool and

2012-07-15 Thread Greg Banks
On Sun, Jul 15, 2012, at 12:26 PM, Дилян Палаузов wrote: Hello, I reverted the changes causing the warnings with static in the header files. The linking problem, Bron mentioned on 12.07., was is caused by (./libtool --config)'s link_all_deplibs=no . Does anybody have an idea, when

Re: static and HIDDEN

2012-07-15 Thread Greg Banks
On Thu, Jul 12, 2012, at 03:05 PM, Дилян Палаузов wrote: Hello, Dilyan, this warning is caused by some of your recent commits, like libcyrus: mark all local symbols declared in .h with static which made some of the function declarations in header files 'static'. That's just never