Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2000:
[Freeciv-Dev] Re: configure problem with mandrake 7.1
Home

[Freeciv-Dev] Re: configure problem with mandrake 7.1

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Freeciv Development Mailing List" <freeciv-dev@xxxxxxxxxxx>, "Jussi" <ja66598@xxxxxx>
Subject: [Freeciv-Dev] Re: configure problem with mandrake 7.1
From: "Sam BC" <sambc@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Jun 2000 17:39:16 +0100
Reply-to: <sambc@xxxxxxxxxxxxxxxxxxx>

Aside form the obvious messages about missing libs (eg IMLIB), there seems
to be a slight irregularity that it checked everything twice, in an AABB
pattern... I know nothing about the configure script, but *why* does it do
that?


SamBC

> -----Original Message-----
> From: jussi@xxxxxx [mailto:jussi@xxxxxx]On Behalf Of Jussi
> Sent: 15 June 2000 12:13
> To: freeciv-dev@xxxxxxxxxxxx
> Subject: [Freeciv-Dev] configure problem with mandrake 7.1
>
>
> I cant get freeciv to ./configure under mandrake 7.1
> tried both 1.10 and 1.10.2
> this is what is tells me..
>
> [jussi@a6b freeciv-1.10.2]$ ./configure
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for mawk... mawk
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for uname... uname
> checking for POSIXized ISC... no
> checking for ANSI C header files... yes
> checking for working const... yes
> checking for inline... inline
> checking for off_t... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for unistd.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for argz.h... yes
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... yes
> checking for malloc.h... yes
> checking for string.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for getcwd... yes
> checking for munmap... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for strchr... yes
> checking for strcasecmp... yes
> checking for strdup... yes[jussi@a6b freeciv-1.10.2]$ ./configure
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking whether to enable maintainer-specific portions of Makefiles...
> no
> checking for mawk... mawk
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking whether ln -s works... yes
> checking for ranlib... ranlib
> checking for uname... uname
> checking for POSIXized ISC... no
> checking for ANSI C header files... yes
> checking for working const... yes
> checking for inline... inline
> checking for off_t... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking for unistd.h... yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for argz.h... yes
> checking for limits.h... yes
> checking for locale.h... yes
> checking for nl_types.h... yes
> checking for malloc.h... yes
> checking for string.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... yes
> checking for getcwd... yes
> checking for munmap... yes
> checking for putenv... yes
> checking for setenv... yes
> checking for setlocale... yes
> checking for strchr... yes
> checking for strcasecmp... yes
> checking for strdup... yes
> checking for __argz_count... yes
> checking for __argz_stringify... yes
> checking for __argz_next... yes
> checking for stpcpy... yes
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking for libintl.h... yes
> checking for gettext in libc... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for dcgettext... yes
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed...  de en_GB es fr hu ja nl no pl
> pt pt_BR ru
> checking for which client to compile:
> checking for gtk-config... /usr/bin/gtk-config
> checking for GTK - version >= 1.2.1... yes
> checking for imlib-config... no
> checking for IMLIB - version >= 1.9.2... no
> *** The imlib-config script installed by IMLIB could not be found
> *** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the IMLIB_CONFIG environment variable to the
> *** full path to imlib-config.
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for dnet_ntoa in -ldnet... no
> checking for dnet_ntoa in -ldnet_stub... no
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking whether Xfuncproto was supplied... no, found:  FUNCPROTO=15
> NARROWPROTO
> checking for Xfuncproto control definition FUNCPROTO... yes: 15
> checking for Xfuncproto control definition NARROWPROTO... yes: 1
> checking extra paths for Xpm... library no, include no
> checking for XOpenDisplay in X library -lX11... yes
> checking for XShapeCombineMask in X library -lXext... yes
> checking for main in X library -lXt... yes
> checking for main in X library -lXmu... yes
> checking for XpmReadFileToPixmap in X library -lXpm... no
> configure: error: could not guess which client to compile
> checking for __argz_count... yes
> checking for __argz_stringify... yes
> checking for __argz_next... yes
> checking for stpcpy... yes
> checking for LC_MESSAGES... yes
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking for libintl.h... yes
> checking for gettext in libc... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for dcgettext... yes
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed...  de en_GB es fr hu ja nl no pl
> pt pt_BR ru
> checking for which client to compile:
> checking for gtk-config... /usr/bin/gtk-config
> checking for GTK - version >= 1.2.1... yes
> checking for imlib-config... no
> checking for IMLIB - version >= 1.9.2... no
> *** The imlib-config script installed by IMLIB could not be found
> *** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the IMLIB_CONFIG environment variable to the
> *** full path to imlib-config.
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for dnet_ntoa in -ldnet... no
> checking for dnet_ntoa in -ldnet_stub... no
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking whether Xfuncproto was supplied... no, found:  FUNCPROTO=15
> NARROWPROTO
> checking for Xfuncproto control definition FUNCPROTO... yes: 15
> checking for Xfuncproto control definition NARROWPROTO... yes: 1
> checking extra paths for Xpm... library no, include no
> checking for XOpenDisplay in X library -lX11... yes
> checking for XShapeCombineMask in X library -lXext... yes
> checking for main in X library -lXt... yes
> checking for main in X library -lXmu... yes
> checking for XpmReadFileToPixmap in X library -lXpm... no
> configure: error: could not guess which client to compile
>
> mandrake 7.1 is newly installed and even comes with freeciv 1.10 ..
> i've never had problems before ( with mandrake 6.1/7.0 or redhat )
> anybody know what's wrong?
>
> -Fish
>
>
>
>
>




[Prev in Thread] Current Thread [Next in Thread]