安装basket note pads问题

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
tongtongmay
帖子: 7
注册时间: 2008-09-26 1:11
来自: Singapore

安装basket note pads问题

#1

帖子 tongtongmay » 2008-10-03 18:05

我是彻底的新手,头一次到外面下载软件试着装,可是装不上,遇到下面的问题:
我的系统是ubuntu 8.04,下载的basket是basket-1.0.3.1.tar.gz。

一,使用官方的quick instructions, type "./installer"后,按提示操作,最后出现

代码: 全选

     Step 1 / 3 : Configuration                       ))
    ========================================================================


./configure --prefix=/usr
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
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.
二,之后就使用编译的方法,也装不上,出现这个

代码: 全选

onion@onion-laptop:~/software/basket-1.0.3.1$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
onion@onion-laptop:~/software/basket-1.0.3.1$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
onion@onion-laptop:~/software/basket-1.0.3.1$ make install
make: *** 没有规则可以创建目标“install”。 停止。
这是我头一次安装编译的软件,之后试着装了freeciv,是tar.bz2的文件,编译的时候也出现类似的问题。
请问是我的命令写错了还是什么?
onlymail
帖子: 22
注册时间: 2006-11-05 1:11

Re: 安装basket note pads问题

#2

帖子 onlymail » 2008-11-05 1:23

7.10下也遇到同样的问题
ducs
帖子: 1
注册时间: 2008-11-07 0:13

Re: 安装basket note pads问题

#3

帖子 ducs » 2008-11-07 0:15

sudo apt-get install xorg-dev qt3-dev-tools-embedded kdelibs4-dev
试试装这些,应该可以解决
onlymail
帖子: 22
注册时间: 2006-11-05 1:11

Re: 安装basket note pads问题

#4

帖子 onlymail » 2008-11-07 3:05

ducs 写了:sudo apt-get install xorg-dev qt3-dev-tools-embedded kdelibs4-dev
试试装这些,应该可以解决
按你说的安装上basket了,谢谢。
EYUeyu
帖子: 80
注册时间: 2008-10-08 20:20

Re: 安装basket note pads问题

#5

帖子 EYUeyu » 2008-11-16 14:51

tongtongmay 写了:我是彻底的新手,头一次到外面下载软件试着装,可是装不上,遇到下面的问题:
我的系统是ubuntu 8.04,下载的basket是basket-1.0.3.1.tar.gz。

一,使用官方的quick instructions, type "./installer"后,按提示操作,最后出现

代码: 全选

     Step 1 / 3 : Configuration                       ))
    ========================================================================


./configure --prefix=/usr
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as requested)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
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.
二,之后就使用编译的方法,也装不上,出现这个

代码: 全选

onion@onion-laptop:~/software/basket-1.0.3.1$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
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)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
onion@onion-laptop:~/software/basket-1.0.3.1$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
onion@onion-laptop:~/software/basket-1.0.3.1$ make install
make: *** 没有规则可以创建目标“install”。 停止。
这是我头一次安装编译的软件,之后试着装了freeciv,是tar.bz2的文件,编译的时候也出现类似的问题。
请问是我的命令写错了还是什么?

安装成功后,不能建立basket目录
imlife
帖子: 81
注册时间: 2007-11-26 22:40

Re: 安装basket note pads问题

#6

帖子 imlife » 2008-11-16 23:41

直接新立得里面装呗,需要的包全都自己带上,一点问题没有。
EYUeyu
帖子: 80
注册时间: 2008-10-08 20:20

Re: 安装basket note pads问题

#7

帖子 EYUeyu » 2008-11-19 21:15

imlife 写了:直接新立得里面装呗,需要的包全都自己带上,一点问题没有。
LZ能建立basket目录吗?做过什么设置?我的提示不能建立basket目录,不能使用
fireyecat
帖子: 9
注册时间: 2008-11-26 0:07

Re: 安装basket note pads问题

#8

帖子 fireyecat » 2008-11-28 22:00

EYUeyu 写了:
imlife 写了:直接新立得里面装呗,需要的包全都自己带上,一点问题没有。
LZ能建立basket目录吗?做过什么设置?我的提示不能建立basket目录,不能使用
怎么连Kontact也一起装上了?
回复