• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Kompilieren..6 Stunden und keinen Schritt weiter...

Es ist echt zum verzweifeln. Hat irgendwer es schon mal auf anhieb geschafft die Befehle
./configure, make, make install ohne eine Fehlermeldung nacheinander auszuführen???

Ich sitzte jetzt hier seit 6 stunden und hatte schon beim ersten befehl arge probleme mit der aclocal und den m4 dateien. das hab ich jetzt glücklicherweise gelöst und leider auch zu früh gefreut. die ./configure läuft einwandfrei durch.

Will ich nun make ausführen kommen tausende fehlende header dateien und verschiedene andere fehlermeldungen.


Code:
make  all-recursive
make[1]: Entering directory `/home/user/Desktop/Gxsm-2.0'
Making all in src
make[2]: Entering directory `/home/user/Desktop/Gxsm-2.0/src'
if g++ -DHAVE_CONFIG_H -O2 -g -O2 -Wall -I. -I. -I.. -I.. -I/usr/local/include -I../include -DORBIT2=1 -pthread -DPNG_NO_MMX_CODE -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/gtkglext-1.0 -I/usr/lib64/gtkglext-1.0/include   -DGNOME_ICONDIR=\""/usr/local/share/pixmaps"\"     -MT gxsm_main.o -MD -MP -MF ".deps/gxsm_main.Tpo" -c -o gxsm_main.o gxsm_main.C; \
        then mv -f ".deps/gxsm_main.Tpo" ".deps/gxsm_main.Po"; else rm -f ".deps/gxsm_main.Tpo"; exit 1; fi
In file included from /usr/include/c++/4.2.1/new:44,
                 from gxsm_main.C:26:
/usr/include/c++/4.2.1/cstddef:50:28: error: bits/c++config.h: No such file or directory
/usr/include/c++/4.2.1/cstddef:51:20: error: stddef.h: No such file or directory
In file included from /usr/lib64/glib-2.0/include/glibconfig.h:11,
                 from /usr/include/glib-2.0/glib/gtypes.h:30,
                 from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/libgnome-2.0/libgnome/gnome-program.h:34,
                 from /usr/include/libgnome-2.0/libgnome/libgnome.h:29,
                 from gxsm_main.C:33:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
In file included from /usr/include/glib-2.0/glib/gtypes.h:30,
                 from /usr/include/glib-2.0/glib/galloca.h:30,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/libgnome-2.0/libgnome/gnome-program.h:34,
                 from /usr/include/libgnome-2.0/libgnome/libgnome.h:29,
                 from gxsm_main.C:33:
/usr/lib64/glib-2.0/include/glibconfig.h:12:19: error: float.h: No such file or directory
In file included from /usr/include/glib-2.0/glib/gthread.h:32,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:30,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/libgnome-2.0/libgnome/gnome-program.h:34,
                 from /usr/include/libgnome-2.0/libgnome/libgnome.h:29,
                 from gxsm_main.C:33:
/usr/include/glib-2.0/glib/gutils.h:31:20: error: stdarg.h: No such file or directory
In file included from gxsm_main.C:38:
gxsm_app.h:36:21: error: netcdf.hh: No such file or directory
In file included from /usr/include/c++/4.2.1/ios:43,
                 from /usr/include/c++/4.2.1/ostream:45,
                 from /usr/include/c++/4.2.1/iostream:45,
                 from gapp_service.h:31,
                 from gxsm_app.h:38,
                 from gxsm_main.C:38:
/usr/include/c++/4.2.1/iosfwd:45:29: error: bits/c++locale.h: No such file or directory
/usr/include/c++/4.2.1/iosfwd:46:25: error: bits/c++io.h: No such file or directory
In file included from /usr/include/c++/4.2.1/climits:50,
                 from /usr/include/c++/4.2.1/bits/stl_algobase.h:67,
                 from /usr/include/c++/4.2.1/bits/char_traits.h:46,
                 from /usr/include/c++/4.2.1/ios:45,
                 from /usr/include/c++/4.2.1/ostream:45,
                 from /usr/include/c++/4.2.1/iostream:45,
                 from gapp_service.h:31,
                 from gxsm_app.h:38,
                 from gxsm_main.C:38:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
