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

[plamo:17258] 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.6では

checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.28, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.6... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB was incorrectly installed
*** or that you have moved GLIB since it was installed. In the latter case, you
*** may want to edit the glib-config script: /usr/bin/glib-config

 GLIB のバージョンチェックで止まります。
 GTK のバージョンチェックでも止まった記憶が
 あります。バージョンはどちらも1.2.8ですね。

 以下は sylpheed-0.8.6 の config.log の内容です

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

configure:802: checking for non-GNU ld
configure:837: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10 (with BFD 2.10)
configure:911: checking host system type
configure:932: checking target system type
configure:950: checking build system type
configure:986: checking for a BSD compatible install
configure:1039: checking whether build environment is sane
configure:1096: checking whether make sets ${MAKE}
configure:1135: checking for working aclocal-1.4
configure:1148: checking for working autoconf
configure:1161: checking for working automake-1.4
configure:1174: checking for working autoheader
configure:1187: checking for working makeinfo
configure:1217: checking whether to enable maintainer-specific portions of Makefiles
configure:1262: checking for gcc
configure:1375: checking whether the C compiler (gcc  ) works
configure:1391: gcc -o conftest    conftest.c  1>&5
configure:1417: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1422: checking whether we are using GNU C
configure:1431: gcc -E conftest.c
configure:1450: checking whether gcc accepts -g
configure:1483: checking for strerror in -lcposix
configure:1502: gcc -o conftest -g -O2   conftest.c -lcposix   1>&5
/usr/i386-pc-linux/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure: failed program was:
#line 1491 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:1528: checking for gcc option to accept ANSI C
configure:1581: gcc  -c -g -O2  conftest.c 1>&5
configure:1616: checking for a BSD compatible install
configure:1669: checking whether ln -s works
configure:1690: checking whether make sets ${MAKE}
configure:1717: checking how to run the C preprocessor
configure:1738: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1802: checking for flex
configure:1835: checking for flex
configure:1869: checking for yywrap in -lfl
configure:1888: gcc -o conftest -g -O2   conftest.c -lfl   1>&5
configure:1911: checking lex output file root
configure:1932: checking whether yytext is a pointer
configure:1951: gcc -o conftest -g -O2   conftest.c  -lfl 1>&5
configure:1977: checking for bison
configure:2019: checking for Cygwin environment
configure:2035: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:2031: `__CYGWIN32__' undeclared (first use in this function)
configure:2031: (Each undeclared identifier is reported only once
configure:2031: for each function it appears in.)
configure: failed program was:
#line 2024 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:2052: checking for mingw32 environment
configure:2064: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:2060: `__MINGW32__' undeclared (first use in this function)
configure:2060: (Each undeclared identifier is reported only once
configure:2060: for each function it appears in.)
configure: failed program was:
#line 2057 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:2161: checking for ld used by GCC
configure:2229: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10 (with BFD 2.10)
configure:2246: checking for /usr/bin/ld option to reload object files
configure:2258: checking for BSD-compatible nm
configure:2296: checking for a sed that does not truncate output
configure:2380: checking how to recognise dependent libraries
configure:2566: checking for object suffix
configure:2572: gcc -c -g -O2  conftest.c 1>&5
configure:2592: checking for executable suffix
configure:2602: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2633: checking command to parse /usr/bin/nm -B output
configure:2716: gcc -c -g -O2  conftest.c 1>&5
configure:2719: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
configure:2770: gcc -o conftest -g -O2   conftest.c conftstm.o 1>&5
configure:2819: checking for dlfcn.h
configure:2829: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2998: checking for ranlib
configure:3065: checking for strip
configure:3308: checking for objdir
configure:3335: checking for gcc option to produce PIC
configure:3483: checking if gcc PIC flag -fPIC works
configure:3497: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
configure:3549: checking if gcc static flag -static works
configure:3564: gcc -o conftest -g -O2   -static conftest.c  1>&5
configure:3591: checking if gcc supports -c -o file.o
configure:3610: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
configure:3639: checking if gcc supports -c -o file.lo
configure:3657: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
configure:3707: checking if gcc supports -fno-rtti -fno-exceptions
configure:3720: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
configure:3747: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:4446: checking how to hardcode library paths into programs
configure:4474: checking whether stripping libraries is possible
configure:4488: checking dynamic linker characteristics
configure:4912: checking if libtool supports shared libraries
configure:4916: checking whether to build shared libraries
configure:4939: checking whether to build static libraries
configure:5475: checking whether -lc should be explicitly linked in
configure:5482: gcc -c -g -O2  conftest.c 1>&5
configure:5495: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
configure:6095: checking for inttypes.h
configure:6108: gcc -c -g -O2  conftest.c 1>&5
configure:6130: checking for stdint.h
configure:6143: gcc -c -g -O2  conftest.c 1>&5
configure:6165: checking for unsigned long long
configure:6178: gcc -o conftest -g -O2   conftest.c  1>&5
configure:6216: checking for shared library run path origin
configure:6261: checking for ranlib
configure:6289: checking for ANSI C header files
configure:6302: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6369: gcc -o conftest -g -O2   conftest.c  1>&5
configure:6393: checking for working const
configure:6447: gcc -c -g -O2  conftest.c 1>&5
configure:6468: checking for inline
configure:6482: gcc -c -g -O2  conftest.c 1>&5
configure:6508: checking for off_t
configure:6541: checking for size_t
configure:6576: checking for working alloca.h
configure:6588: gcc -o conftest -g -O2   conftest.c  1>&5
configure:6609: checking for alloca
configure:6642: gcc -o conftest -g -O2   conftest.c  1>&5
configure:6811: checking for unistd.h
configure:6821: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6850: checking for getpagesize
configure:6878: gcc -o conftest -g -O2   conftest.c  1>&5
configure:6903: checking for working mmap
configure:7051: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7075: checking whether we are using the GNU C Library 2.1 or newer
configure:7113: checking whether integer division by zero raises SIGFPE
configure:7170: gcc -o conftest -g -O2   conftest.c  1>&5
In file included from /usr/include/signal.h:307,
                 from configure:7133:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
