This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/4778: g++ 3.0.* bug


Synopsis: g++ 3.0.* bug

State-Changed-From-To: open->feedback
State-Changed-By: nathan
State-Changed-When: Sun Sep 15 13:21:23 2002
State-Changed-Why:
    your code requires additional libraries, so I can't build it.
    nathan@uha:545>g++ -w 4778.ii |& more
    /tmp/cclFZEy8.o: In function `hashName(RWCString const&)':
    /tmp/cclFZEy8.o(.text+0x15): undefined reference to `RWCString::hash(RWCString::caseCompare) const'
    /tmp/cclFZEy8.o: In function `DBTypeDict::userType(char const*) const':
    /tmp/cclFZEy8.o(.text+0x25d): undefined reference to `RWCString::RWCString[in-charge](char const*)'
    /tmp/cclFZEy8.o(.text+0x2e1): undefined reference to `RWCString::RWCString[in-charge](RWCString const&)'
    /tmp/cclFZEy8.o(.text+0x301): undefined reference to `RWCString::RWCString[in-charge](char const*)'
    /tmp/cclFZEy8.o: In function `__static_initialization_and_destruction_0(int, int)':
    /tmp/cclFZEy8.o(.text+0x3eb): undefined reference to `RWCString::RWCString[in-charge](char const*)'
    /tmp/cclFZEy8.o(.text+0x431): undefined reference to `RWCString::RWCString[in-charge](char const*)'
    /tmp/cclFZEy8.o(.text+0x47a): undefined reference to `RWCString::RWCString[in-charge](char const*)'
    /tmp/cclFZEy8.o(.text+0x4c6): undefined reference to `RWCString::RWCString[in-charge](char const*)'
    /tmp/cclFZEy8.o(.text+0x512): more undefined references to `RWCString::RWCString[in-charge](char const*)' follow
    /tmp/cclFZEy8.o: In function `__static_initialization_and_destruction_0(int, int)':
    /tmp/cclFZEy8.o(.text+0x612): undefined reference to `RWCString::~RWCString [in-charge]()'
    /tmp/cclFZEy8.o(.text+0x625): undefined reference to `RWCString::~RWCString [in-charge]()'
    /tmp/cclFZEy8.o(.text+0x63e): undefined reference to `RWCString::~RWCString [in-charge]()'
    /tmp/cclFZEy8.o(.text+0x651): undefined reference to `RWCString::~RWCString [in-charge]()'
    ...

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4778


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]