Aaron Magill wrote: [] > configure:2575: checking for C++ compiler default output file name > configure:2602: CC conftest.cpp >&5 > Undefined symbols: > "___gxx_personality_v0", referenced from: > _main in cctyyEji.o > CIE in cctyyEji.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > > > > I was able to get configure to complete with the following: CXX=g++ ./ > configure --prefix=/sw
While I agree that configure's idea of taking "CC" as the name of a C++ compiler on MacOSX is stupid and your fix is probably right, I still don't understand why you got the error you have been seeing. Are you on a case-sensitive filesystem, and do you have an executable somewhere on your PATH that is called "CC"? Normally, on the standard OSX case-insensitive HFS+ filesystem, the command "CC" would run /usr/bin/cc which, while not a C++ compiler, would still compile the code in question without error. > I don't know enough about gmm or how the various parts of kde4 tie > together to know if creating a local version of gmm.info with this fix > would be wise or if I should just wait for the maintainer (btw, this > is cc'd to the address fink gave for the maintainer) or kde4 maintainer > (s) to chime in . These two maintainers are one and the same, and AFAIK, he is currently absent. -- Martin ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