In file included from /usr/include/c++/4.2.1/bits/ios_base.h:45,
                 from /usr/include/c++/4.2.1/ios:48,
                 from /usr/include/c++/4.2.1/ostream:45,
                 from /usr/include/c++/4.2.1/iostream:45,
                 from gapp_service.h:31,
                 from gxsm_app.h:38,
                 from gxsm_main.C:38:
/usr/include/c++/4.2.1/ext/atomicity.h:39:23: error: bits/gthr.h: No such file or directory
/usr/include/c++/4.2.1/ext/atomicity.h:40:30: error: bits/atomic_word.h: No such file or directory
In file included from /usr/include/c++/4.2.1/memory:54,
                 from /usr/include/c++/4.2.1/string:48,
                 from /usr/include/c++/4.2.1/bits/locale_classes.h:47,
                 from /usr/include/c++/4.2.1/bits/ios_base.h:47,
                 from /usr/include/c++/4.2.1/ios:48,
                 from /usr/include/c++/4.2.1/ostream:45,
                 from /usr/include/c++/4.2.1/iostream:45,
                 from gapp_service.h:31,
                 from gxsm_app.h:38,
                 from gxsm_main.C:38:
/usr/include/c++/4.2.1/bits/allocator.h:53:31: error: bits/c++allocator.h: No such file or directory
In file included from /usr/include/c++/4.2.1/bits/basic_ios.h:44,
                 from /usr/include/c++/4.2.1/ios:50,
                 from /usr/include/c++/4.2.1/ostream:45,
                 from /usr/include/c++/4.2.1/iostream:45,
                 from gapp_service.h:31,
                 from gxsm_app.h:38,
                 from gxsm_main.C:38:
/usr/include/c++/4.2.1/bits/locale_facets.h:47:30: error: bits/ctype_base.h: No such file or directory
/usr/include/c++/4.2.1/bits/locale_facets.h:1533:31: error: bits/ctype_inline.h: No such file or directory
/usr/include/c++/4.2.1/bits/locale_facets.h:3040:33: error: bits/time_members.h: No such file or directory
/usr/include/c++/4.2.1/bits/locale_facets.h:4599:37: error: bits/messages_members.h: No such file or directory
In file included from gapp_service.h:32,
                 from gxsm_app.h:38,
                 from gxsm_main.C:38:
/usr/include/c++/4.2.1/fstream:49:29: error: bits/basic_file.h: No such file or directory
In file included from surface.h:33,
                 from gxsm_app.h:40,
                 from gxsm_main.C:38:
view.h:45:21: error: GL/glut.h: No such file or directory
In file included from surface.h:35,
                 from gxsm_app.h:40,
                 from gxsm_main.C:38:
xsmmath.h:34:20: error: fftw3.h: No such file or directory
In file included from xsm.h:62,
                 from surface.h:37,
                 from gxsm_app.h:40,
                 from gxsm_main.C:38:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h
In file included from /usr/include/c++/4.2.1/new:44,
                 from gxsm_main.C:26:
