Results 1 to 5 of 5

Thread: configure problems using Suse9.x

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    14

    configure problems using Suse9.x

    Hello, did not mean to hijack anyones thread so will make my own..
    this is what I get when I do ./cofigure

    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    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 whether to enable maintainer-specific portions of Makefiles... no
    checking for doxygen... /usr/bin/doxygen
    checking for perl... /usr/bin/perl
    checking for dot... /usr/bin/dot
    checking for gcc... gcc
    checking for g++... g++
    checking for supported compiler version... checking for style of include used by make... GNU
    checking for C++ compiler default output file name... a.out
    checking whether the C++ compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    yes
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether g++ accepts -g... (cached) yes
    checking dependency style of g++... (cached) gcc3
    checking how to run the C preprocessor... gcc -E
    checking for an ANSI C-conforming const... yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for egrep... grep -E
    checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
    checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
    checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognise dependent libraries... pass_all
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... g77
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether g77 accepts -g... yes
    checking the maximum length of command line arguments... 32768
    checking command to parse /usr/bin/nm -B output from gcc object... Segmentation fault

    Purple said " Look at config.log to see what is actually being run I'd guess your binutils install is messed up and nm is segfaulting for some reason"

    With binutils what version do I need?? and what is NM ? Is that a seperate file I missed somewhere??

    Nick I am sorry for posting under yours.. did not mean to hijack your thread..

    Thank you

    Halfoak

  2. #2
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: configure problems using Suse9.x

    Any recent binutils should be fine I'd imagine. nm dumps symbols from object files. It's just all standard configure stuff that makes sure your system is working before even trying to compile showeq.

    What does nm --version say for you? What does config.log say?

  3. #3
    Registered User
    Join Date
    Jun 2005
    Posts
    18

    Re: configure problems using Suse9.x

    oops- disregard
    Last edited by nicks; 06-21-2005 at 06:37 PM. Reason: wrong post

  4. #4
    Registered User
    Join Date
    Feb 2005
    Posts
    14

    Re: configure problems using Suse9.x

    Purple here is my complete Config log.. I know you know a lot more about Linux then I do, so thank you for the help..

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

    It was created by showeq configure 5.0.0.22, which was
    generated by GNU Autoconf 2.59. Invocation command line was

    $ ./configure

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

    hostname = linux
    uname -m = i686
    uname -r = 2.6.5-7.155.29-default
    uname -s = Linux
    uname -v = #1 Thu Jun 2 12:07:05 UTC 2005

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

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

    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/local/sbin
    PATH: /root/bin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /usr/X11R6/bin
    PATH: /bin
    PATH: /usr/games
    PATH: /opt/bin
    PATH: /opt/gnome/bin
    PATH: /opt/kde3/bin
    PATH: /usr/lib/java/bin


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

    configure:1590: checking build system type
    configure:1608: result: i686-pc-linux-gnu
    configure:1616: checking host system type
    configure:1630: result: i686-pc-linux-gnu
    configure:1638: checking target system type
    configure:1652: result: i686-pc-linux-gnu
    configure:1683: checking for a BSD-compatible install
    configure:1738: result: /usr/bin/install -c
    configure:1749: checking whether build environment is sane
    configure:1792: result: yes
    configure:1857: checking for gawk
    configure:1873: found /usr/bin/gawk
    configure:1883: result: gawk
    configure:1893: checking whether make sets $(MAKE)
    configure:1913: result: yes
    configure:2081: checking whether to enable maintainer-specific portions of Makefiles
    configure:2090: result: no
    configure:2214: checking for doxygen
    configure:2232: found /usr/bin/doxygen
    configure:2244: result: /usr/bin/doxygen
    configure:2309: checking for perl
    configure:2327: found /usr/bin/perl
    configure:2339: result: /usr/bin/perl
    configure:2478: checking for dot
    configure:2496: found /usr/bin/dot
    configure:2508: result: /usr/bin/dot
    configure:4002: checking for gcc
    configure:4018: found /usr/local/bin/gcc
    configure:4028: result: gcc
    configure:4042: checking for g++
    configure:4058: found /usr/local/bin/g++
    configure:4068: result: g++
    configure:4101: checking for supported compiler version
    configure:4121: checking for style of include used by make
    configure:4149: result: GNU
    configure:4268: checking for C++ compiler version
    configure:4271: g++ --version </dev/null >&5
    g++ (GCC) 3.3.3 (SuSE Linux)
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    configure:4274: $? = 0
    configure:4276: g++ -v </dev/null >&5
    Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
    Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
    Thread model: posix
    gcc version 3.3.3 (SuSE Linux)
    configure:4279: $? = 0
    configure:4281: g++ -V </dev/null >&5
    g++: `-V' option must have argument
    configure:4284: $? = 1
    configure:4307: checking for C++ compiler default output file name
    configure:4310: g++ conftest.cc >&5
    configure:4313: $? = 0
    configure:4359: result: a.out
    configure:4364: checking whether the C++ compiler works
    configure:4370: ./a.out
    configure:4373: $? = 0
    configure:4390: result: yes
    configure:4397: checking whether we are cross compiling
    configure:4399: result: no
    configure:4402: checking for suffix of executables
    configure:4404: g++ -o conftest conftest.cc >&5
    configure:4407: $? = 0
    configure:4432: result:
    configure:4438: checking for suffix of object files
    configure:4459: g++ -c conftest.cc >&5
    configure:4462: $? = 0
    configure:4484: result: o
    configure:4488: checking whether we are using the GNU C++ compiler
    configure:4512: g++ -c conftest.cc >&5
    configure:4518: $? = 0
    configure:4522: test -z
    || test ! -s conftest.err
    configure:4525: $? = 0
    configure:4528: test -s conftest.o
    configure:4531: $? = 0
    configure:4544: result: yes
    configure:4550: checking whether g++ accepts -g
    configure:4571: g++ -c -g conftest.cc >&5
    configure:4577: $? = 0
    configure:4581: test -z
    || test ! -s conftest.err
    configure:4584: $? = 0
    configure:4587: test -s conftest.o
    configure:4590: $? = 0
    configure:4601: result: yes
    configure:4643: g++ -c -g -O2 conftest.cc >&5
    configure:4649: $? = 0
    configure:4653: test -z
    || test ! -s conftest.err
    configure:4656: $? = 0
    configure:4659: test -s conftest.o
    configure:4662: $? = 0
    configure:4688: g++ -c -g -O2 conftest.cc >&5
    conftest.cc: In function `int main()':
    conftest.cc:15: error: `exit' undeclared (first use this function)
    conftest.cc:15: error: (Each undeclared identifier is reported only once for
    each function it appears in.)
    configure:4694: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.0.0.22"
    | #define PACKAGE_STRING "showeq 5.0.0.22"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.0.0.22"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    | exit (42);
    | ;
    | return 0;
    | }
    configure:4643: g++ -c -g -O2 conftest.cc >&5
    configure:4649: $? = 0
    configure:4653: test -z
    || test ! -s conftest.err
    configure:4656: $? = 0
    configure:4659: test -s conftest.o
    configure:4662: $? = 0
    configure:4688: g++ -c -g -O2 conftest.cc >&5
    configure:4694: $? = 0
    configure:4698: test -z
    || test ! -s conftest.err
    configure:4701: $? = 0
    configure:4704: test -s conftest.o
    configure:4707: $? = 0
    configure:4732: checking dependency style of g++
    configure:4822: result: gcc3
    configure:4886: g++ -o conftest -g -O2 conftest.cc >&5
    configure:4892: $? = 0
    configure:4896: test -z
    || test ! -s conftest.err
    configure:4899: $? = 0
    configure:4902: test -s conftest
    configure:4905: $? = 0
    configure:4908: result: yes
    configure:5160: checking for gcc
    configure:5186: result: gcc
    configure:5430: checking for C compiler version
    configure:5433: gcc --version </dev/null >&5
    gcc (GCC) 3.3.3 (SuSE Linux)
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    configure:5436: $? = 0
    configure:5438: gcc -v </dev/null >&5
    Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
    Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
    Thread model: posix
    gcc version 3.3.3 (SuSE Linux)
    configure:5441: $? = 0
    configure:5443: gcc -V </dev/null >&5
    gcc: `-V' option must have argument
    configure:5446: $? = 1
    configure:5449: checking whether we are using the GNU C compiler
    configure:5473: gcc -c conftest.c >&5
    configure:5479: $? = 0
    configure:5483: test -z
    || test ! -s conftest.err
    configure:5486: $? = 0
    configure:5489: test -s conftest.o
    configure:5492: $? = 0
    configure:5505: result: yes
    configure:5511: checking whether gcc accepts -g
    configure:5532: gcc -c -g conftest.c >&5
    configure:5538: $? = 0
    configure:5542: test -z
    || test ! -s conftest.err
    configure:5545: $? = 0
    configure:5548: test -s conftest.o
    configure:5551: $? = 0
    configure:5562: result: yes
    configure:5579: checking for gcc option to accept ANSI C
    configure:5649: gcc -c -g -O2 conftest.c >&5
    configure:5655: $? = 0
    configure:5659: test -z
    || test ! -s conftest.err
    configure:5662: $? = 0
    configure:5665: test -s conftest.o
    configure:5668: $? = 0
    configure:5686: result: none needed
    configure:5704: gcc -c -g -O2 conftest.c >&5
    conftest.c:2: error: parse error before "me"
    configure:5710: $? = 1
    configure: failed program was:
    | #ifndef __cplusplus
    | choke me
    | #endif
    configure:5845: checking dependency style of gcc
    configure:5935: result: gcc3
    configure:6046: checking for C++ compiler version
    configure:6049: g++ --version </dev/null >&5
    g++ (GCC) 3.3.3 (SuSE Linux)
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    configure:6052: $? = 0
    configure:6054: g++ -v </dev/null >&5
    Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
    Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
    Thread model: posix
    gcc version 3.3.3 (SuSE Linux)
    configure:6057: $? = 0
    configure:6059: g++ -V </dev/null >&5
    g++: `-V' option must have argument
    configure:6062: $? = 1
    configure:6065: checking whether we are using the GNU C++ compiler
    configure:6121: result: yes
    configure:6127: checking whether g++ accepts -g
    configure:6178: result: yes
    configure:6220: g++ -c -g -O2 conftest.cc >&5
    configure:6226: $? = 0
    configure:6230: test -z
    || test ! -s conftest.err
    configure:6233: $? = 0
    configure:6236: test -s conftest.o
    configure:6239: $? = 0
    configure:6265: g++ -c -g -O2 conftest.cc >&5
    configure:6271: $? = 0
    configure:6275: test -z
    || test ! -s conftest.err
    configure:6278: $? = 0
    configure:6281: test -s conftest.o
    configure:6284: $? = 0
    configure:6309: checking dependency style of g++
    configure:6399: result: gcc3
    configure:6421: checking how to run the C preprocessor
    configure:6456: gcc -E conftest.c
    configure:6462: $? = 0
    configure:6494: gcc -E conftest.c
    conftest.c:14:28: ac_nonexistent.h: No such file or directory
    configure:6500: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.0.0.22"
    | #define PACKAGE_STRING "showeq 5.0.0.22"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.0.0.22"
    | #ifdef __cplusplus
    | extern "C" void std::exit (int) throw (); using std::exit;
    | #endif
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6539: result: gcc -E
    configure:6563: gcc -E conftest.c
    configure:6569: $? = 0
    configure:6601: gcc -E conftest.c
    conftest.c:14:28: ac_nonexistent.h: No such file or directory
    configure:6607: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.0.0.22"
    | #define PACKAGE_STRING "showeq 5.0.0.22"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.0.0.22"
    | #ifdef __cplusplus
    | extern "C" void std::exit (int) throw (); using std::exit;
    | #endif
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6652: checking for an ANSI C-conforming const
    configure:6719: gcc -c -g -O2 conftest.c >&5
    configure:6725: $? = 0
    configure:6729: test -z
    || test ! -s conftest.err
    configure:6732: $? = 0
    configure:6735: test -s conftest.o
    configure:6738: $? = 0
    configure:6749: result: yes
    configure:6773: checking for a BSD-compatible install
    configure:6828: result: /usr/bin/install -c
    configure:6839: checking whether ln -s works
    configure:6843: result: yes
    configure:6850: checking whether make sets $(MAKE)
    configure:6870: result: yes
    configure:6951: checking for a sed that does not truncate output
    configure:7005: result: /usr/bin/sed
    configure:7008: checking for egrep
    configure:7018: result: grep -E
    configure:7034: checking for ld used by gcc
    configure:7101: result: /usr/i586-suse-linux/bin/ld
    configure:7110: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
    configure:7125: result: yes
    configure:7130: checking for /usr/i586-suse-linux/bin/ld option to reload object files
    configure:7137: result: -r
    configure:7155: checking for BSD-compatible nm
    configure:7197: result: /usr/bin/nm -B
    configure:7201: checking how to recognise dependent libraries
    configure:7373: result: pass_all
    configure:7504: gcc -c -g -O2 conftest.c >&5
    configure:7507: $? = 0
    configure:7600: checking for ANSI C header files
    configure:7625: gcc -c -g -O2 conftest.c >&5
    configure:7631: $? = 0
    configure:7635: test -z
    || test ! -s conftest.err
    configure:7638: $? = 0
    configure:7641: test -s conftest.o
    configure:7644: $? = 0
    configure:7730: gcc -o conftest -g -O2 conftest.c >&5
    configure:7733: $? = 0
    configure:7735: ./conftest
    configure:7738: $? = 0
    configure:7753: result: yes
    configure:7777: checking for sys/types.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for sys/stat.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for stdlib.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for string.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for memory.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for strings.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for inttypes.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for stdint.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7777: checking for unistd.h
    configure:7793: gcc -c -g -O2 conftest.c >&5
    configure:7799: $? = 0
    configure:7803: test -z
    || test ! -s conftest.err
    configure:7806: $? = 0
    configure:7809: test -s conftest.o
    configure:7812: $? = 0
    configure:7823: result: yes
    configure:7849: checking dlfcn.h usability
    configure:7861: gcc -c -g -O2 conftest.c >&5
    configure:7867: $? = 0
    configure:7871: test -z
    || test ! -s conftest.err
    configure:7874: $? = 0
    configure:7877: test -s conftest.o
    configure:7880: $? = 0
    configure:7890: result: yes
    configure:7894: checking dlfcn.h presence
    configure:7904: gcc -E conftest.c
    configure:7910: $? = 0
    configure:7930: result: yes
    configure:7965: checking for dlfcn.h
    configure:7972: result: yes
    configure:7995: checking how to run the C++ preprocessor
    configure:8026: g++ -E conftest.cc
    configure:8032: $? = 0
    configure:8064: g++ -E conftest.cc
    conftest.cc:25:28: ac_nonexistent.h: No such file or directory
    configure:8070: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.0.0.22"
    | #define PACKAGE_STRING "showeq 5.0.0.22"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.0.0.22"
    | #ifdef __cplusplus
    | extern "C" void std::exit (int) throw (); using std::exit;
    | #endif
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:8109: result: g++ -E
    configure:8133: g++ -E conftest.cc
    configure:8139: $? = 0
    configure:8171: g++ -E conftest.cc
    conftest.cc:25:28: ac_nonexistent.h: No such file or directory
    configure:8177: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    |
    | #define PACKAGE_NAME "showeq"
    | #define PACKAGE_TARNAME "showeq"
    | #define PACKAGE_VERSION "5.0.0.22"
    | #define PACKAGE_STRING "showeq 5.0.0.22"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "showeq"
    | #define VERSION "5.0.0.22"
    | #ifdef __cplusplus
    | extern "C" void std::exit (int) throw (); using std::exit;
    | #endif
    | #define STDC_HEADERS 1
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_SYS_STAT_H 1
    | #define HAVE_STDLIB_H 1
    | #define HAVE_STRING_H 1
    | #define HAVE_MEMORY_H 1
    | #define HAVE_STRINGS_H 1
    | #define HAVE_INTTYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_UNISTD_H 1
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:8273: checking for g77
    configure:8289: found /usr/bin/g77
    configure:8299: result: g77
    configure:8319: checking for Fortran 77 compiler version
    configure:8317: g77 --version </dev/null >&5
    GNU Fortran (GCC) 3.3.3 (SuSE Linux)
    Copyright (C) 2002 Free Software Foundation, Inc.

    GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
    You may redistribute copies of GNU Fortran
    under the terms of the GNU General Public License.
    For more information about these matters, see the file named COPYING
    or type the command `info -f g77 Copying'.
    configure:8320: $? = 0
    configure:8322: g77 -v </dev/null >&5
    Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
    Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
    Thread model: posix
    gcc version 3.3.3 (SuSE Linux)
    configure:8325: $? = 0
    configure:8327: g77 -V </dev/null >&5
    g77: `-V' option must have argument
    configure:8330: $? = 1
    configure:8338: checking whether we are using the GNU Fortran 77 compiler
    configure:8352: g77 -c conftest.F >&5
    configure:8358: $? = 0
    configure:8362: test -z
    || test ! -s conftest.err
    configure:8365: $? = 0
    configure:8368: test -s conftest.o
    configure:8371: $? = 0
    configure:8384: result: yes
    configure:8390: checking whether g77 accepts -g
    configure:8402: g77 -c -g conftest.f >&5
    configure:8408: $? = 0
    configure:8412: test -z
    || test ! -s conftest.err
    configure:8415: $? = 0
    configure:8418: test -s conftest.o
    configure:8421: $? = 0
    configure:8433: result: yes
    configure:8463: checking the maximum length of command line arguments
    configure:8555: result: 32768
    configure:8566: checking command to parse /usr/bin/nm -B output from gcc object
    configure:8662: gcc -c -g -O2 conftest.c >&5
    configure:8665: $? = 0
    configure:8669: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
    configure:8672: $? = 0

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

    ac_cv_build=i686-pc-linux-gnu
    ac_cv_build_alias=i686-pc-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_c_const=yes
    ac_cv_cxx_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_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_DOXYGEN_PAPER_SIZE_set=
    ac_cv_env_DOXYGEN_PAPER_SIZE_value=
    ac_cv_env_F77_set=
    ac_cv_env_F77_value=
    ac_cv_env_FFLAGS_set=
    ac_cv_env_FFLAGS_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_f77_compiler_gnu=yes
    ac_cv_header_dlfcn_h=yes
    ac_cv_header_inttypes_h=yes
    ac_cv_header_memory_h=yes
    ac_cv_header_stdc=yes
    ac_cv_header_stdint_h=yes
    ac_cv_header_stdlib_h=yes
    ac_cv_header_string_h=yes
    ac_cv_header_strings_h=yes
    ac_cv_header_sys_stat_h=yes
    ac_cv_header_sys_types_h=yes
    ac_cv_header_unistd_h=yes
    ac_cv_host=i686-pc-linux-gnu
    ac_cv_host_alias=i686-pc-linux-gnu
    ac_cv_objext=o
    ac_cv_path_ac_pt_DX_DOT=/usr/bin/dot
    ac_cv_path_ac_pt_DX_DOXYGEN=/usr/bin/doxygen
    ac_cv_path_ac_pt_DX_PERL=/usr/bin/perl
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_prog_AWK=gawk
    ac_cv_prog_CCd=gcc
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_CXXCPP='g++ -E'
    ac_cv_prog_CXXd=g++
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_F77=g77
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cc_stdc=
    ac_cv_prog_cxx_g=yes
    ac_cv_prog_egrep='grep -E'
    ac_cv_prog_f77_g=yes
    ac_cv_prog_make_make_set=yes
    ac_cv_target=i686-pc-linux-gnu
    ac_cv_target_alias=i686-pc-linux-gnu
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_CXX_dependencies_compiler_type=gcc3
    lt_cv_cc_64bit_output=no
    lt_cv_deplibs_check_method=pass_all
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_reload_flag=-r
    lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_path_SED=/usr/bin/sed
    lt_cv_prog_gnu_ld=yes
    lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
    lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
    lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
    lt_cv_sys_max_cmd_len=32768

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

    ACLOCAL='${SHELL} /root/showeq-5.0.0.22/missing --run aclocal-1.9'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /root/showeq-5.0.0.22/missing --run tar'
    AR=''
    AUTOCONF='${SHELL} /root/showeq-5.0.0.22/missing --run autoconf'
    AUTOHEADER='${SHELL} /root/showeq-5.0.0.22/missing --run autoheader'
    AUTOMAKE='${SHELL} /root/showeq-5.0.0.22/missing --run automake-1.9'
    AWK='gawk'
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CCd='gcc'
    CFLAGS='-g -O2'
    CGIDIR=''
    CGI_FALSE=''
    CGI_ICONS=''
    CGI_ICON_DIR=''
    CGI_TRUE=''
    CPP='gcc -E'
    CPPFLAGS=''
    CXX='g++'
    CXXCPP='g++ -E'
    CXXDEPMODE='depmode=gcc3'
    CXXFLAGS='-g -O2'
    CXXd='g++'
    CYGPATH_W='echo'
    DB3_INCLUDES=''
    DB3_LDFLAGS=''
    DEBUG=''
    DEFS=''
    DEPDIR='.deps'
    DOXYGEN_PAPER_SIZE=''
    DX_COND_chi_FALSE=''
    DX_COND_chi_TRUE='#'
    DX_COND_chm_FALSE=''
    DX_COND_chm_TRUE='#'
    DX_COND_doc_FALSE='#'
    DX_COND_doc_TRUE=''
    DX_COND_dot_FALSE='#'
    DX_COND_dot_TRUE=''
    DX_COND_html_FALSE='#'
    DX_COND_html_TRUE=''
    DX_COND_latex_FALSE=''
    DX_COND_latex_TRUE='#'
    DX_COND_man_FALSE=''
    DX_COND_man_TRUE='#'
    DX_COND_pdf_FALSE=''
    DX_COND_pdf_TRUE='#'
    DX_COND_ps_FALSE=''
    DX_COND_ps_TRUE='#'
    DX_COND_rtf_FALSE=''
    DX_COND_rtf_TRUE='#'
    DX_COND_xml_FALSE=''
    DX_COND_xml_TRUE='#'
    DX_CONFIG='doxygen.cfg'
    DX_DOCDIR='dox'
    DX_DOT='/usr/bin/dot'
    DX_DOXYGEN='/usr/bin/doxygen'
    DX_DVIPS=''
    DX_EGREP=''
    DX_ENV=' SRCDIR='.' PROJECT='ShowEQ' DOCDIR='dox' VERSION='5.0.0.22' PERL_PATH='/usr/bin/perl' HAVE_DOT='YES' DOT_PATH='/usr/bin' GENERATE_MAN='NO' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='NO''
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_[]DX_CURRENT_FEATURE='[]DX_CURRENT_FEATURE'
    DX_FLAG_chi='0'
    DX_FLAG_chm='0'
    DX_FLAG_doc='1'
    DX_FLAG_dot='1'
    DX_FLAG_html='1'
    DX_FLAG_man='0'
    DX_FLAG_pdf='0'
    DX_FLAG_ps='0'
    DX_FLAG_rtf='0'
    DX_FLAG_xml='0'
    DX_HHC=''
    DX_LATEX=''
    DX_MAKEINDEX=''
    DX_PDFLATEX=''
    DX_PERL='/usr/bin/perl'
    DX_PROJECT='ShowEQ'
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='grep -E'
    EXEEXT=''
    F77='g77'
    FFLAGS='-g -O2'
    HAVE_GD_FALSE=''
    HAVE_GD_TRUE=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    LDFLAGS=''
    LIBGETOPT=''
    LIBOBJS=''
    LIBPNG=''
    LIBPTHREAD=''
    LIBS=''
    LIBSM=''
    LIBTOOL=''
    LIBZ=''
    LIB_QT=''
    LIB_X11=''
    LN_S='ln -s'
    LTLIBOBJS=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /root/showeq-5.0.0.22/missing --run makeinfo'
    MEMORY_LIBS=''
    MOC=''
    OBJEXT='o'
    PACKAGE='showeq'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME='showeq'
    PACKAGE_STRING='showeq 5.0.0.22'
    PACKAGE_TARNAME='showeq'
    PACKAGE_VERSION='5.0.0.22'
    PATH_SEPARATOR=':'
    PROFILE_LIBS=''
    QT_DOCS=''
    QT_INCLUDES=''
    QT_LDFLAGS=''
    RANLIB=''
    SET_MAKE=''
    SHELL='/bin/sh'
    SHOWEQ_EXTRA_RPATH=''
    SHOWEQ_RPATH=''
    STRIP=''
    TEST_SERVER_FALSE=''
    TEST_SERVER_TRUE=''
    UIC=''
    USEDB3_FALSE=''
    USEDB3_TRUE=''
    USER_INCLUDES=''
    USER_LDFLAGS=''
    USE_THREADS=''
    VERSION='5.0.0.22'
    X_INCLUDES=''
    X_LDFLAGS=''
    X_PRE_LIBS=''
    ac_ct_AR=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_F77='g77'
    ac_ct_RANLIB=''
    ac_ct_STRIP=''
    ac_pt_DX_DOT='/usr/bin/dot'
    ac_pt_DX_DOXYGEN='/usr/bin/doxygen'
    ac_pt_DX_DVIPS=''
    ac_pt_DX_EGREP=''
    ac_pt_DX_HHC=''
    ac_pt_DX_LATEX=''
    ac_pt_DX_MAKEINDEX=''
    ac_pt_DX_PDFLATEX=''
    ac_pt_DX_PERL='/usr/bin/perl'
    am__fastdepCC_FALSE='#'
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE='#'
    am__fastdepCXX_TRUE=''
    am__include='include'
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='i686-pc-linux-gnu'
    build_alias=''
    build_cpu='i686'
    build_os='linux-gnu'
    build_vendor='pc'
    datadir='${prefix}/share'
    db3_includes=''
    db3_libs=''
    exec_prefix='NONE'
    host='i686-pc-linux-gnu'
    host_alias=''
    host_cpu='i686'
    host_os='linux-gnu'
    host_vendor='pc'
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    install_sh='/root/showeq-5.0.0.22/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    mkdir_p='mkdir -p --'
    oldincludedir='/usr/include'
    prefix='NONE'
    program_transform_name='s,x,x,'
    qt_docs=''
    qt_includes=''
    qt_libraries=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='i686-pc-linux-gnu'
    target_alias=''
    target_cpu='i686'
    target_os='linux-gnu'
    target_vendor='pc'
    x_includes='NONE'
    x_libraries='NONE'

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

    #define HAVE_DLFCN_H 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_MEMORY_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRINGS_H 1
    #define HAVE_STRING_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_UNISTD_H 1
    #define PACKAGE "showeq"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_NAME "showeq"
    #define PACKAGE_STRING "showeq 5.0.0.22"
    #define PACKAGE_TARNAME "showeq"
    #define PACKAGE_VERSION "5.0.0.22"
    #define STDC_HEADERS 1
    #define VERSION "5.0.0.22"
    #endif
    #ifdef __cplusplus
    extern "C" void std::exit (int) throw (); using std::exit;

    configure: exit 0


    Thank you for any helpfull info you can give me..

    This is really only the second or 3rd time I have really had any problems doing anything with Showeq..

    Halfoak

  5. #5
    Developer
    Join Date
    Jul 2004
    Posts
    920

    Re: configure problems using Suse9.x

    That config.log looks like it ran through just fine. What did nm --version say?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On