F148 - Failure Feedback Forum
I was trying to install Metakit 2.4.9.6 on CentOS 4.4 for a local install with TCL.
Everything compiled just fine, but when I tried to do pkg_mkIndex, I kept getting: warning: error while loading Mk4tcl.so: couldn't load file "./Mk4tcl.so": ./Mk4tcl.so: undefined symbol: __gxx_personality_v0
After some thinking it dawned on me, the configure script was using gcc by default, not g++. I had to do make CC=g++ to get it to compile properly.
You may want to update your configure script to reflect this minor detail.
Must be something specific to CentOS - there is no reference to "gcc" anywhere in unix/configure.in or unix/Makefile.in, so this must be coming from outside.
Imported
Thanks for the report. I don't quite know what to do about this - the configure.in file already has "AC_PROG_CXX" in it, and there is no explicit mention of gcc as far as I can tell.
(pw for this page is "columnwise")
(Changed: stat desc)
(Changed: stat)