Re: [poppler] Static build

2018-12-14 Thread Ranjan Ghosh
Wow. What a wild ride. Once you type "ldd pdf2svg" and you really see "Not a dynamic executable" after literally days of work you almost cannot believe it's true. Thank you so much, Jeroen! It took me a while to finally figure it all out, but I eventually managed to build a static pdf2svg

[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

Re: [poppler] Static build

2018-12-05 Thread Ranjan Ghosh
I think the reason is that I actually must compile every single contributing library that is used by poppler as fully static beforehand instead of just installing them with apt, right? Am 04.12.18 um 23:11 schrieb Jeroen Ooms: On Tue, Dec 4, 2018 at 4:44 PM Ranjan Ghosh wrote: Hi all

Re: [poppler] Static build

2018-12-05 Thread Ranjan Ghosh
double*)': CairoOutputDev.cc:(.text+0xebd): undefined reference to `sqrt' /usr/bin/ld: CairoOutputDev.cc:(.text+0xeed): undefined reference to `sqrt' Am 05.12.18 um 17:53 schrieb Jeroen Ooms: On Wed, Dec 5, 2018 at 5:12 PM Ranjan Ghosh wrote: Hmm. I think it doesnt work that easily. Actually