Tino Mettler: > On Mon, Jan 18, 2016 at 14:14:08 +0000, Chris Knadle wrote: >> Chris Knadle: > > [...] > >> Edit: the actual build failure looks like it might be lack of finding a >> crypto library: > > [...] > >> /usr/bin/ld: cannot find -lcrypto-lQtGui > > Missing space? Should be -lcrypto -lQtGui I think.
Yeah I donno; the only place I see "-lcrypto" is in the xca.pro file: xca.pro:LIBS += -lcrypto -lltdl -lstdc++ and similarly with "-lQtGui": configure.ac: QT_LIBS=" -lQtCore -lQtGui " so best guess is that this is something generated by calling automake. -- Chris -- Chris Knadle chris.kna...@coredump.us