Re: [poppler] Static build

2018-12-04 Thread Jeroen Ooms
On Tue, Dec 4, 2018 at 4:44 PM Ranjan Ghosh wrote: > > Hi all, > > I'm desperately trying to create a fully static build without any > dependencies. I already got pretty far (IMHO) and build lots and lots of > other dependent libaries statically (cairo, freetype etc.) without > encountering any

Re: [poppler] Static build

2018-12-04 Thread Jason Crain
On 2018-12-04, Ranjan Ghosh wrote: > [ 71%] Linking CXX executable pdftocairo > /usr/bin/ld: /usr/local/lib/libcairo.a(cairo-image-surface.o): in function > `_cairo_image_surface_finish': > /usr/src/cairo/src/cairo-image-surface.c:846: undefined reference to > `pixman_image_unref' > /usr/bin/ld:

[poppler] Static build

2018-12-04 Thread Ranjan Ghosh
Hi all, I'm desperately trying to create a fully static build without any dependencies. I already got pretty far (IMHO) and build lots and lots of other dependent libaries statically (cairo, freetype etc.) without encountering any major problems. Now, with poppler, I got a first compilation