c++/955: missing
mboedigh@amgen.com
mboedigh@amgen.com
Fri Dec 1 10:36:00 GMT 2000
>Number: 955
>Category: c++
>Synopsis: missing
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: rejects-legal
>Submitter-Id: net
>Arrival-Date: Fri Dec 01 10:36:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Mike Boedigheimer
>Release: gcc version 2.95.2 19991024 (release)
>Organization:
>Environment:
alpha-dec-osf4.0
>Description:
can't compile and link
with rope<char>
I get following error:
/usr/bin/ld:
Unresolved:
rope<char, allocator<char> >::_S_min_len
collect2: ld returned 1 exit status
>How-To-Repeat:
g++ t.cc
where t.cc is
#include <rope>
main()
{
crope r(1000000, 'x');
}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Gcc-bugs
mailing list