I did add -g but not sure how to build static binaries.  Below is what
I did to compile:

autoreconf -f -i

CFLAGS="-O3 -march=pentium4 -mfpmath=sse -msse -msse2 -g" \
./configure                               \
  --prefix=/usr/local/dbmail/2.1_svn1961  \
  --with-pgsql

make
make install

Thanks,
Kevin

On 1/23/06, Paul J Stevens <[EMAIL PROTECTED]> wrote:
>
>
> Kevin wrote:
> > Got above error message prompt on the console, however the IMAP seems
> > still working.
>
> That assertion is actually harmless. It's what happens when a search
> command is given without search arguments other than UID values.
>
> line 613 in dbmail-mailbox.c reads:
>
>         g_return_val_if_fail(search_keys && search_keys[*idx], -1);
>
> those g_return_val_if_fail constructs are less than useful this way.
>
> > Attached is the valgrind output.
>
> which tells me nothing unless you build static binaries and add -g to
> the CFLAGS.
>
> thanks for testing though.
> --
>   ________________________________________________________________
>   Paul Stevens                                      paul at nfg.nl
>   NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
>   The Netherlands________________________________http://www.nfg.nl
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
>

Reply via email to