xmlrpc-c-config prints out incorrect linker flags
Bug #284515 reported by
Roman Bogorodskiy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xmlrpc-c (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Looks like xmlrpc-c-config scripts returns incorrect linker flags.
I create a simple C++ source file foo.cc:
int main(int argc, char **argv) { return 0; }
I want to compile it and link to xmlrpc-c. I have libxmlrpc-c3-dev package installed using apt-get, so I execute the following command and get an error:
(10:40) novel@hybrid:
/usr/bin/ld: cannot find -lcurl
collect2: ld returned 1 exit status
(10:40) novel@hybrid:
Related branches
To post a comment you must log in.
fldigi uses xmlrpc-c-config in `configure`.
This file contains library name 'xmlrpc_abyss' but it library is absent. libxmlrpc_ server_ abyss.so. 3 libxmlrpc_ server_ abyss++ .a libxmlrpc_ server_ abyss.so libxmlrpc_ server_ abyss.a libxmlrpc_ server_ abyss++ .so.3.06 libxmlrpc_ server_ abyss++ .so.3 libxmlrpc_ server_ abyss.so. 3.6.15 libxmlrpc_ server_ abyss++ .so
==== find ====
$ find /usr/lib -name "*abyss*"
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
==== /find ====