LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 3678|回复: 32

RedHat 8.0安装XSIM遇到问题,请各位大哥一定帮忙啊,急

[复制链接]
发表于 2002-10-6 08:42:28 | 显示全部楼层 |阅读模式
执行make后出现
 楼主| 发表于 2002-10-6 08:43:01 | 显示全部楼层
如果接着执行make install
 楼主| 发表于 2002-10-6 08:43:46 | 显示全部楼层
再执行make install-data
发表于 2002-10-6 11:51:47 | 显示全部楼层
能否告诉我你的BDB的版本号,什么版本的LINUX,GCC的版本
同时希望能够吧config.log给我看一下
 楼主| 发表于 2002-10-6 13:18:07 | 显示全部楼层
BDB是什么啊,菜鸟一个不明白,系统是RedHat 8.0 gcc为3.2
 楼主| 发表于 2002-10-6 13:19:36 | 显示全部楼层
config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --with-cn-locale=GB2312

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.18-14
uname -s = Linux
uname -v = #1 Wed Sep 4 12:13:11 EDT 2002

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1468: checking for g++
configure:1484: found /usr/bin/g++
configure:1494: result: g++
configure:1510: checking for C++ compiler version
configure:1513: g++ --version </dev/null >&5
g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1516: $? = 0
configure:1518: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:1521: $? = 0
configure:1523: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:1526: $? = 1
configure:1552: checking for C++ compiler default output
configure:1555: g++    conftest.cc  >&5
configure:1558: $? = 0
configure:1591: result: a.out
configure:1596: checking whether the C++ compiler works
configure:1602: ./a.out
configure:1605: $? = 0
configure:1620: result: yes
configure:1627: checking whether we are cross compiling
configure:1629: result: no
configure:1632: checking for suffix of executables
configure:1634: g++ -o conftest    conftest.cc  >&5
configure:1637: $? = 0
configure:1659: result:
configure:1665: checking for suffix of object files
configure:1689: g++ -c   conftest.cc >&5
configure:1692: $? = 0
configure:1711: result: o
configure:1715: checking whether we are using the GNU C++ compiler
configure:1742: g++ -c   conftest.cc >&5
configure:1745: $? = 0
configure:1748: test -s conftest.o
configure:1751: $? = 0
configure:1763: result: yes
configure:1769: checking whether g++ accepts -g
configure:1793: g++ -c -g  conftest.cc >&5
configure:1796: $? = 0
configure:1799: test -s conftest.o
configure:1802: $? = 0
configure:1812: result: yes
configure:1858: g++ -c -g -O2  conftest.cc >&5
configure:1861: $? = 0
configure:1864: test -s conftest.o
configure:1867: $? = 0
configure:1895: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:1887: `exit' undeclared (first use this function)
configure:1887: (Each undeclared identifier is reported only once for each
   function it appears in.)
configure:1898: $? = 1
configure: failed program was:
#line 1876 "configure"
#include "confdefs.h"

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
exit (42);
  ;
  return 0;
}
configure:1858: g++ -c -g -O2  conftest.cc >&5
configure:1861: $? = 0
configure:1864: test -s conftest.o
configure:1867: $? = 0
configure:1895: g++ -c -g -O2  conftest.cc >&5
configure:1898: $? = 0
configure:1901: test -s conftest.o
configure:1904: $? = 0
configure:1972: checking for gcc
configure:1988: found /usr/bin/gcc
configure:1998: result: gcc
configure:2242: checking for C compiler version
configure:2245: gcc --version </dev/null >&5
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2248: $? = 0
configure:2250: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
configure:2253: $? = 0
configure:2255: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2258: $? = 1
configure:2261: checking whether we are using the GNU C compiler
configure:2288: gcc -c   conftest.c >&5
configure:2291: $? = 0
configure:2294: test -s conftest.o
configure:2297: $? = 0
configure:2309: result: yes
configure:2315: checking whether gcc accepts -g
configure:2339: gcc -c -g  conftest.c >&5
configure:2342: $? = 0
configure:2345: test -s conftest.o
configure:2348: $? = 0
configure:2358: result: yes
configure:2385: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2388: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2503: checking how to run the C preprocessor
configure:2529: gcc -E  conftest.c
configure:2535: $? = 0
configure:2562: gcc -E  conftest.c
configure:2558:28: ac_nonexistent.h: No such file or directory
configure:2568: $? = 1
configure: failed program was:
#line 2557 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2605: result: gcc -E
configure:2620: gcc -E  conftest.c
configure:2626: $? = 0
configure:2653: gcc -E  conftest.c
configure:2649:28: ac_nonexistent.h: No such file or directory
configure:2659: $? = 1
configure: failed program was:
#line 2648 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2739: checking for ranlib
configure:2755: found /usr/bin/ranlib
configure:2766: result: ranlib
configure:2819: checking for ld
configure:2835: found /usr/bin/ld
configure:2845: result: ld
configure:2861: checking for X
configure:2963: gcc -E  conftest.c
configure:2969: $? = 0
configure:3020: gcc -o conftest -g -O2   conftest.c -lXt  >&5
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure:3023: $? = 1
configure: failed program was:
#line 3001 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
XtMalloc (0)
  ;
  return 0;
}
configure:3077: result: libraries /usr/X11R6/lib, headers
configure:3234: gcc -o conftest -g -O2   conftest.c   -L/usr/X11R6/lib -lX11 >&5
configure:3237: $? = 0
configure:3240: test -s conftest
configure:3243: $? = 0
configure:3381: checking for gethostbyname
configure:3424: gcc -o conftest -g -O2   conftest.c  >&5
configure:3427: $? = 0
configure:3430: test -s conftest
configure:3433: $? = 0
configure:3443: result: yes
configure:3576: checking for connect
configure:3619: gcc -o conftest -g -O2   conftest.c  >&5
configure:3622: $? = 0
configure:3625: test -s conftest
configure:3628: $? = 0
configure:3638: result: yes
configure:3704: checking for remove
configure:3747: gcc -o conftest -g -O2   conftest.c  >&5
configure:3750: $? = 0
configure:3753: test -s conftest
configure:3756: $? = 0
configure:3766: result: yes
configure:3832: checking for shmat
configure:3875: gcc -o conftest -g -O2   conftest.c  >&5
configure:3878: $? = 0
configure:3881: test -s conftest
configure:3884: $? = 0
configure:3894: result: yes
configure:3969: checking for IceConnectionNumber in -lICE
configure:4002: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c -lICE   >&5
configure:4005: $? = 0
configure:4008: test -s conftest
configure:4011: $? = 0
configure:4022: result: yes
configure:4039: checking for ANSI C header files
configure:4053: gcc -E  conftest.c
configure:4059: $? = 0
configure:4144: gcc -o conftest -g -O2   conftest.c  >&5
configure:4147: $? = 0
configure:4149: ./conftest
configure:4152: $? = 0
configure:4166: result: yes
configure:4190: checking for sys/types.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for sys/stat.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for stdlib.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for string.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for memory.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for strings.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for inttypes.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for stdint.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4190: checking for unistd.h
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4254: checking locale.h usability
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4281: result: yes
configure:4285: checking locale.h presence
configure:4292: gcc -E  conftest.c
configure:4298: $? = 0
configure:4316: result: yes
configure:4334: checking for locale.h
configure:4341: result: yes
configure:4254: checking malloc.h usability
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4281: result: yes
configure:4285: checking malloc.h presence
configure:4292: gcc -E  conftest.c
configure:4298: $? = 0
configure:4316: result: yes
configure:4334: checking for malloc.h
configure:4341: result: yes
configure:4245: checking for stdlib.h
configure:4250: result: yes
configure:4245: checking for string.h
configure:4250: result: yes
configure:4254: checking sys/param.h usability
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4281: result: yes
configure:4285: checking sys/param.h presence
configure:4292: gcc -E  conftest.c
configure:4298: $? = 0
configure:4316: result: yes
configure:4334: checking for sys/param.h
configure:4341: result: yes
configure:4245: checking for unistd.h
configure:4250: result: yes
configure:4254: checking wchar.h usability
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4266: $? = 0
configure:4269: test -s conftest.o
configure:4272: $? = 0
configure:4281: result: yes
configure:4285: checking wchar.h presence
configure:4292: gcc -E  conftest.c
configure:4298: $? = 0
configure:4316: result: yes
configure:4334: checking for wchar.h
configure:4341: result: yes
configure:4356: checking for gcc option to accept ANSI C
configure:4419: gcc  -c -g -O2  conftest.c >&5
configure:4422: $? = 0
configure:4425: test -s conftest.o
configure:4428: $? = 0
configure:4445: result: none needed
configure:4453: checking for an ANSI C-conforming const
configure:4523: gcc -c -g -O2  conftest.c >&5
configure:4526: $? = 0
configure:4529: test -s conftest.o
configure:4532: $? = 0
configure:4542: result: yes
configure:4552: checking for size_t
configure:4579: gcc -c -g -O2  conftest.c >&5
configure:4582: $? = 0
configure:4585: test -s conftest.o
configure:4588: $? = 0
configure:4598: result: yes
configure:4617: checking for stdlib.h
configure:4622: result: yes
configure:4726: checking for working malloc
configure:4758: gcc -o conftest -g -O2   conftest.c  >&5
configure:4761: $? = 0
configure:4763: ./conftest
configure:4766: $? = 0
configure:4779: result: yes
configure:4789: checking return type of signal handlers
configure:4823: gcc -c -g -O2  conftest.c >&5
configure:4826: $? = 0
configure:4829: test -s conftest.o
configure:4832: $? = 0
configure:4842: result: void
configure:4850: checking whether lstat dereferences a symlink specified with a trailing slash
configure:4884: gcc -o conftest -g -O2   conftest.c  >&5
configure:4887: $? = 0
configure:4889: ./conftest
configure:4892: $? = 0
configure:4912: result: yes
configure:4926: checking whether stat accepts an empty string
configure:4954: gcc -o conftest -g -O2   conftest.c  >&5
configure:4957: $? = 0
configure:4959: ./conftest
configure:4962: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 4934 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
struct stat sbuf;
  exit (stat ("", &sbuf) ? 1 : 0);
  ;
  return 0;
}
configure:4975: result: no
configure:4994: checking for memmove
configure:5037: gcc -o conftest -g -O2   conftest.c  >&5
configure:5040: $? = 0
configure:5043: test -s conftest
configure:5046: $? = 0
configure:5056: result: yes
configure:4994: checking for memset
configure:5037: gcc -o conftest -g -O2   conftest.c  >&5
configure:5009: warning: conflicting types for built-in function `memset'
configure:5040: $? = 0
configure:5043: test -s conftest
configure:5046: $? = 0
configure:5056: result: yes
configure:4994: checking for setlocale
configure:5037: gcc -o conftest -g -O2   conftest.c  >&5
configure:5040: $? = 0
configure:5043: test -s conftest
configure:5046: $? = 0
configure:5056: result: yes
configure:4994: checking for strchr
configure:5037: gcc -o conftest -g -O2   conftest.c  >&5
configure:5009: warning: conflicting types for built-in function `strchr'
configure:5040: $? = 0
configure:5043: test -s conftest
configure:5046: $? = 0
configure:5056: result: yes
configure:4994: checking for strstr
configure:5037: gcc -o conftest -g -O2   conftest.c  >&5
configure:5009: warning: conflicting types for built-in function `strstr'
configure:5040: $? = 0
configure:5043: test -s conftest
configure:5046: $? = 0
configure:5056: result: yes
configure:5081: checking for Berkerly DB header
configure:5142: g++ -c -I/usr/include/db4 -Wall -O2 -I  conftest.cc >&5
g++: no input files
configure:5145: $? = 1
configure: failed program was:
#line 5122 "configure"
#include "confdefs.h"
#include <db_cxx.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
int cf(DB *, const DBT *, const DBT *); Db db(NULL, 0); db.set_dup_compare(cf);
  ;
  return 0;
}
configure:5207: checking for Berkerly DB library
configure:5653: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on localhost.localdomain

