Ubuntu gcc header files missing
U need to install libstdc6 to get the header files they are not installed by default. U can use synaptic to get it installed
Rgds,
Shrikar
On Thu, Jul 31, 2008 at 10:15 PM, whoosh <whoosh777@blueyonder.co.uk> wrote:
I at last installed Ubuntu Desktop 8.04.1
one useful thing is it has generated a full bootloader for ALL
my bootable partitions.
HOWEVER, trying gcc with eg:
test.c which is just:
#include <stdio.h>
gcc cannot find <stdio.h>
ALL C compilers should find <stdio.h>
that header goes all the way back to the invention of C.
this is x86_64-linux-gnu gcc 4.2.3
gcc -v -c test.c -o test.o
shows the search path, the only search directories which exist are:
/usr/local/include
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/include
/usr/include
NONE of which are any use.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|