Re: Gtk_server "-rdynamic" issue following APL Gtk UI tutorial

2021-02-26 Thread Russtopia
Thank you for the response. I looked in src/Gtk/Makefile and indeed the LDFLAGS did not specify -rdynamic. I just added it and that solved the issue. -Russ On Fri, 26 Feb 2021 at 07:03, Dr. Jürgen Sauermann wrote: > Hi Russtopia, > > i have noticed in the past that -rdynamic is somewhat platfo

Re: Gtk_server "-rdynamic" issue following APL Gtk UI tutorial

2021-02-26 Thread Dr . Jürgen Sauermann
Hi Russtopia, i have noticed in the past that -rdynamic is somewhat platform specific - some understand it, some complain. Some background to GTK: GTK dynamically links event handlers like those declared in the files produced by gl