howto demangle const types?

Ian Lance Taylor iant@google.com
Thu Feb 3 00:09:00 GMT 2011


Larry Evans <cppljevans@suddenlink.net> writes:

> However, there's no link to where these "usual libiberty demangler
> options" are described.

include/demangle.h

(but you may have found a bug)

> Also, how can I allow the linker to find cplus_demangle_v3?

It's in -liberty, but that library is probably not installed.  You can
find it in a gcc build directory.

Ian



More information about the Gcc-help mailing list