[Bug c++/48879] Compilation cannot find file asm/errno.h

2011-05-05 Thread mancilla at cse dot unsw.edu.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879 --- Comment #4 from Blanca Mancilla 2011-05-05 22:05:53 UTC --- Created attachment 24195 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24195 output of "gcc -v -x c /dev/null -c"

[Bug c++/48879] Compilation cannot find file asm/errno.h

2011-05-05 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/48879] Compilation cannot find file asm/errno.h

2011-05-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879 --- Comment #2 from Jonathan Wakely 2011-05-05 09:11:44 UTC --- Shouldn't this be Component=bootstrap not c++ ? I assume the linux-libc-dev package is installed? That provides asm/errno.h What compiler are you using to bootstrap? If it's the st

[Bug c++/48879] Compilation cannot find file asm/errno.h

2011-05-05 Thread mancilla at cse dot unsw.edu.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879 --- Comment #1 from Blanca Mancilla 2011-05-05 08:48:29 UTC --- I succeeded in compiling by serring the following environment variables: export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu export CPLUS_INCLUDE_PATH=/usr/include/x86_64-linux-gnu