configure: failed program was:
#line 7130 "configure"
#include "confdefs.h"

#include <stdlib.h>
#include <signal.h>

static void
#ifdef __cplusplus
sigfpe_handler (int sig)
#else
sigfpe_handler (sig) int sig;
#endif
{
  /* Exit with code 0 if SIGFPE, with code 1 if any other signal.  */
  exit (sig != SIGFPE);
}

int x = 1;
int y = 0;
int z;
int nan;

int main ()
{
  signal (SIGFPE, sigfpe_handler);
/* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP.  */
#if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
  signal (SIGTRAP, sigfpe_handler);
#endif
/* Linux/SPARC yields signal SIGILL.  */
#if defined (__sparc__) && defined (__linux__)
  signal (SIGILL, sigfpe_handler);
#endif

  z = x / y;
  nan = y / y;
  exit (1);
}

configure:7211: checking for inttypes.h
configure:7225: gcc -c -g -O2  conftest.c 1>&5
configure:7250: checking whether the inttypes.h PRIxNN macros are broken
configure:7267: gcc -c -g -O2  conftest.c 1>&5
configure:7678: checking for msgfmt
configure:7713: checking for gmsgfmt
configure:7750: checking for xgettext
configure:7787: checking for msgmerge
configure:7850: checking for argz.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
In file included from /usr/include/errno.h:36,
                 from /usr/include/argz.h:25,
                 from configure:7856:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
configure: failed program was:
#line 7855 "configure"
#include "confdefs.h"
#include <argz.h>
configure:7850: checking for limits.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
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:7856:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure: failed program was:
#line 7855 "configure"
#include "confdefs.h"
#include <limits.h>
configure:7850: checking for locale.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7850: checking for nl_types.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7850: checking for malloc.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7850: checking for stddef.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7850: checking for stdlib.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7850: checking for string.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:7850: checking for unistd.h
configure:7850: checking for sys/param.h
configure:7860: gcc -E  conftest.c >/dev/null 2>conftest.out
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 /usr/include/sys/param.h:22,
                 from configure:7856:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
