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




_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users

Reply via email to