Graphite build fails if PPL configured with --disable-shared
Ian Lance Taylor
iant@google.com
Mon May 11 20:13:00 GMT 2009
Another Graphite build issue: it appears that I must not use
--disable-shared when I configure PPL. If I do use --disable-shared, I
get this:
/home/iant/gnu/ppl-0.10.2-install/lib/libppl_c.a(ppl_c_implementation_common.o): In function `finalize':
/home/iant/gnu/ppl-0.10.2/interfaces/C/../../src/ppl.hh:1842: undefined reference to `operator delete(void*)'
followed by thousands of similar errors. This is unfortunate, as it
means that I must manually set LD_LIBRARY_PATH to the directory where
the PPL library is installed. This also makes it harder for anybody
else to run the compiler that I build. This needs to be fixed.
Also, a minor issue: cloog "make clean" fails:
rm /version.h
rm: cannot remove `/version.h': No such file or directory
Thanks.
Ian
More information about the Gcc
mailing list