Re: Compile error - basic_string.h

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

 



Hi Autumn,

> Can you give me any suggestions on where I should try to start debugging
> this?

My first suspicion is that somewhere there is a preprocessor #define that is
making a symbol that is stomping on what should be a different symbol
elsewhere.

Look at the preprocessed output, using the -E switch.

Look at the post mortem preprocessor symbols (does not include those
#undef'd along the way), using the -E -dM switches.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux