pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] pan always crashing fast again


From: Dominique Dumont
Subject: Re: [Pan-users] pan always crashing fast again
Date: Thu, 27 Jul 2023 18:55:50 +0200

On Monday, 24 July 2023 09:44:05 CEST David Chmelik wrote:
> When I used those arguments/flags/switches and ran 'gdb pan' it said it
> has no debugging symbols.  Below is the configure line from the SlackBuild.
> 
> ./configure --prefix=/usr --localstatedir=/var/lib --sysconfdir=/etc
> --mandir=/usr/man --with-gnutls --with-gmime-crypto --with-gtkspell
> --enable-libnotify --enable-gkr --program-prefix= --program-suffix=
> --build=$ARCH-slackware-linux

ok, I guess that's the default behavior on Slackware.

Could you try with:
export CFLAGS="-g"
export CXXFLAGS="-g"

then re-run ./configure and make.

You can run make --trace.
The output will show you the options used with gcc to compile pan.

The command line should show -g

HTH






reply via email to

[Prev in Thread] Current Thread [Next in Thread]