Re: how to debug glib

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

 



Hello,

On 21 August 2017 at 17:57, 小花海 <1243585005@xxxxxx> wrote:
> These are steps I followed, after the source code is downloaded:
> 1) ./configure --enable-debug=yes

Try:

   CFLAGS=-g ./configure --enable-debug=yes

That will install a new glib to /usr/local. Make sure when you compile
your test program that it links against this new glib, not the system
one. You may need to set PKG_CONFIG_PATH and possibly LD_LIBRARY_PATH.

John
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
https://mail.gnome.org/mailman/listinfo/gtk-list




[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux