海亚 发表于 2005-3-21 20:42:02

我想看(linux精华),但是在ML上装不上:chmsee

我下载了精华,在2000下可以看,但是很不方便,因为只能在别的电脑上面看。我下载了chmsee-gtkhtml-0.9.0.tar.tar 想在ML上面装上。但是在config的时候就过不去。
make的时候提示:make: *** 没有指明目标并且找不到 makefile。 停止。
大家还有没有什么好的方法叱?

下面是执行完:config后的所有显示:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whetheraccepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flagworks... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.4.8)
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gtk+-2.0 >= 2.2.2... yes
checking GTK_CFLAGS... -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking GTK_LIBS... -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking for libgtkhtml-3.1 >= 3.1.8... Package libgtkhtml-3.1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-3.1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-3.1' found

configure: error: Library requirements (libgtkhtml-3.1 >= 3.1.8) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
$ make
make: *** 没有指明目标并且找不到 makefile。 停止。

月下刀客 发表于 2005-3-21 23:17:33

需要先下载安装libgtkhtml-3.1支持库文件。到这里搜一下。
http://rpm.pbone.net/

海亚 发表于 2005-3-21 23:48:21

我在上面的网页上面,找到并下载了:libgtkhtml9-0.9.2-10.i386.rpm
RedHat 7.X


但是双击后:KPACKAGE打开,然后点安装,他提示无法安装
warning: //home/chunlei/down/libgtkhtml9-0.9.2-10.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: Failed dependencies:
gnome-print >= 0.24 is needed by libgtkhtml9-0.9.2-10.i386
pspell is needed by libgtkhtml9-0.9.2-10.i386
libart_lgpl.so.2 is needed by libgtkhtml9-0.9.2-10.i386
libdb.so.2 is needed by libgtkhtml9-0.9.2-10.i386
libgal.so.7 is needed by libgtkhtml9-0.9.2-10.i386
libgdk_imlib.so.1 is needed by libgtkhtml9-0.9.2-10.i386
libglade-gnome.so.0 is needed by libgtkhtml9-0.9.2-10.i386
libglade.so.0 is needed by libgtkhtml9-0.9.2-10.i386
libgnomecanvaspixbuf.so.1 is needed by libgtkhtml9-0.9.2-10.i386
libgnomeprint.so.15 is needed by libgtkhtml9-0.9.2-10.i386
libgnome.so.32 is needed by libgtkhtml9-0.9.2-10.i386
libgnomesupport.so.0 is needed by libgtkhtml9-0.9.2-10.i386
libgnomeui.so.32 is needed by libgtkhtml9-0.9.2-10.i386
libxml.so.1 is needed by libgtkhtml9-0.9.2-10.i386
RESULT=1

月下刀客 发表于 2005-3-22 08:59:55

估计你的gnome的版本太低了。缺每行前面的so文件,照上面说的搜了先装。

建议使用较新的发行版。

海亚 发表于 2005-3-22 11:08:43

好的,我回去研究,我装的是ML。
现在我想在另一台电脑上面装ML,但是开机启动后总提示问我一个好像是分辩率的东西。
0 80X25
1 80X50等等
但我好像都试了一个遍也不行,开始安装的时候,看到的ML界面字很大,根本看不到下面的按钮,
我换用LIVE-CD也不行,也是提示上面的0-7,然后我选了后,过一会,显示器就开始斗动了,进不去。

这台显示器是HP的,很旧的15寸

月下刀客 发表于 2005-3-22 11:51:42

80*25之类的应该是每行显示80个字符,共25行。

海亚 发表于 2005-3-22 12:13:03

恩,明白了。看来这个问题应该放到硬件区去。谢谢刀客兄。

我无论选哪个都不行,都看不到ML安装时的界面的版权信息,无法点下面的按钮。

像这种应该属于界面安装。

有没有什么方式进行TEXT文本方式安装啊。

我用ML的光盘,启动后,自动就到安装界面了。没有让你选是用TEXT方式安装,还是界面安装的选项

海豚抱抱 发表于 2005-3-22 13:05:12

我遇到了和楼上一样的问题了.

图形安装界面像是被放大了四倍.而只显示左上的四分之一.下面的根本看不到.

是这次发布的ML1.2光盘启动安装.自动进入图形安装模式.设置各种模式,都是一样的回应.
主板是810的.

TEXT安装如何进入?
页: [1]
查看完整版本: 我想看(linux精华),但是在ML上装不上:chmsee