On Mon, 20 Dec 2010, Taco Hoekwater wrote:
Can you have a look at the CXXLD.sh issue reported below? The bug that is referred to is here:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.5/+bug/686381
and reading that will (hopefully) explain enough of the missing quotations from the email exchange below.
Hi Taco,
this problem could be specific for gcc-4.5 or for armel or for the
combination of both.
BTW: Why the comment:
/usr/bin/ld: note: '__exidx_end' is defined in DSO /usr/lib/liblcms.so.1
The macro KPSE_CXX_HACK is used for all C++ programs in TeX Live. It
supplies the configure option `--enable-cxx-runtime-hack'. If enabled (the
default) and using g++, the internal subroutine _KPSE_CXX_HACK tries to
compile and statically link the small test program
#ifdef HAVE_IOSTREAM
#include <iostream>
using namespace std;
#else
#include