/usr/include/c++/4.2.1/cstddef:53: error: expected constructor, destructor, or type conversion before ‘(’ token
/usr/include/c++/4.2.1/cstddef:56: error: ‘::size_t’ has not been declared
In file included from /usr/include/c++/4.2.1/new:45,
                 from gxsm_main.C:26:
/usr/include/c++/4.2.1/exception:40: error: ‘#pragma’ is not allowed here
/usr/include/c++/4.2.1/exception:133: error: expected declaration before end of line
/usr/include/c++/4.2.1/exception:133: fatal error: opening dependency file .deps/gxsm_main.Tpo: Permission denied
compilation terminated.
make[2]: *** [gxsm_main.o] Error 1
make[2]: Leaving directory `/home/user/Desktop/Gxsm-2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/Desktop/Gxsm-2.0'
make: *** [all] Error 2

Nun sitz ich auch schon hier wieder mehr als 2 Stunden dran und hab es noch nicht geschafft eine einzige Headerdatei zu installieren.
Die Komplierer c++,g++ und so gut wie alle libraries sind aber installiert.

Brauch dringend nen tipp,wer sich das ausgedacht hat....
 
Also die devel packete sind mehr oder weniger installiert.

Ich konnte das Problem mithilfe der config.log sehr gut eingrenzen und auch einige header nachinstallieren, wie z.B. python 2.5.

Bis auf ein paar assembler error codes fehlen laut config.log noch drei header files:

limits.h
carbon.h
ac_nonexistent.h

Bei der limits.h scheint auch das Hauptproblem zu liegen, diese ist nämlich vorhanden und wird auch per Pfad richtig eingebunden (siehe config.log unten), dennoch meckert er
Code:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
obwohl diese genau dort liegt.

Bei dem versuch gcc421 mit der limits.h neuzuinstallieren scheint bissl mehr schief gegangen zu sein.

jetzt läuft autogen gar nicht mehr durch und moniert
Code:
configure:5273: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

die config.log

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

It was created by gxsm2 configure 1.16.1, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --enable-maintainer-mode --no-create --no-recursion

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

hostname = hallx
uname -m = x86_64
uname -r = 2.6.22.13-0.3-default
uname -s = Linux
uname -v = #1 SMP 2007/11/19 15:02:58 UTC

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

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

PATH: /home/user/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


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

configure:2222: checking for pkg-config
configure:2240: found /usr/bin/pkg-config
configure:2252: result: /usr/bin/pkg-config
configure:2281: checking pkg-config is at least version 0.9.0
configure:2284: result: yes
configure:2295: checking for PACKAGE
configure:2303: $PKG_CONFIG --exists --print-errors "$pkg_modules"
configure:2306: $? = 0
configure:2321: $PKG_CONFIG --exists --print-errors "$pkg_modules"
configure:2324: $? = 0
configure:2400: result: yes
configure:2450: checking for a BSD-compatible install
configure:2506: result: /usr/bin/install -c
configure:2517: checking whether build environment is sane
configure:2560: result: yes
configure:2625: checking for gawk
configure:2641: found /usr/bin/gawk
configure:2652: result: gawk
configure:2663: checking whether make sets $(MAKE)
configure:2684: result: yes
configure:3046: checking build system type
configure:3064: result: x86_64-suse-linux-gnu
configure:3086: checking host system type
configure:3101: result: x86_64-suse-linux-gnu
configure:3135: checking for style of include used by make
configure:3163: result: GNU
configure:3236: checking for gcc
configure:3252: found /usr/bin/gcc
configure:3263: result: gcc
configure:3501: checking for C compiler version
configure:3508: gcc --version >&5
gcc (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 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:3511: $? = 0
configure:3518: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:3521: $? = 0
configure:3528: gcc -V >&5
gcc: '-V' option must have argument
configure:3531: $? = 1
configure:3554: checking for C compiler default output file name
configure:3581: gcc    conftest.c  >&5
configure:3584: $? = 0
configure:3622: result: a.out
configure:3639: checking whether the C compiler works
configure:3649: ./a.out
configure:3652: $? = 0
configure:3669: result: yes
configure:3676: checking whether we are cross compiling
configure:3678: result: no
configure:3681: checking for suffix of executables
configure:3688: gcc -o conftest    conftest.c  >&5
configure:3691: $? = 0
configure:3715: result: 
configure:3721: checking for suffix of object files
configure:3747: gcc -c   conftest.c >&5
configure:3750: $? = 0
configure:3773: result: o
configure:3777: checking whether we are using the GNU C compiler
configure:3806: gcc -c   conftest.c >&5
configure:3812: $? = 0
configure:3829: result: yes
configure:3834: checking whether gcc accepts -g
configure:3864: gcc -c -g  conftest.c >&5
configure:3870: $? = 0
configure:3969: result: yes
configure:3986: checking for gcc option to accept ISO C89
configure:4060: gcc  -c -g -O2  conftest.c >&5
configure:4066: $? = 0
configure:4089: result: none needed
configure:4109: checking dependency style of gcc
configure:4199: result: gcc3
configure:4216: checking for a sed that does not truncate output
configure:4272: result: /usr/bin/sed
configure:4275: checking for grep that handles long lines and -e
configure:4349: result: /usr/bin/grep
configure:4354: checking for egrep
configure:4432: result: /usr/bin/grep -E
configure:4448: checking for ld used by gcc
configure:4515: result: /usr/x86_64-suse-linux/bin/ld
configure:4524: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:4539: result: yes
configure:4544: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:4551: result: -r
configure:4569: checking for BSD-compatible nm
configure:4618: result: /usr/bin/nm -B
configure:4622: checking whether ln -s works
configure:4626: result: yes
configure:4633: checking how to recognize dependent libraries
configure:4819: result: pass_all
configure:4908: gcc -c -g -O2  conftest.c >&5
configure:4911: $? = 0
configure:5060: checking how to run the C preprocessor
configure:5100: gcc -E  conftest.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/syslimits.h:7,
                 from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11,
                 from conftest.c:19:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5100: gcc -E  conftest.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/syslimits.h:7,
                 from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11,
                 from conftest.c:19:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5100: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:323,
                 from /usr/include/assert.h:38,
                 from conftest.c:22:
/usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5100: gcc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:323,
                 from /usr/include/assert.h:38,
                 from conftest.c:22:
/usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5100: /lib/cpp  conftest.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/syslimits.h:7,
                 from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11,
                 from conftest.c:19:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5100: /lib/cpp  conftest.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/syslimits.h:7,
                 from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11,
                 from conftest.c:19:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:5106: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5176: result: /lib/cpp
configure:5205: /lib/cpp  conftest.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/syslimits.h:7,
                 from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11,
                 from conftest.c:19:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:5211: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5205: /lib/cpp  conftest.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/syslimits.h:7,
                 from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11,
                 from conftest.c:19:
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:122:61: error: limits.h: No such file or directory
configure:5211: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "gxsm2"
| #define PACKAGE_TARNAME "gxsm2"
| #define PACKAGE_VERSION "1.16.1"
| #define PACKAGE_STRING "gxsm2 1.16.1"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
| #define PACKAGE "gxsm2"
| #define VERSION "1.16.1"
| #define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
| #define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
| #define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
| #define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
| #define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
| #define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
| #define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
| #define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:5273: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

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

ac_cv_build=x86_64-suse-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FONTCONFIG_CFLAGS_set=
ac_cv_env_FONTCONFIG_CFLAGS_value=
ac_cv_env_FONTCONFIG_LIBS_set=
ac_cv_env_FONTCONFIG_LIBS_value=
ac_cv_env_GDK_PIXBUF_CFLAGS_set=
ac_cv_env_GDK_PIXBUF_CFLAGS_value=
ac_cv_env_GDK_PIXBUF_LIBS_set=
ac_cv_env_GDK_PIXBUF_LIBS_value=
ac_cv_env_GNOMEPRINT_CFLAGS_set=
ac_cv_env_GNOMEPRINT_CFLAGS_value=
ac_cv_env_GNOMEPRINT_LIBS_set=
ac_cv_env_GNOMEPRINT_LIBS_value=
ac_cv_env_GXSM_CORE_CFLAGS_set=
ac_cv_env_GXSM_CORE_CFLAGS_value=
ac_cv_env_GXSM_CORE_LIBS_set=
ac_cv_env_GXSM_CORE_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBART_CFLAGS_set=
ac_cv_env_LIBART_CFLAGS_value=
ac_cv_env_LIBART_LIBS_set=
ac_cv_env_LIBART_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PACKAGE_CFLAGS_set=
ac_cv_env_PACKAGE_CFLAGS_value=
ac_cv_env_PACKAGE_LIBS_set=
ac_cv_env_PACKAGE_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_URI_CFLAGS_set=
ac_cv_env_URI_CFLAGS_value=
ac_cv_env_URI_LIBS_set=
ac_cv_env_URI_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_host=x86_64-suse-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
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/x86_64-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
pkg_cv_PACKAGE_CFLAGS='-DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
pkg_cv_PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '

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

ACLOCAL='${SHELL} /home/user/Desktop/Gxsm-2.0/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/user/Desktop/Gxsm-2.0/missing --run tar'
AR=''
AUTOCONF='${SHELL} /home/user/Desktop/Gxsm-2.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/user/Desktop/Gxsm-2.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/user/Desktop/Gxsm-2.0/missing --run automake-1.9'
AWK='gawk'
BUILD_XJT_FALSE=''
BUILD_XJT_TRUE=''
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='/lib/cpp'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FFTW_LIBS=''
FONTCONFIG_CFLAGS=''
FONTCONFIG_LIBS=''
FONTCONFIG_REQUIRED_VERSION='2.1.0'
GDK_PIXBUF_CFLAGS=''
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_LIBS=''
GDK_PIXBUF_REQUIRED_VERSION='2.4.0'
GETTEXT_PACKAGE=''
GIMPPRINT_REQUIRED_VERSION='4.2.0'
GIMPPRINT_TOONEW_VERSION='4.3.0'
GLIB_REQUIRED_VERSION='2.8.0'
GMOFILES=''
GMSGFMT=''
GNOMEPRINT=''
GNOMEPRINT_CFLAGS=''
GNOMEPRINT_LIBS=''
GNOME_LIBS_REQUIRED='2.4.0'
GNOME_VFS_REQUIRED='2.10.0'
GREP='/usr/bin/grep'
GTKDOC_REQUIRED_VERSION='1.0'
GTKHTML2_REQUIRED_VERSION='2.0.0'
GTK_CFLAGS=''
GTK_LIBS=''
GTK_REQUIRED_VERSION='2.4.0'
GXSM_CORE_CFLAGS=''
GXSM_CORE_LIBS=''
HAVE_GNOMEPRINT_FALSE=''
HAVE_GNOMEPRINT_TRUE=''
HAVE_GNOMEVFS_FALSE=''
HAVE_GNOMEVFS_TRUE=''
HAVE_MAC_CARBON_FALSE=''
HAVE_MAC_CARBON_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
JPEG=''
LDFLAGS=''
LIBART_CFLAGS=''
LIBART_LIBS=''
LIBGNOMEPRINT=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBS=''
LIBTOOL=''
LIBZ=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/user/Desktop/Gxsm-2.0/missing --run makeinfo'
MSGFMT=''
MSGFMT_OPTS=''
OBJEXT='o'
PACKAGE='gxsm2'
PACKAGE_BUGREPORT='http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992'
PACKAGE_CFLAGS='-DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
PACKAGE_DATA_DIR='/usr/local/share/gxsm2'
PACKAGE_DOC_DIR='/usr/local/share/doc/gxsm2'
PACKAGE_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
PACKAGE_NAME='gxsm2'
PACKAGE_PIXMAPS_DIR='/usr/local/share/pixmaps/gxsm2'
PACKAGE_STRING='gxsm2 1.16.1'
PACKAGE_TARNAME='gxsm2'
PACKAGE_VERSION='1.16.1'
PANGOFT2_REQUIRED_VERSION='1.8.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PNG=''
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PSP=''
RANLIB=''
RSVG_REQUIRED_VERSION='2.8.0'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
URI_CFLAGS=''
URI_LIBS=''
USE_NLS=''
VERSION='1.16.1'
WMF_REQUIRED_VERSION='0.2.8'
XGETTEXT=''
XMKMF=''
YACC=''
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
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='x86_64-suse-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='suse'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-suse-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='suse'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/user/Desktop/Gxsm-2.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
plugindir=''
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "gxsm2"
#define PACKAGE_TARNAME "gxsm2"
#define PACKAGE_VERSION "1.16.1"
#define PACKAGE_STRING "gxsm2 1.16.1"
#define PACKAGE_BUGREPORT "http://sourceforge.net/tracker/?func=add&group_id=12992&atid=112992"
#define PACKAGE "gxsm2"
#define VERSION "1.16.1"
#define PACKAGE_PIXMAPS_DIR "/usr/local/share/pixmaps/gxsm2"
#define PACKAGE_DATA_DIR "/usr/local/share/gxsm2"
#define PACKAGE_DOC_DIR "/usr/local/share/doc/gxsm2"
#define PACKAGE_LOCALE_DIR "/usr/local/share/locale"
#define PACKAGE_PLUGIN_DIR "/usr/local/lib/gxsm-plugins"
#define PACKAGE_TIPS_DIR "/usr/local/share/gxsm/tips"
#define PACKAGE_PROFILEPLOT_DIR "/usr/local/share/gxsm/profileplot"
#define PACKAGE_PALETTE_DIR "/usr/local/share/gxsm/palette"

configure: exit 1
 
ich habe noch ein zweites programm versucht zu kompiliern und es kommt als gleiche ursach eine fehlende limits.h und sanity

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

It was created by configure, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

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

hostname = hallx
uname -m = x86_64
uname -r = 2.6.22.13-0.3-default
uname -s = Linux
uname -v = #1 SMP 2007/11/19 15:02:58 UTC

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

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

PATH: /home/user/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/kde3/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


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

configure:1962: checking for a BSD-compatible install
configure:2018: result: /usr/bin/install -c
configure:2029: checking whether build environment is sane
configure:2072: result: yes
configure:2137: checking for gawk
configure:2153: found /usr/bin/gawk
configure:2164: result: gawk
configure:2175: checking whether make sets $(MAKE)
configure:2196: result: yes
configure:2442: checking for gcc
configure:2458: found /usr/bin/gcc
configure:2469: result: gcc
configure:2707: checking for C compiler version
configure:2714: gcc --version >&5
gcc (GCC) 4.2.1 (SUSE Linux)
Copyright (C) 2007 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:2717: $? = 0
configure:2724: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.2.1 (SUSE Linux)
configure:2727: $? = 0
configure:2734: gcc -V >&5
gcc: '-V' option must have argument
configure:2737: $? = 1
configure:2760: checking for C compiler default output file name
configure:2787: gcc -Wall -O2   conftest.c  >&5
configure:2790: $? = 0
configure:2828: result: a.out
configure:2845: checking whether the C compiler works
configure:2855: ./a.out
configure:2858: $? = 0
configure:2875: result: yes
configure:2882: checking whether we are cross compiling
configure:2884: result: no
configure:2887: checking for suffix of executables
configure:2894: gcc -o conftest -Wall -O2   conftest.c  >&5
configure:2897: $? = 0
configure:2921: result: 
configure:2927: checking for suffix of object files
configure:2953: gcc -c -Wall -O2  conftest.c >&5
configure:2956: $? = 0
configure:2979: result: o
configure:2983: checking whether we are using the GNU C compiler
configure:3012: gcc -c -Wall -O2  conftest.c >&5
configure:3018: $? = 0
configure:3035: result: yes
configure:3040: checking whether gcc accepts -g
configure:3070: gcc -c -g  conftest.c >&5
configure:3076: $? = 0
configure:3175: result: yes
configure:3192: checking for gcc option to accept ISO C89
configure:3266: gcc  -c -Wall -O2  conftest.c >&5
configure:3272: $? = 0
configure:3295: result: none needed
configure:3324: checking for style of include used by make
configure:3352: result: GNU
configure:3380: checking dependency style of gcc
configure:3470: result: gcc3
configure:3500: checking for a BSD-compatible install
configure:3556: result: /usr/bin/install -c
configure:3610: checking for ranlib
configure:3626: found /usr/bin/ranlib
configure:3637: result: ranlib
configure:3669: checking how to run the C preprocessor
configure:3709: gcc -E  conftest.c
configure:3715: $? = 0
configure:3746: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3752: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "btsco"
| #define VERSION "0.42"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3785: result: gcc -E
configure:3814: gcc -E  conftest.c
configure:3820: $? = 0
configure:3851: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3857: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "btsco"
| #define VERSION "0.42"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3895: checking for grep that handles long lines and -e
configure:3969: result: /usr/bin/grep
configure:3974: checking for egrep
configure:4052: result: /usr/bin/grep -E
configure:4057: checking for ANSI C header files
configure:4087: gcc -c -Wall -O2  conftest.c >&5
configure:4093: $? = 0
configure:4192: gcc -o conftest -Wall -O2   conftest.c  >&5
configure:4195: $? = 0
configure:4201: ./conftest
configure:4204: $? = 0
configure:4221: result: yes
configure:4245: checking for sys/types.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for sys/stat.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for stdlib.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for string.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for memory.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for strings.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for inttypes.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for stdint.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4245: checking for unistd.h
configure:4266: gcc -c -Wall -O2  conftest.c >&5
configure:4272: $? = 0
configure:4288: result: yes
configure:4331: checking bluetooth/bluetooth.h usability
configure:4348: gcc -c -Wall -O2   conftest.c >&5
configure:4354: $? = 0
configure:4368: result: yes
configure:4372: checking bluetooth/bluetooth.h presence
configure:4387: gcc -E   conftest.c
configure:4393: $? = 0
configure:4407: result: yes
configure:4435: checking for bluetooth/bluetooth.h
configure:4442: result: yes
configure:4465: checking for hci_open_dev in -lbluetooth
configure:4500: gcc -o conftest -Wall -O2     conftest.c -lbluetooth   >&5
configure:4506: $? = 0
configure:4524: result: yes
configure:4535: checking for sdp_connect in -lbluetooth
configure:4570: gcc -o conftest -Wall -O2     conftest.c -lbluetooth   >&5
configure:4576: $? = 0
configure:4594: result: yes
configure:4760: checking build system type
configure:4778: result: x86_64-unknown-linux-gnu
configure:4800: checking host system type
configure:4815: result: x86_64-unknown-linux-gnu
configure:4837: checking for a sed that does not truncate output
configure:4893: result: /usr/bin/sed
configure:4907: checking for ld used by gcc
configure:4974: result: /usr/x86_64-suse-linux/bin/ld
configure:4983: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:4998: result: yes
configure:5003: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:5010: result: -r
configure:5028: checking for BSD-compatible nm
configure:5077: result: /usr/bin/nm -B
configure:5081: checking whether ln -s works
configure:5085: result: yes
configure:5092: checking how to recognize dependent libraries
configure:5278: result: pass_all
configure:5366: gcc -c -Wall -O2  conftest.c >&5
configure:5369: $? = 0
configure:5528: checking dlfcn.h usability
configure:5545: gcc -c -Wall -O2  conftest.c >&5
configure:5551: $? = 0
configure:5565: result: yes
configure:5569: checking dlfcn.h presence
configure:5584: gcc -E  conftest.c
configure:5590: $? = 0
configure:5604: result: yes
configure:5632: checking for dlfcn.h
configure:5640: result: yes
configure:5657: checking the maximum length of command line arguments
configure:5769: result: 98304
configure:5781: checking command to parse /usr/bin/nm -B output from gcc object
configure:5886: gcc -c -Wall -O2  conftest.c >&5
configure:5889: $? = 0
configure:5893: /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:5896: $? = 0
configure:5948: gcc -o conftest -Wall -O2   conftest.c conftstm.o >&5
configure:5951: $? = 0
configure:5989: result: ok
configure:5993: checking for objdir
configure:6008: result: .libs
configure:6100: checking for ar
configure:6116: found /usr/bin/ar
configure:6127: result: ar
configure:6196: checking for ranlib
configure:6223: result: ranlib
configure:6292: checking for strip
configure:6308: found /usr/bin/strip
configure:6319: result: strip
configure:6605: checking if gcc supports -fno-rtti -fno-exceptions
configure:6623: gcc -c -Wall -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6627: $? = 0
configure:6640: result: no
configure:6655: checking for gcc option to produce PIC
configure:6887: result: -fPIC
configure:6895: checking if gcc PIC flag -fPIC works
configure:6913: gcc -c -Wall -O2  -fPIC -DPIC conftest.c >&5
configure:6917: $? = 0
configure:6930: result: yes
configure:6958: checking if gcc static flag -static works
configure:6986: result: yes
configure:6996: checking if gcc supports -c -o file.o
configure:7017: gcc -c -Wall -O2  -o out/conftest2.o conftest.c >&5
configure:7021: $? = 0
configure:7043: result: yes
configure:7069: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:8049: result: yes
configure:8070: checking whether -lc should be explicitly linked in
configure:8075: gcc -c -Wall -O2  conftest.c >&5
configure:8078: $? = 0
configure:8093: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8096: $? = 0
configure:8108: result: no
configure:8116: checking dynamic linker characteristics
configure:8718: result: GNU/Linux ld.so
configure:8727: checking how to hardcode library paths into programs
configure:8752: result: immediate
configure:8766: checking whether stripping libraries is possible
configure:8771: result: yes
configure:9573: checking if libtool supports shared libraries
configure:9575: result: yes
configure:9578: checking whether to build shared libraries
configure:9599: result: yes
configure:9602: checking whether to build static libraries
configure:9606: result: yes
configure:9699: creating libtool
configure:10151: gcc -c -Wall -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36: warning: 'addr' is used uninitialized in this function
configure:10157: $? = 0
configure:10211: checking for ALSA CFLAGS
configure:10217: result: 
configure:10220: checking for ALSA LDFLAGS
configure:10229: result:  -lasound -lm -ldl -lpthread
configure:10233: checking for libasound headers version >= 1.0.3
configure:10305: gcc -c -Wall -O2  conftest.c >&5
configure:10311: $? = 0
configure:10316: result: found.
configure:10341: checking for snd_ctl_open in -lasound
configure:10376: gcc -o conftest -Wall -O2   conftest.c -lasound   -lasound -lm -ldl -lpthread -lbluetooth  >&5
configure:10382: $? = 0
configure:10400: result: yes
configure:10492: checking for dlopen
configure:10548: gcc -o conftest -Wall -O2   conftest.c -lasound -lm -ldl -lpthread -lbluetooth >&5
configure:10554: $? = 0
configure:10572: result: yes
configure:10660: checking for ao
configure:10700: gcc -o conftest -Wall -O2    conftest.c -lasound -lm -ldl -lpthread -lbluetooth  -lao  >&5
configure:10703: $? = 0
configure:10709: ./conftest
configure:10712: $? = 0
configure:10732: result: yes
configure:11019: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on hallx

config.status:666: creating Makefile
config.status:666: creating sbc/Makefile
config.status:666: creating avdtp/Makefile
config.status:666: creating alsa-plugins/Makefile
config.status:666: creating alsa-plugins/headsetd/Makefile
config.status:666: creating config.h
config.status:936: executing depfiles commands

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func_dlopen=yes
ac_cv_header_bluetooth_bluetooth_h=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=x86_64-unknown-linux-gnu
ac_cv_lib_asound_snd_ctl_open=yes
ac_cv_lib_bluetooth_hci_open_dev=yes
ac_cv_lib_bluetooth_sdp_connect=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
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_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
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=98304
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_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_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/user/Desktop/btsco-0.5/missing --run aclocal-1.9'
ALSAPLUGIN_FALSE=''
ALSAPLUGIN_TRUE='#'
ALSA_CFLAGS=''
ALSA_LIBS=' -lasound -lm -ldl -lpthread'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/user/Desktop/btsco-0.5/missing --run tar'
AO_CFLAGS=''
AO_FALSE=''
AO_LIBS=' -lao '
AO_TRUE='#'
AR='ar'
AUTOCONF='${SHELL} /home/user/Desktop/btsco-0.5/missing --run autoconf'
AUTOHEADER='${SHELL} /home/user/Desktop/btsco-0.5/missing --run autoheader'
AUTOMAKE='${SHELL} /home/user/Desktop/btsco-0.5/missing --run automake-1.9'
AWK='gawk'
BLUEZ_CFLAGS=''
BLUEZ_LIBS=' -lbluetooth'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FIXED_FALSE=''
FIXED_TRUE='#'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lasound -lm -ldl -lpthread -lbluetooth'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/user/Desktop/btsco-0.5/missing --run makeinfo'
OBJEXT='o'
PACKAGE='btsco'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.42'
ac_ct_CC='gcc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/user/Desktop/btsco-0.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "btsco"
#define VERSION "0.42"
#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_LIBBLUETOOTH 1
#define HAVE_DLFCN_H 1
#define HAVE_LIBASOUND 1
#define HAVE_DLOPEN 1

configure: exit 0
 
Wenn man nicht alles selber macht :?

Also das große limits.h und sanity check failed Problem konnte ich doch nach elend langer recherche einfach lösen: in yast hab ich alle glibc libraries neuinstalliert....

zuletzt bleibt noch der allgemeine fehler mit ac_nonexistent.h

Code:
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
 
Diese Meldung hab ich auch:
Code:
conftest.c:29:28: error: ac_nonexistent.h: No such file or directory
Ist aber nicht weiter wichtig, da es trotzdem kompiliert.
Außderdem brauchst du noch eine libquicktime + dev, sonst bricht die Kompilierung ab.
 
Es gibt Debian Pakete, da könnte man mit alien ran: http://sourceforge.net/project/showfiles.php?group_id=12992&package_id=17941
Allerdings ist das letzte vom 2. Juli.

Was mir noch einfällt: netcdf muss in Version 3.6.1 vorhanden sein, 3.6.2 funktioniert nicht.
 
Oben