config.status:607: creating Makefile
config.status:607: creating xsim/Makefile
config.status:607: creating xsim/IMdkit/Makefile
config.status:607: creating plugins/Makefile
config.status:607: creating plugins/IMs/Makefile
config.status:607: creating plugins/IMs/jianpin/Makefile
config.status:607: creating plugins/IMs/jianpin/dict/Makefile
config.status:607: creating plugins/IMs/wubi/Makefile
config.status:607: creating plugins/IMs/wubi/dict/Makefile
config.status:607: creating plugins/IMs/table/Makefile
config.status:607: creating plugins/IMs/table/dict/Makefile
config.status:607: creating plugins/Panels/Makefile
config.status:607: creating plugins/Panels/std/Makefile
config.status:607: creating plugins/StatusPanels/Makefile
config.status:607: creating plugins/StatusPanels/std/Makefile
config.status:607: creating plugins/StatusPanels/kde3/Makefile
config.status:607: creating plugins/StatusPanels/kde2/Makefile
config.status:607: creating etc/Makefile
config.status:607: creating etc/xsimrc
config.status:710: creating config.h
config.status:843: config.h is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_works=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_remove=yes
ac_cv_func_setlocale=yes
ac_cv_func_shmat=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strchr=yes
ac_cv_func_strstr=yes
ac_cv_have_x='have_x=yes                 ac_x_includes= ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_inttypes_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_LD=ld
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define RETSIGTYPE void
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCHR 1
#define HAVE_STRSTR 1

configure: exit 0
发表于 2002-10-6 15:00:48 | 显示全部楼层
因为我这里没有RH,
能否告诉我/usr/include/db4目录下面有什么文件?
 楼主| 发表于 2002-10-6 15:11:12 | 显示全部楼层
cxx_common.h
cxx_except.h
db_185.h
db_cxx.h
db.h
发表于 2002-10-6 15:37:08 | 显示全部楼层
你的configure过程有问题,你吧xsim整个目录删了,重新解开,然后在configure试试
发表于 2002-10-6 15:46:10 | 显示全部楼层
是不是没有硬盘空间了?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表