In file included from configure:7856:
/usr/include/sys/param.h:23: linux/limits.h: No such file or directory
/usr/include/sys/param.h:24: linux/param.h: No such file or directory
configure: failed program was:
#line 7855 "configure"
#include "confdefs.h"
#include <sys/param.h>
configure:7891: checking for feof_unlocked
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for fgets_unlocked
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for getc_unlocked
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for getcwd
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for getegid
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for geteuid
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for getgid
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for getuid
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for mempcpy
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for munmap
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for putenv
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for setenv
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for setlocale
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for stpcpy
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for strcasecmp
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for strdup
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for strtoul
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for tsearch
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for __argz_count
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for __argz_stringify
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7891: checking for __argz_next
configure:7919: gcc -o conftest -g -O2   conftest.c  1>&5
configure:7975: checking for iconv
configure:7993: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8050: checking for iconv declaration
configure:8075: gcc -c -g -O2  conftest.c 1>&5
configure:8099: checking for nl_langinfo and CODESET
configure:8111: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8135: checking for LC_MESSAGES
configure:8147: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8174: checking for bison
configure:8207: checking version of bison
configure:8236: checking whether NLS is requested
configure:8260: checking whether included gettext is requested
configure:8280: checking for GNU gettext in libc
configure:8295: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8940: checking for glib-config
configure:8975: checking for GLIB - version >= 1.2.6
configure:9074: gcc -o conftest -g -O2 -I/usr/lib/glib/include -D_REENTRANT   conftest.c -L/usr/lib -lgthread -lglib -lpthread  1>&5
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 /usr/lib/glib/include/glibconfig.h:13,
                 from /usr/include/glib.h:66,
                 from configure:9000:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure: failed program was:
#line 8998 "configure"
#include "confdefs.h"

#include <glib.h>
#include <stdio.h>
#include <stdlib.h>

int 
main ()
{
  int major, minor, micro;
  char *tmp_version;

  system ("touch conf.glibtest");

  /* HP/UX 9 (%@#!) writes to sscanf strings */
  tmp_version = g_strdup("1.2.6");
  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
     printf("%s, bad version string\n", "1.2.6");
     exit(1);
   }

  if ((glib_major_version != 1) ||
      (glib_minor_version != 2) ||
      (glib_micro_version != 8))
    {
      printf("\n*** 'glib-config --version' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", 
             1, 2, 8,
             glib_major_version, glib_minor_version, glib_micro_version);
      printf ("*** was found! If glib-config was correct, then it is best\n");
      printf ("*** to remove the old version of GLIB. You may also be able to fix the error\n");
      printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
      printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
      printf("*** required on your system.\n");
      printf("*** If glib-config was wrong, set the environment variable GLIB_CONFIG\n");
      printf("*** to point to the correct copy of glib-config, and remove the file config.cache\n");
      printf("*** before re-running configure\n");
    } 
  else if ((glib_major_version != GLIB_MAJOR_VERSION) ||
	   (glib_minor_version != GLIB_MINOR_VERSION) ||
           (glib_micro_version != GLIB_MICRO_VERSION))
    {
      printf("*** GLIB header files (version %d.%d.%d) do not match\n",
	     GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION);
      printf("*** library (version %d.%d.%d)\n",
	     glib_major_version, glib_minor_version, glib_micro_version);
    }
  else
    {
      if ((glib_major_version > major) ||
        ((glib_major_version == major) && (glib_minor_version > minor)) ||
        ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro)))
      {
        return 0;
       }
     else
      {
        printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
               glib_major_version, glib_minor_version, glib_micro_version);
        printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
	       major, minor, micro);
        printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
        printf("***\n");
        printf("*** If you have already installed a sufficiently new version, this error\n");
        printf("*** probably means that the wrong copy of the glib-config shell script is\n");
        printf("*** being found. The easiest way to fix this is to remove the old version\n");
        printf("*** of GLIB, but you can also set the GLIB_CONFIG environment to point to the\n");
        printf("*** correct copy of glib-config. (In this case, you will have to\n");
        printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
        printf("*** so that the correct libraries are found at run-time))\n");
      }
    }
  return 1;
}

configure:9118: gcc -o conftest -g -O2 -I/usr/lib/glib/include -D_REENTRANT   conftest.c  -L/usr/lib -lgthread -lglib -lpthread 1>&5
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 /usr/lib/glib/include/glibconfig.h:13,
                 from /usr/include/glib.h:66,
                 from configure:9110:
/usr/include/bits/local_lim.h:36: linux/limits.h: No such file or directory
configure: failed program was:
#line 9108 "configure"
#include "confdefs.h"

#include <glib.h>
#include <stdio.h>

int main() {
 return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
; return 0; }

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

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

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