I'm using kubuntu dapper.
I'm trying to install some packages from source, but gcc won't do
anything for me.
I also write very simple c programs from time to time.
What do I have to install or configure to get it to cooperate?
Here's what happens:
bigbird@sananda:~/installs/ico2xpm-1.1$ ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
I can't even find an stdio.h on my system!
gcc 3.4 and 4.0 packages are installed.
Help appreciated.
Joe
I'm trying to install some packages from source, but gcc won't do
anything for me.
I also write very simple c programs from time to time.
What do I have to install or configure to get it to cooperate?
Here's what happens:
bigbird@sananda:~/installs/ico2xpm-1.1$ ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
I can't even find an stdio.h on my system!
gcc 3.4 and 4.0 packages are installed.
Help appreciated.
Joe
Comment