error while compiling gcc -
i'm trying compile gcc-code-assist has code completion feature in order use emacs. have been getting error message while compilinng
checking exception model use... configure: error: unable detect exception model make[1]: *** [configure-target-libstdc++-v3] error 1 make[1]: leaving directory `/home/dev/workspace/trash/gcc-code-assist-0.1-4.4.4' make: *** [all] error 2
i'm running ubuntu 12.04 64bit can overcome problem
i found right way compile ... didn't have knowledge of how compile gcc (my first time) after reading through faq of building gcc found problem. turned out had run configure script , make outside source directory ( called gcc-build) directory list looked this
gcc-source/ gcc-build/
then compiled smoothly here's link faq http://gcc.gnu.org/wiki/faq#configure
Comments
Post a Comment