Re: [SLUG] configure problem

From: Bob Stia (rnr@sanctum.com)
Date: Mon Jul 17 2006 - 23:26:18 EDT


On Monday 17 July 2006 01:15, Ian C. Blenke wrote:
> Eben King wrote:
> >> Can anyone tell me why this has failed? Other than the ltconfig error?
> >> I do have libtool installed. Is it maybe a 64 bit problem?
>
> ...
>
> >> checking build system type... Invalid configuration
> >> `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
>
> This is a problem with your arch (x86_64) not being recognized by your
> package's autoconf configuration.
>
> To get beyond this particular problem, merely update your package's
> config.sub and config.guess.
>
> $ rm -f config.sub config.guess
> $ wget
> 'http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.sub'
> $ wget
> 'http://cvs.savannah.gnu.org/viewcvs/*checkout*/config/config/config.guess'
>
> Now your x86_64 architecture should be detected.
>
> Your next problem will probably have something to do with your installed
> versions of libtool, autoconf, and automake...

Thanks Ian,

All is well with ./configure now and ends cleanly. Next problem as you so
aptly predicted is with make install. It ends up with an ERROR 1. Read the
man and info pages on make but it doesn't say anything about errors.
Here is my make file:

EasyStreet:/usr/src/ACE-2.0 # make install
Making install in lib
make[1]: Entering directory `/usr/src/ACE-2.0/lib'
/bin/sh ../libtool --mode=compile
gcc -DPACKAGE=\"ace\" -DVERSION=\"1.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_UTIME_NULL=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. -I. -I/usr/X11R6/include -g -O2 -c
table.c
mkdir .libs
gcc -DPACKAGE=\"ace\" -DVERSION=\"1.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_UTIME_NULL=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MKDIR=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -I. -I. -I/usr/X11R6/include -g -O2 -Wp,-MD,.deps/table.pp -c
table.c -fPIC -DPIC -o .libs/table.lo
In file included from table.c:32:
cards.h:59: error: array type has incomplete element type
table.c: In function 'init_ace':
table.c:139: warning: incompatible implicit declaration of built-in
function 'exit'
table.c: In function 'table_loop':
table.c:467: warning: incompatible implicit declaration of built-in
function 'exit'
table.c: In function 'clip_more':
table.c:512: warning: cast from pointer to integer of different size
table.c: In function 'unclip':
table.c:545: warning: cast to pointer from integer of different size
make[1]: *** [table.lo] Error 1
make[1]: Leaving directory `/usr/src/ACE-2.0/lib'
make: *** [install-recursive] Error 1
EasyStreet:/usr/src/ACE-2.0 #

If you or anyone else can help me with this it would be appreciated very much.

Bob S.
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 14:46:18 EDT