On Wed, Sep 28, 2005 at 08:30:21PM +0000, Timothy C Prince wrote:
> You have specified a C compiler (icc) rather than a C++ compiler (g++
> or icpc) to be used as a C++ compiler. You are attempting to build STL
> methods without use of corresponding libraries. You will need a
> working g++ to supply those libraries. Tim Prince
Exact, it works better with icpc instead of icc.
Thanks
Fabrice BOYRIE
|