I’m trying to compile a cryptographic library (crypto++) and I keep getting
the following error,
/usr/lib/gcc-lib/ntox86/2.95.2/…/…/…/…/include/g+±3/stl_algobase.h:427:
Internal compiler error in `dwarfout_finish’, at dwarfout.c:6102
Please submit a full bug report.
See URL:http://www.gnu.org/software/gcc/faq.html#bugreport for
instructions.
make: *** [cryptlib.o] Error 1
I’ve tried qcc and gcc 2.9.5. Note, this only occurs with -g, without it
the code compiles but does not work. Am I also right in saying libcrypt.xxx
is not available for QNXRTP?
Any ideas?