[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#166703: g++-3.2 should depedens on glibc >= 2.3.



Package: g++-3.2
Version: 1:3.2.1-0pre4
Severity: grave
Justification: renders package unusable

As shown below g++-3.2 needs glibc 2.3 to link this sample program.

$ cat test.cpp
int main()
{
        return 0;
}

$ g++-3.2 test.cpp
/usr/lib/gcc-lib/i386-linux/3.2.1/libstdc++.so: undefined reference to `__strftime_l@GLIBC_2.3'
/usr/lib/gcc-lib/i386-linux/3.2.1/libstdc++.so: undefined reference to `__wcsftime_l@GLIBC_2.3'
/usr/lib/gcc-lib/i386-linux/3.2.1/libstdc++.so: undefined reference to `__uselocale@GLIBC_2.3'
collect2: ld returned 1 exit status

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux finwe 2.4.19 #2 Sun Aug 4 23:25:49 CEST 2002 i686
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro

Versions of packages g++-3.2 depends on:
ii  gcc-3.2                    1:3.2.1-0pre4 The GNU C compiler.
ii  gcc-3.2-base               1:3.2.1-0pre4 The GNU Compiler Collection (base 
ii  libc6                      2.2.5-14.3    GNU C Library: Shared libraries an
ii  libstdc++5-dev             1:3.2.1-0pre4 The GNU stdc++ library version 3 (




Reply to: