Package: lsb-build-cc3
Version: 3.1.1-2
Severity: normal

check the following small program, it can't compile with lsbc++3.
lsbc++2 does not have this bug.

$ cat bug.cpp
#include <string>
int main() { std::string a[1] = {"1"}; }
$ lsbc++3 bug.cpp
/tmp/ccdKNNm6.o: In function `main':
bug.cpp:(.text+0x22): undefined reference to `std::allocator<char>::allocator()'
bug.cpp:(.text+0x46): undefined reference to 
`std::allocator<char>::~allocator()'
bug.cpp:(.text+0x55): undefined reference to 
`std::allocator<char>::~allocator()'
collect2: ld returned 1 exit status




-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages lsb-build-cc3 depends on:
hi  g++-3.4                       3.4.6-4    The GNU C++ compiler
hi  gcc-3.4                       3.4.6-4    The GNU C compiler
ii  lsb-build-base3               3.1.1-2    LSB v3.x Development tools base pa

lsb-build-cc3 recommends no packages.

-- debconf-show failed


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

Reply via email to