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

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -