Re: [PATCH/RFC 0/4] perf ui/gtk: Separate out GTK code to a shared object (v2)

2013-08-07 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 06, 2013 at 02:14:12PM +0900, Namhyung Kim escreveu: > Hi, > > This is v2 of gtk code separation patchset to reduce library > dependencies of the perf executable. > > I only built libperf-gtk.so with -fPIC, and it's not linked to libperf > at build time. All unresolved symbols used

Re: [PATCH/RFC 0/4] perf ui/gtk: Separate out GTK code to a shared object (v2)

2013-08-07 Thread Arnaldo Carvalho de Melo
Em Tue, Aug 06, 2013 at 02:14:12PM +0900, Namhyung Kim escreveu: Hi, This is v2 of gtk code separation patchset to reduce library dependencies of the perf executable. I only built libperf-gtk.so with -fPIC, and it's not linked to libperf at build time. All unresolved symbols used for

[PATCH/RFC 0/4] perf ui/gtk: Separate out GTK code to a shared object (v2)

2013-08-05 Thread Namhyung Kim
Hi, This is v2 of gtk code separation patchset to reduce library dependencies of the perf executable. I only built libperf-gtk.so with -fPIC, and it's not linked to libperf at build time. All unresolved symbols used for perf should be resolved at runtime via perf executable (so libperf.a) - I

[PATCH/RFC 0/4] perf ui/gtk: Separate out GTK code to a shared object (v2)

2013-08-05 Thread Namhyung Kim
Hi, This is v2 of gtk code separation patchset to reduce library dependencies of the perf executable. I only built libperf-gtk.so with -fPIC, and it's not linked to libperf at build time. All unresolved symbols used for perf should be resolved at runtime via perf executable (so libperf.a) - I