Menu

I get the following error :

Help
centient
2005-09-17
2013-04-25
  • centient

    centient - 2005-09-17

    ====================
    CONFIGURATION ERROR
    ====================

    MY COMPUTER :
    Mandrake 10.1 (Comunity) 64-bit  -
    gcc v 3.4.1 - linux 2.6.13
    - AMD 64 bit -

    COMPILING ERROR :

    [tesi@beby gaol-1.2.2]$ ./configure
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    configure: error: Sorry
    ./configure: line 2184: exit: this: numeric argument required
    ./configure: line 2184: exit: this: numeric argument required
    [tesi@beby gaol-1.2.2]$

    Bye
    Centi Riccardo

     
    • centient

      centient - 2005-09-18

      ===============

      PROBLEM SOLVED

      ===============

      GAOL v 1.2.2 has problem running on amd64 ,
      the problem is in the configuration file :

      OLD : starting from line 161:
      File : configure.ac

      case "$host" in
      i?86-*-linux*)
          AC_DEFINE(IX86_LINUX,1,
                [Define this if your system is a Linux-based ix86 or compatible])
          ;;
      ........

      #=====================================
      #=====================================
      #=====================================

      NEW : starting from  line 161
      file   : configure.ac

      case "$host" in
      x86_64-*-linux*)
          AC_DEFINE(IX86_LINUX,1,
                [Define this if your system is a Linux-based ix86 or compatible])
          ;;
      i?86-*-linux*)
          AC_DEFINE(IX86_LINUX,1,
                [Define this if your system is a Linux-based ix86 or compatible])
          ;;
      ........

      after configuration.ac modified then we start
      autoconf in the gaol root dir and all work well .

      bye
      Centi Riccardo

       
    • Frederic Goualard

      Hello centiped,

      Actually, gaol is not yet supported on 64 bits architectures since I do not have access to any. Use it on your 64 bits computer with care since some parts of it may break unexpectedly.

      Best regards,

      F.

       
    • centient

      centient - 2007-02-21

      I have created a branch of gaol that works correctly on microsoft visual
      studio 6.0 and
      microsoft visual studio 2003 and is working on linux AMD64 bit . In the
      gaol package there is
      a test case in the directory check , all tests case was succefully done.

      ===============================================================================
      GAOL PATCH
      ===============================================================================
      https://sourceforge.net/project/showfiles.php?group_id=122219&package_id=222453
      ===============================================================================

      All binaries and libraries are generated automatically in the gaol\bin and
      gaol\lib directories and
      Debug and Release have different names (gaol.dll ,gaolD.dll )

      this is a work of 7 day , i hope it will be usefull and i hope it can will
      be plugged in the mainstream.

       

Log in to post a comment.