On 28/01/2012, at 8:23 AM, Theo Schlossnagle wrote:

> On Sat, Jan 28, 2012 at 1:11 AM, James Peach <jpe...@apache.org> wrote:
> 
>> 
>> Undefined                       first referenced
>> symbol                             in file
>> void std::__node_alloc<1,0>::_M_deallocate(void*,unsigned long)
>> libtrafficshell.a(CliCreateCommands.o)
>> ld: fatal: Symbol referencing errors. No output written to
>> .libs/traffic_shell
>> 
> 
> So that's the sum of the issue -- the others are warnings.
> 
> I don't know much about C++, but it can't find that symbol.  That is often
> due to a mis-typing of one of the arguments.

Yeh this symbol is some standard library implementation detail. My guess is 
that we are missing some linker magic or it's due to a problem combining 
stlport and libstdc++.

J

Reply via email to