I'm having trouble installing basket note pads. I'm running kubuntu dapper drake and I got this error message when I excecuted the installer file:
================================================== ======================
(( Step 1 / 3 : Configuration ))
================================================== ======================
./configure --prefix=/usr
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
================================================== ======================
(( An Error has Been Encountered ))
================================================== ======================
In the most cases, some libraries are missing or cannot be found.
Think to install the *-dev or *-devel packages of your distribution.
For example, if libmng cannot be found,
please check if libmng AND libmng-devel packages are installed on your system.
See the reported errors to know which librarie need to be installed.
I'm kinda new to linux, so I understand that I'm missing some library or something, but don't know which ones or how to get them. Can anyone help me?
-Thanks
================================================== ======================
(( Step 1 / 3 : Configuration ))
================================================== ======================
./configure --prefix=/usr
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
================================================== ======================
(( An Error has Been Encountered ))
================================================== ======================
In the most cases, some libraries are missing or cannot be found.
Think to install the *-dev or *-devel packages of your distribution.
For example, if libmng cannot be found,
please check if libmng AND libmng-devel packages are installed on your system.
See the reported errors to know which librarie need to be installed.
I'm kinda new to linux, so I understand that I'm missing some library or something, but don't know which ones or how to get them. Can anyone help me?
-Thanks
Comment