Hi,
I'm trying to install NetworkManager which is originally a Gnome program but also works for KDE.
It came as:
NetworkManager-0.6.0.tar.gz
I extracted to my home folder using ark. I cd to it from the shell and typed this:
nick@nick-laptop:~/NetworkManager-0.6.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
nick@nick-laptop:~/NetworkManager-0.6.0$ make
make: *** No targets specified and no makefile found. Stop.
what is the problem?
in the folder is a Makefile.in and a Makefile.an so i'm not sure what it wants
Thanks
I'm trying to install NetworkManager which is originally a Gnome program but also works for KDE.
It came as:
NetworkManager-0.6.0.tar.gz
I extracted to my home folder using ark. I cd to it from the shell and typed this:
nick@nick-laptop:~/NetworkManager-0.6.0$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
nick@nick-laptop:~/NetworkManager-0.6.0$ make
make: *** No targets specified and no makefile found. Stop.
what is the problem?
in the folder is a Makefile.in and a Makefile.an so i'm not sure what it wants
Thanks
Comment