[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:17257] Re: PC9821でsylpheedのインストール(長文m(__)m)



 こんにちは、サモアの高澤です。

  Date: Fri, 03 Jan 2003 08:28:46 -1100
  Subject: [plamo:17254] Re: PC9821でsylpheedのインストール
  <200301030828467b06=M@samoa.ws>への返信ですm(__)m

 このメール、サイズ大きくなりすぎて、はじかれたのかな?
 エラーになっていたら申し訳けありません m(__)m

 ということで2通に分けました。

 どこが必要か判らないのでかなり長くなりました。

 PC9821に Plamo 2.1.5をインストールして
 sylpheed-0.8.6と0.8.8を configure して
 みました。
 ./configure でオプション指定はしてません。

 宜しくお願い致します。


  sylpheed-0.8.8では、

checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check

 ここで止まりました。

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.57.  Invocation command line was

  $ ./configure 

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

hostname = plamo
uname -m = i586
uname -r = 2.4.3-pc98
uname -s = Linux
uname -v = #1 Fri Apr 13 03:19:46 JST 2001

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

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

PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/netpbm
PATH: /usr/openwin/bin
PATH: /usr/games/bin
PATH: /usr/games


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

configure:1509: checking build system type
configure:1527: result: i586-pc-linux-gnu
configure:1535: checking host system type
configure:1549: result: i586-pc-linux-gnu
configure:1557: checking target system type
configure:1571: result: i586-pc-linux-gnu
configure:1599: checking for a BSD-compatible install
configure:1653: result: /bin/install -c
configure:1664: checking whether build environment is sane
configure:1707: result: yes
configure:1722: checking whether make sets $(MAKE)
configure:1742: result: yes
configure:1765: checking for working aclocal-1.4
configure:1776: result: missing
configure:1780: checking for working autoconf
configure:1787: result: found
configure:1795: checking for working automake-1.4
configure:1806: result: missing
configure:1810: checking for working autoheader
configure:1817: result: found
configure:1825: checking for working makeinfo
configure:1832: result: found
configure:1859: checking whether to enable maintainer-specific portions of Makefiles
configure:1868: result: no
configure:1929: checking for gcc
configure:1945: found /usr/bin/gcc
configure:1955: result: gcc
configure:2199: checking for C compiler version
configure:2202: gcc --version </dev/null >&5
2.95.3
configure:2205: $? = 0
configure:2207: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:2210: $? = 0
configure:2212: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2215: $? = 1
configure:2239: checking for C compiler default output
configure:2242: gcc    conftest.c  >&5
configure:2245: $? = 0
configure:2291: result: a.out
configure:2296: checking whether the C compiler works
configure:2302: ./a.out
configure:2305: $? = 0
configure:2322: result: yes
configure:2329: checking whether we are cross compiling
configure:2331: result: no
configure:2334: checking for suffix of executables
configure:2336: gcc -o conftest    conftest.c  >&5
configure:2339: $? = 0
configure:2364: result: 
configure:2370: checking for suffix of object files
configure:2392: gcc -c   conftest.c >&5
configure:2395: $? = 0
configure:2417: result: o
configure:2421: checking whether we are using the GNU C compiler
configure:2446: gcc -c   conftest.c >&5
configure:2449: $? = 0
configure:2452: test -s conftest.o
configure:2455: $? = 0
configure:2468: result: yes
configure:2474: checking whether gcc accepts -g
configure:2496: gcc -c -g  conftest.c >&5
configure:2499: $? = 0
configure:2502: test -s conftest.o
configure:2505: $? = 0
configure:2516: result: yes
configure:2533: checking for gcc option to accept ANSI C
configure:2594: gcc  -c -g -O2  conftest.c >&5
configure:2597: $? = 0
configure:2600: test -s conftest.o
configure:2603: $? = 0
configure:2621: result: none needed
configure:2639: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2642: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2753: checking for strerror in -lcposix
configure:2784: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/i386-pc-linux/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2787: $? = 1
configure: failed program was:
| #line 2760 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:2805: result: no
configure:2816: checking for gcc option to accept ANSI C
configure:2879: gcc  -c -g -O2  conftest.c >&5
configure:2882: $? = 0
configure:2885: test -s conftest.o
configure:2888: $? = 0
configure:2903: result: none needed
configure:2926: checking for a BSD-compatible install
configure:2980: result: /bin/install -c
configure:2991: checking whether ln -s works
configure:2995: result: yes
configure:3002: checking whether make sets $(MAKE)
configure:3022: result: yes
configure:3036: checking how to run the C preprocessor
configure:3072: gcc -E  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:117,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:11,
                 from configure:3067:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure:3078: $? = 1
