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"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879
Blanca Mancilla changed:
What|Removed |Added
Component|c++ |bootstrap
--- Comment #5 from Blanca Ma
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879
Summary: Compilation cannot find file asm/errno.h
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassig...@
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48445
--- Comment #9 from Blanca Mancilla
2011-04-06 00:50:09 UTC ---
Yeap! The problem was the libraries not found and the make install assumming
make run without error. I had a conflict between the ubuntu c++ and 4.7 in some
other program and while t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48445
mancilla at cse dot unsw.edu.au changed:
What|Removed |Added
Component|bootstrap |other
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48445
--- Comment #2 from mancilla at cse dot unsw.edu.au 2011-04-05 03:44:59 UTC ---
No, I'm building in a separate build directory.
Below is my build sequence.
#!/bin/sh
echo Updatin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48445
Summary: Release does not generate fixincludes directory needed
by Makefile
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: blocker
Priority: P3