Re: Linker Errors when using std::string
Re: Linker Errors when using std::string
- Subject: Re: Linker Errors when using std::string
- From: Simon Stapleton <email@hidden>
- Date: Tue, 16 Oct 2001 15:25:09 +0100 (BST)
>
Subject: Linker Errors when using std::string
>
From: Ben Jansen <email@hidden>
>
To: Cocoa Dev <email@hidden>
>
I'm guessing that these have to do with the std::string class;
however,
>
>
I've no idea what this error means exactly (can't find the string
class'
>
>
member functions?), nor do I know what I can do to fix it. Any
ideas?
Well, you're right about where the error's coming from...
I think you're probably missing a library from your link step
(libCstd, IIRC, i.e. -lCstd in your linker flags)
Simon
--
PGP Key ID : 0x50D0698D
--
If the answer isn\'t obvious, the question is a distraction. Go find
an easier question.