[PATCH 2/3] build: fix DSO dependencies

2010-11-01 Thread Jed Brown
On Fri, Oct 29, 2010 at 18:17, Felipe Contreras wrote: > > Well, it's not possible: pkg-config is supposed to work on win32 and > osx, so all the dependencies must be there, so: > > % pkg-config --libs gmime-2.6 > -pthread -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 > -lgthread-2.0 -lrt -lgl

Re: [PATCH 2/3] build: fix DSO dependencies

2010-11-01 Thread Jed Brown
On Fri, Oct 29, 2010 at 18:17, Felipe Contreras wrote: > > Well, it's not possible: pkg-config is supposed to work on win32 and > osx, so all the dependencies must be there, so: > > % pkg-config --libs gmime-2.6 > -pthread -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 > -lgthread-2.0 -lrt -lgl

[PATCH 2/3] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth wrote: > On Sat, ?5 Jun 2010 14:05:14 +0300, Felipe Contreras gmail.com> wrote: >> At least on Fedora 13, this doesn't link; the linker finds the >> dependencies, and aborts saying we should include them. > ... >> We do need to link at least to

Re: [PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth wrote: > On Sat,  5 Jun 2010 14:05:14 +0300, Felipe Contreras > wrote: >> At least on Fedora 13, this doesn't link; the linker finds the >> dependencies, and aborts saying we should include them. > ... >> We do need to link at least to what we

Re: [PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Carl Worth
On Sat, 5 Jun 2010 14:05:14 +0300, Felipe Contreras wrote: > At least on Fedora 13, this doesn't link; the linker finds the > dependencies, and aborts saying we should include them. ... > We do need to link at least to what we really use, the linker resolves > the dependencies of our dependencie

[PATCH 2/3] build: fix DSO dependencies

2010-10-29 Thread Carl Worth
On Sat, 5 Jun 2010 14:05:14 +0300, Felipe Contreras wrote: > At least on Fedora 13, this doesn't link; the linker finds the > dependencies, and aborts saying we should include them. ... > We do need to link at least to what we really use, the linker resolves > the dependencies of our dependencies

[PATCH 2/3] build: fix DSO dependencies

2010-06-05 Thread Felipe Contreras
At least on Fedora 13, this doesn't link; the linker finds the dependencies, and aborts saying we should include them. /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol 'g_mime_filter_set_size' /usr/bin/ld: note: 'g_mime_filter_set_size' is defined in DSO /usr/lib/libgmime-2.6.so.

[PATCH 2/3] build: fix DSO dependencies

2010-06-05 Thread Felipe Contreras
At least on Fedora 13, this doesn't link; the linker finds the dependencies, and aborts saying we should include them. /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol 'g_mime_filter_set_size' /usr/bin/ld: note: 'g_mime_filter_set_size' is defined in DSO /usr/lib/libgmime-2.6.so.