Hi- I recently tried recompiling my system with 'emerge -e world', but ncurses won't build. The relevant output is: cd ../obj_s; /usr/bin/g++ -I../c++ -I../include -I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++ -DHAVE_CONFIG_H -I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/../include -I. -I../include -D_GNU_SOURCE -DNDEBUG -O2 -xB -march=pentiumii -fPIC -c /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/demo.cc g++: language B not recognized g++: /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/demo.cc: linker input file unused because linking not done g++: language B not recognized g++: /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/cursesw.cc: linker input file unused because linking not done i686-pc-linux-gnu-ar rv ../lib/libncurses ++.a ../obj_s/cursesf.o ../obj_s/cursesm.o ../obj_s/cursesw.o ../obj_s/cursespad.o ../obj_s/cursesp.o ../obj_s/cursslk.o ../obj_s/cursesapp.o ../obj_s/cursesmain.o i686-pc-linux-gnu-ar: creating ../lib/libncurses++.a i686-pc-linux-gnu-ar: ../obj_s/cursesf.o: No such file or directory make[1]: *** [../lib/libncurses++.a] Error 1
The reason I'm recompiling is I'm trying to get my system compiled with ICC. I followed the instructions at the gentoo Wiki (http://gentoo-wiki.com/HOWTO_ICC_and_Portage ), including adding ncurses to /etc/portage/package.gcc, so it should be trying to compile with GCC (and therefore this shouldn't be an ICC problem). Any help would be greatly appreciated. -Robin K. -- gentoo-user@gentoo.org mailing list