configure: failed program was:
| #line 3058 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3072: gcc -E  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:117,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:11,
                 from configure:3067:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure:3078: $? = 1
configure: failed program was:
| #line 3058 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3072: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:283,
                 from /usr/include/assert.h:36,
                 from configure:3069:
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3078: $? = 1
configure: failed program was:
| #line 3058 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3072: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:283,
                 from /usr/include/assert.h:36,
                 from configure:3069:
/usr/include/sys/cdefs.h:31: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3078: $? = 1
configure: failed program was:
| #line 3058 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3072: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:117,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:11,
                 from configure:3067:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure:3078: $? = 1
configure: failed program was:
| #line 3058 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3072: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:117,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:11,
                 from configure:3067:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure:3078: $? = 1
configure: failed program was:
| #line 3058 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3154: result: /lib/cpp
configure:3179: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:117,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:11,
                 from configure:3174:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure:3185: $? = 1
configure: failed program was:
| #line 3165 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3179: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:117,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/syslimits.h:7,
                 from /usr/lib/gcc-lib/i386-pc-linux/2.95.3/include/limits.h:11,
                 from configure:3174:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure:3185: $? = 1
configure: failed program was:
| #line 3165 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|                      Syntax error
configure:3253: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=i586-pc-linux-gnu
ac_cv_build_alias=i586-pc-linux-gnu
ac_cv_c_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_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_host=i586-pc-linux-gnu
ac_cv_host_alias=i586-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_install='/bin/install -c'
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_target=i586-pc-linux-gnu
ac_cv_target_alias=i586-pc-linux-gnu
am_cv_prog_cc_stdc=

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='/home/misao/downloads/sylpheed-0.8.8/missing aclocal-1.4'
ALLOCA=''
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='/home/misao/downloads/sylpheed-0.8.8/missing automake-1.4'
BUILD_INCLUDED_LIBINTL=''
CATOBJEXT=''
CC='gcc'
CFLAGS='-g -O2'
CPP='/lib/cpp'
CPPFLAGS=''
DATADIRNAME=''
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GDK_IMLIB_CFLAGS=''
GDK_IMLIB_LIBS=''
GDK_PIXBUF_CFLAGS=''
GDK_PIXBUF_CONFIG=''
GDK_PIXBUF_LIBS=''
GENCAT=''
GLIBC21=''
GLIB_CFLAGS=''
GLIB_CONFIG=''
GLIB_LIBS=''
GMSGFMT=''
GPGME_CFLAGS=''
GPGME_CONFIG=''
GPGME_LIBS=''
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
IMLIB_CONFIG=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDAP_LIBS=''
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
LT_AGE='0'
LT_CURRENT='8'
LT_RELEASE='0.8'
LT_REVISION='0'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MSGMERGE=''
OBJEXT='o'
PACKAGE='sylpheed'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_INCLUDED_LIBINTL=''
USE_NLS=''
VERSION='0.8.8'
XGETTEXT=''
YACC=''
ac_ct_CC='gcc'
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='i586-pc-linux-gnu'
build_alias=''
build_cpu='i586'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
faqdir=''
host='i586-pc-linux-gnu'
host_alias=''
host_cpu='i586'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
manualdir=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i586-pc-linux-gnu'
target_alias=''
target_cpu='i586'
target_os='linux-gnu'
target_vendor='pc'

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 1

  01/04/03 14:02:04 Samoa Time
----------------
Misao Takazawa
dorkiss@samoa.ws

Follow-Ups
[plamo:17266] Re: PC9821でsylpheedのインストール(長文m(__)m), nobuhide shimizu
References
[plamo:17254] Re: PC9821でsylpheedのインストール, Misao Takazawa

[検索ページ] [メール一覧]
Plamo ML 公開システム