help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More information about inline function "used but never defined" erro


From: John Pye
Subject: Re: More information about inline function "used but never defined" error?
Date: 21 Feb 2005 05:10:55 -0800

Thanks Paul!

That's really helpful. I'll use that trick next time I am hunting for
one of these linker errors.

Cheers

JP

Paul Pluzhnikov <ppluzhnikov-nsp@charter.net> wrote in message 
news:<m3650s5xzp.fsf@salmon.parasoft.com>...
> Compile units-04.cfail.cpp with:
> 
>   $ /usr/local/gcc-3.2/bin/g++ -S -gstabs units-04.cfail.cpp
> 
> Examine resulting units-04.cfail.s:
> 
>   egrep 'stabn|call.*_ZNK5UnitsILi0ELi0ELi0ELi1ELi0EEcvdEv' units-04.cfail.s 
> | 
>   grep -B1 call
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]