Package: libwibble-dev
Version: 1.1-1+b1
Severity: important

Dear Maintainer,

When I link against libwibble.a, I have an "undefined reference" error:

/* test.cc */
#include <wibble/string.h>
    int main() {
    std::string s = wibble::str::fmtf("hi");
    return 0;
}

$ g++ test.cc -c
$ g++ test.o -lwibble
test.o: In function `main':
test.cc:(.text+0x1b): undefined reference to `wibble::str::fmtf(char const*, 
...)'
collect2: error: ld returned 1 exit status

$ g++ --version
g++ (Debian 4.9.3-3) 4.9.3


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

libwibble-dev depends on no packages.

Versions of packages libwibble-dev recommends:
ii  pkg-config  0.28-1

libwibble-dev suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to