Re: pan always crashing fast again
Dominique Dumont <[email protected]> Thu, 27 Jul 2023 18:55:50 +0200
| Newsgroups | gmane.comp.gnome.apps.pan.user |
|---|---|
| Message-ID | <2725267.Isy0gbHreE@ylum> |
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 [email protected] https://lists.nongnu.org/mailman/listinfo/pan-users