discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Test results base/make gui/back building


From: Dennis Leeuw
Subject: Test results base/make gui/back building
Date: Wed, 22 Oct 2003 16:00:03 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

Hi all,

I have done a lot of testing the last couple of days. Esp. to see if the build process of apps and GNUstep can be broken, and yes it can :) This doesn't mean GNUstep in general is broken, but I tried to deliberatly break stuff by playing a real dumb user.

Maybe some stuff is already fixed in CVS, if so sorry. But I did the tests with released packages.

Used stuff:
- Debian sarge (testing)
- GNUstep base/make 1.8.0
- GNUstep gui/back 0.9.0
- Gworkspace 0.6.0
- Preferences.app CVS 21-10-2003

gnustep-make: none

gnustep-base:
On a clean installed system with libffi-2.0.0 when configuring base, and no ffcall:
./configure halts on no libffi.


./configure --enable-libffi works.

gnustep-gui and gnustep-back (build both xlib and art):
-- for both I attach the conf.log files

The logs show what is missing and what is not. But they don't produce an error. I can happily build GNUstep and GWorkspace.

The result is a broken installation. None of the apps start.
I think the configures of both back and gui should produce an error when essential dependencies are not matched.

Then I installed, I hope, all that is needed and everything went fine. One problem still remains and that is the fact that using xlib the Helvetica and Courier fonts are not found by GWorkspace, and thus no text is displayed.
Everything works fine with art (and artresources).

Note also that part of the problem might be Debian which might be not succesfully fulfilling dependencies.

Hope this is of any help.

Greetings,

Dennis Leeuw
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.57.  Invocation command line was

  $ ./configure --enable-graphics=xlib --with-name=xlib

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

hostname = LSNV001020
uname -m = i686
uname -r = 2.4.22-1-386
uname -s = Linux
uname -v = #9 Sat Oct 4 14:30:39 EST 2003

/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: /root/GNUstep/Tools
PATH: /usr/GNUstep/Local/Tools
PATH: /usr/GNUstep/Network/Tools
PATH: /usr/GNUstep/System/Tools
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


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

configure:1372: checking for gcc
configure:1388: found /usr/bin/gcc
configure:1398: result: gcc
configure:1642: checking for C compiler version
configure:1645: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 20031005 (Debian prerelease)
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:1648: $? = 0
configure:1650: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm 
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.2 20031005 (Debian prerelease)
configure:1653: $? = 0
configure:1655: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1658: $? = 1
configure:1682: checking for C compiler default output
configure:1685: gcc    conftest.c  >&5
configure:1688: $? = 0
configure:1734: result: a.out
configure:1739: checking whether the C compiler works
configure:1745: ./a.out
configure:1748: $? = 0
configure:1765: result: yes
configure:1772: checking whether we are cross compiling
configure:1774: result: no
configure:1777: checking for suffix of executables
configure:1779: gcc -o conftest    conftest.c  >&5
configure:1782: $? = 0
configure:1807: result: 
configure:1813: checking for suffix of object files
configure:1835: gcc -c   conftest.c >&5
configure:1838: $? = 0
configure:1860: result: o
configure:1864: checking whether we are using the GNU C compiler
configure:1889: gcc -c   conftest.c >&5
configure:1892: $? = 0
configure:1895: test -s conftest.o
configure:1898: $? = 0
configure:1911: result: yes
configure:1917: checking whether gcc accepts -g
configure:1939: gcc -c -g  conftest.c >&5
configure:1942: $? = 0
configure:1945: test -s conftest.o
configure:1948: $? = 0
configure:1959: result: yes
configure:1976: checking for gcc option to accept ANSI C
configure:2037: gcc  -c -g -O2  conftest.c >&5
configure:2040: $? = 0
configure:2043: test -s conftest.o
configure:2046: $? = 0
configure:2064: result: none needed
configure:2082: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2085: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2200: checking build system type
configure:2218: result: i686-pc-linux-gnu
configure:2226: checking host system type
configure:2240: result: i686-pc-linux-gnu
configure:2248: checking target system type
configure:2262: result: i686-pc-linux-gnu
configure:2334: checking how to run the C preprocessor
configure:2370: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2376: $? = 0
configure:2408: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2407:28: ac_nonexistent.h: No such file or directory
configure:2414: $? = 1
configure: failed program was:
| #line 2399 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2452: result: gcc -E
configure:2477: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2483: $? = 0
configure:2515: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2514:28: ac_nonexistent.h: No such file or directory
configure:2521: $? = 1
configure: failed program was:
| #line 2506 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2564: checking for egrep
configure:2574: result: grep -E
configure:2579: checking for ANSI C header files
configure:2605: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2608: $? = 0
configure:2611: test -s conftest.o
configure:2614: $? = 0
configure:2703: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:2706: $? = 0
configure:2708: ./conftest
configure:2711: $? = 0
configure:2726: result: yes
configure:2750: checking for sys/types.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for sys/stat.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for stdlib.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for string.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for memory.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for strings.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for inttypes.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for stdint.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2750: checking for unistd.h
configure:2767: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2770: $? = 0
configure:2773: test -s conftest.o
configure:2776: $? = 0
configure:2787: result: yes
configure:2799: checking for current libwraster support
configure:2810: checking for RFillImage in -lwraster
configure:2841: gcc -o conftest -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib  
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lwraster  -lwraster  >&5
configure:2844: $? = 0
configure:2847: test -s conftest
configure:2850: $? = 0
configure:2862: result: yes
configure:2887: checking wraster.h usability
configure:2900: gcc -c -g -O2 -I/usr/X11R6/include -L/usr/X11R6/lib  
-I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:2903: $? = 0
configure:2906: test -s conftest.o
configure:2909: $? = 0
configure:2919: result: yes
configure:2923: checking wraster.h presence
configure:2934: gcc -E -I/usr/X11R6/include -L/usr/X11R6/lib  
-I/usr/GNUstep/System/Library/Headers conftest.c
configure:2940: $? = 0
configure:2959: result: yes
configure:2995: checking for wraster.h
configure:3002: result: yes
configure:3023: result: yes
configure:3056: checking for X
configure:3276: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:3429: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c   -L/usr/X11R6/lib -lX11 >&5
configure:3432: $? = 0
configure:3435: test -s conftest
configure:3438: $? = 0
configure:3575: checking for gethostbyname
configure:3625: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3628: $? = 0
configure:3631: test -s conftest
configure:3634: $? = 0
configure:3645: result: yes
configure:3776: checking for connect
configure:3826: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3829: $? = 0
configure:3832: test -s conftest
configure:3835: $? = 0
configure:3846: result: yes
configure:3911: checking for remove
configure:3961: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3964: $? = 0
configure:3967: test -s conftest
configure:3970: $? = 0
configure:3981: result: yes
configure:4046: checking for shmat
configure:4096: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:4099: $? = 0
configure:4102: test -s conftest
configure:4105: $? = 0
configure:4116: result: yes
configure:4190: checking for IceConnectionNumber in -lICE
configure:4221: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries -L/usr/X11R6/lib conftest.c -lICE   >&5
configure:4224: $? = 0
configure:4227: test -s conftest
configure:4230: $? = 0
configure:4242: result: yes
configure:4410: checking DPS/dpsclient.h usability
configure:4423: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers 
-I/usr/X11R6/include  conftest.c >&5
configure:4465:27: DPS/dpsclient.h: No such file or directory
configure:4426: $? = 1
configure: failed program was:
| #line 4412 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <DPS/dpsclient.h>
configure:4442: result: no
configure:4446: checking DPS/dpsclient.h presence
configure:4457: gcc -E  -I/usr/GNUstep/System/Library/Headers 
-I/usr/X11R6/include  conftest.c
configure:4467:27: DPS/dpsclient.h: No such file or directory
configure:4463: $? = 1
configure: failed program was:
| #line 4448 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| /* end confdefs.h.  */
| #include <DPS/dpsclient.h>
configure:4482: result: no
configure:4518: checking for DPS/dpsclient.h
configure:4525: result: no
configure:4410: checking DPS/dpsNXargs.h usability
configure:4423: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers 
-I/usr/X11R6/include  conftest.c >&5
configure:4465:27: DPS/dpsNXargs.h: No such file or directory
configure:4426: $? = 1
configure: failed program was:
| #line 4412 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <DPS/dpsNXargs.h>
configure:4442: result: no
configure:4446: checking DPS/dpsNXargs.h presence
configure:4457: gcc -E  -I/usr/GNUstep/System/Library/Headers 
-I/usr/X11R6/include  conftest.c
configure:4467:27: DPS/dpsNXargs.h: No such file or directory
configure:4463: $? = 1
configure: failed program was:
| #line 4448 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| /* end confdefs.h.  */
| #include <DPS/dpsNXargs.h>
configure:4482: result: no
configure:4518: checking for DPS/dpsNXargs.h
configure:4525: result: no
configure:4554: checking for main in -lfreetype
configure:4579: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers   
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lfreetype  -lwraster   >&5
/usr/bin/ld: cannot find -lfreetype
collect2: ld returned 1 exit status
configure:4582: $? = 1
configure: failed program was:
| #line 4561 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:4600: result: no
configure:4761: checking for XftFontOpen in -lXft
configure:4792: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lXft  -lwraster  >&5
configure:4795: $? = 0
configure:4798: test -s conftest
configure:4801: $? = 0
configure:4813: result: yes
configure:4831: checking X11/Xft/Xft.h usability
configure:4844: gcc -c -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:4847: $? = 0
configure:4850: test -s conftest.o
configure:4853: $? = 0
configure:4863: result: yes
configure:4867: checking X11/Xft/Xft.h presence
configure:4878: gcc -E -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers conftest.c
configure:4884: $? = 0
configure:4903: result: yes
configure:4939: checking for X11/Xft/Xft.h
configure:4946: result: yes
configure:4960: checking for XftDrawStringUtf8 in -lXft
configure:4991: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lXft  -lwraster  >&5
configure:4994: $? = 0
configure:4997: test -s conftest
configure:5000: $? = 0
configure:5012: result: yes
configure:5027: checking for FcPatternCreate in -lfontconfig
configure:5058: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lfontconfig  -lwraster  >&5
/usr/bin/ld: cannot find -lfontconfig
collect2: ld returned 1 exit status
configure:5061: $? = 1
configure: failed program was:
| #line 5034 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char FcPatternCreate ();
| int
| main ()
| {
| FcPatternCreate ();
|   ;
|   return 0;
| }
configure:5079: result: no
configure:5097: checking fontconfig/fontconfig.h usability
configure:5110: gcc -c -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:5154:35: fontconfig/fontconfig.h: No such file or directory
configure:5113: $? = 1
configure: failed program was:
| #line 5099 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fontconfig/fontconfig.h>
configure:5129: result: no
configure:5133: checking fontconfig/fontconfig.h presence
configure:5144: gcc -E -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers conftest.c
configure:5156:35: fontconfig/fontconfig.h: No such file or directory
configure:5150: $? = 1
configure: failed program was:
| #line 5135 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| /* end confdefs.h.  */
| #include <fontconfig/fontconfig.h>
configure:5169: result: no
configure:5205: checking for fontconfig/fontconfig.h
configure:5212: result: no
configure:5247: checking for glXMakeContextCurrent in -lGL
configure:5278: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lGL  -lXft -lwraster  >&5
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
configure:5281: $? = 1
configure: failed program was:
| #line 5254 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char glXMakeContextCurrent ();
| int
| main ()
| {
| glXMakeContextCurrent ();
|   ;
|   return 0;
| }
configure:5299: result: no
configure:5317: checking GL/glx.h usability
configure:5330: gcc -c -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:5374:20: GL/glx.h: No such file or directory
configure:5333: $? = 1
configure: failed program was:
| #line 5319 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <GL/glx.h>
configure:5349: result: no
configure:5353: checking GL/glx.h presence
configure:5364: gcc -E -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers conftest.c
configure:5376:20: GL/glx.h: No such file or directory
configure:5370: $? = 1
configure: failed program was:
| #line 5355 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| /* end confdefs.h.  */
| #include <GL/glx.h>
configure:5389: result: no
configure:5425: checking for GL/glx.h
configure:5432: result: no
configure:5438: checking for GLX_RGBA_TYPE
configure:5461:20: GL/glx.h: No such file or directory
configure:5461: result: no
configure:5503: checking for usleep
configure:5553: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:5556: $? = 0
configure:5559: test -s conftest
configure:5562: $? = 0
configure:5573: result: yes
configure:6145: checking for X11/extensions/XShm.h
configure:6162: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers 
-I/usr/X11R6/include  conftest.c >&5
configure:6165: $? = 0
configure:6168: test -s conftest.o
configure:6171: $? = 0
configure:6182: result: yes
configure:6206: checking for main in -lgdi32
configure:6231: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lgdi32  -lXft -lwraster  >&5
/usr/bin/ld: cannot find -lgdi32
collect2: ld returned 1 exit status
configure:6234: $? = 1
configure: failed program was:
| #line 6213 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define XSHM 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:6252: result: no
configure:6280: checking for main in -lart_lgpl_2
configure:6305: gcc -o conftest -g -O2 -I/usr/X11R6/include  -L/usr/X11R6/lib   
-I/usr/GNUstep/System/Library/Headers   
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lart_lgpl_2  -lXft 
-lwraster   >&5
/usr/bin/ld: cannot find -lart_lgpl_2
collect2: ld returned 1 exit status
configure:6308: $? = 1
configure: failed program was:
| #line 6287 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_WRASTER_H 1
| #define HAVE_XFT 1
| #define HAVE_UTF8 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define XSHM 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:6326: result: no
configure:6523: checking Backend Server
configure:6531: result: x11
configure:6534: checking Backend Graphics
configure:6542: result: xlib
configure:6574: checking Backend name
configure:6581: result: xlib
configure:6682: creating ./config.status

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

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

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

on LSNV001020

config.status:633: creating back.make
config.status:633: creating config.make
config.status:736: creating config.h
config.status:857: config.h is unchanged

## ---------------- ##
## 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_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_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_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_usleep=yes
ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include 
ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_DPS_dpsNXargs_h=no
ac_cv_header_DPS_dpsclient_h=no
ac_cv_header_GL_glx_h=no
ac_cv_header_X11_Xft_Xft_h=yes
ac_cv_header_X11_extensions_XShm_h=yes
ac_cv_header_fontconfig_fontconfig_h=no
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_header_wraster_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_GL_glXMakeContextCurrent=no
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xft_XftDrawStringUtf8=yes
ac_cv_lib_Xft_XftFontOpen=yes
ac_cv_lib_art_lgpl_2_main=no
ac_cv_lib_fontconfig_FcPatternCreate=no
ac_cv_lib_freetype_main=no
ac_cv_lib_gdi32_main=no
ac_cv_lib_wraster_RFillImage=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
gs_cv_have_wraster=yes

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

BACKEND_NAME='xlib'
BUILD_GRAPHICS='xlib'
BUILD_SERVER='x11'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -I/usr/GNUstep/System/Library/Headers'
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GRAPHIC_CFLAGS='-I/usr/X11R6/include '
GRAPHIC_LFLAGS='-L/usr/X11R6/lib '
GRAPHIC_LIBS='-lXft -lwraster'
LDFLAGS=' -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
WITH_GLX='no'
WITH_WRASTER='yes'
WITH_XFT='yes'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
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'

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

#define BUILD_GRAPHICS xlib
#define BUILD_SERVER SERVER_x11
#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 HAVE_USLEEP 1
#define HAVE_UTF8 1
#define HAVE_WRASTER_H 1
#define HAVE_X11_EXTENSIONS_XSHM_H 1
#define HAVE_XFT 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define USE_XIM 1
#define WITH_WRASTER 1
#define XSHM 1

configure: exit 0
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.53.  Invocation command line was

  $ ./configure 

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

hostname = localhost
uname -m = i686
uname -r = 2.4.22-1-386
uname -s = Linux
uname -v = #9 Sat Oct 4 14:30:39 EST 2003

/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: /root/GNUstep/Tools
PATH: /usr/GNUstep/Local/Tools
PATH: /usr/GNUstep/Network/Tools
PATH: /usr/GNUstep/System/Tools
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


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

configure:1248: checking build system type
configure:1266: result: i686-pc-linux-gnu
configure:1274: checking host system type
configure:1288: result: i686-pc-linux-gnu
configure:1296: checking target system type
configure:1310: result: i686-pc-linux-gnu
configure:1404: checking for gcc
configure:1420: found /usr/bin/gcc
configure:1430: result: gcc
configure:1674: checking for C compiler version
configure:1677: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 20031005 (Debian prerelease)
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:1680: $? = 0
configure:1682: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-debug --enable-java-gc=boehm 
--enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.2 20031005 (Debian prerelease)
configure:1685: $? = 0
configure:1687: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1690: $? = 1
configure:1716: checking for C compiler default output
configure:1719: gcc   -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:1722: $? = 0
configure:1755: result: a.out
configure:1760: checking whether the C compiler works
configure:1766: ./a.out
configure:1769: $? = 0
configure:1784: result: yes
configure:1791: checking whether we are cross compiling
configure:1793: result: no
configure:1796: checking for suffix of executables
configure:1798: gcc -o conftest   -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:1801: $? = 0
configure:1823: result: 
configure:1829: checking for suffix of object files
configure:1853: gcc -c   -I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:1856: $? = 0
configure:1875: result: o
configure:1879: checking whether we are using the GNU C compiler
configure:1906: gcc -c   -I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:1909: $? = 0
configure:1912: test -s conftest.o
configure:1915: $? = 0
configure:1927: result: yes
configure:1933: checking whether gcc accepts -g
configure:1957: gcc -c -g  -I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:1960: $? = 0
configure:1963: test -s conftest.o
configure:1966: $? = 0
configure:1976: result: yes
configure:2003: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
conftest.c:2: error: syntax error before "me"
configure:2006: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2121: checking how to run the C preprocessor
configure:2147: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2153: $? = 0
configure:2180: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2176:28: ac_nonexistent.h: No such file or directory
configure:2186: $? = 1
configure: failed program was:
#line 2175 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2223: result: gcc -E
configure:2238: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2244: $? = 0
configure:2271: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2267:28: ac_nonexistent.h: No such file or directory
configure:2277: $? = 1
configure: failed program was:
#line 2266 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2319: checking for main in -lm
configure:2346: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lm   >&5
configure:2349: $? = 0
configure:2352: test -s conftest
configure:2355: $? = 0
configure:2366: result: yes
configure:2382: checking for rint
configure:2425: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lm  >&5
configure:2428: $? = 0
configure:2431: test -s conftest
configure:2434: $? = 0
configure:2444: result: yes
configure:2382: checking for rintf
configure:2425: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lm  >&5
configure:2428: $? = 0
configure:2431: test -s conftest
configure:2434: $? = 0
configure:2444: result: yes
configure:2492: checking for jpeg_destroy_decompress in -ljpeg
configure:2525: gcc -o conftest -g -O2    -I/usr/GNUstep/System/Library/Headers 
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -ljpeg  -lm  >&5
configure:2528: $? = 0
configure:2531: test -s conftest
configure:2534: $? = 0
configure:2545: result: yes
configure:2554: checking for jpeglib.h
configure:2565: gcc -E    -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2571: $? = 0
configure:2589: result: yes
configure:2628: checking for ANSI C header files
configure:2642: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2648: $? = 0
configure:2733: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lm  >&5
configure:2736: $? = 0
configure:2738: ./conftest
configure:2741: $? = 0
configure:2755: result: yes
configure:2779: checking for sys/types.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for sys/stat.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for stdlib.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for string.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for memory.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for strings.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for inttypes.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for stdint.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2779: checking for unistd.h
configure:2792: gcc -c -g -O2  -I/usr/GNUstep/System/Library/Headers conftest.c 
>&5
configure:2795: $? = 0
configure:2798: test -s conftest.o
configure:2801: $? = 0
configure:2811: result: yes
configure:2826: checking for main in -lz
configure:2853: gcc -o conftest -g -O2      
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lz  -lm  >&5
configure:2856: $? = 0
configure:2859: test -s conftest
configure:2862: $? = 0
configure:2873: result: yes
configure:2882: checking for -ltiff without -ljpeg nor -lz
configure:2904: gcc -o conftest -g -O2      
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -ltiff -lm -lm  >&5
configure:2907: $? = 0
configure:2910: test -s conftest
configure:2913: $? = 0
configure:2922: result: yes
configure:2931: checking for -ltiff without -lz
configure:2953: gcc -o conftest -g -O2      
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -ltiff  -lm -lm  >&5
configure:2956: $? = 0
configure:2959: test -s conftest
configure:2962: $? = 0
configure:2971: result: yes
configure:2979: checking for TIFFReadScanline in -ltiff
configure:3012: gcc -o conftest -g -O2      
-I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -ltiff  -lm -lm  >&5
configure:3015: $? = 0
configure:3018: test -s conftest
configure:3021: $? = 0
configure:3032: result: yes
configure:3051: checking tiffio.h usability
configure:3060: gcc -c -g -O2      -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:3063: $? = 0
configure:3066: test -s conftest.o
configure:3069: $? = 0
configure:3078: result: yes
configure:3082: checking tiffio.h presence
configure:3089: gcc -E      -I/usr/GNUstep/System/Library/Headers conftest.c
configure:3095: $? = 0
configure:3113: result: yes
configure:3131: checking for tiffio.h
configure:3138: result: yes
configure:3223: checking for afGetVirtualFrameSize in -laudiofile
configure:3256: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -laudiofile   -lm  >&5
configure:3259: $? = 0
configure:3262: test -s conftest
configure:3265: $? = 0
configure:3276: result: yes
configure:3300: checking audiofile.h usability
configure:3309: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:3312: $? = 0
configure:3315: test -s conftest.o
configure:3318: $? = 0
configure:3327: result: yes
configure:3331: checking audiofile.h presence
configure:3338: gcc -E   -I/usr/GNUstep/System/Library/Headers conftest.c
configure:3344: $? = 0
configure:3362: result: yes
configure:3380: checking for audiofile.h
configure:3387: result: yes
configure:3413: checking for the version of gnustep-gui we are compiling
configure:3418: result: 0.9.0
configure:3517: creating ./config.status

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

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

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

on localhost

config.status:580: creating config.make
config.status:580: creating gui.make
config.status:580: creating Headers/Additions/GNUstepGUI/GSVersion.h
config.status:683: creating Headers/Additions/GNUstepGUI/config.h

## ---------------- ##
## 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_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_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_func_rint=yes
ac_cv_func_rintf=yes
ac_cv_header_audiofile_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_tiffio_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_lib_audiofile_afGetVirtualFrameSize=yes
ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
ac_cv_lib_m_main=yes
ac_cv_lib_tiff_TIFFReadScanline=yes
ac_cv_lib_z_main=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define HAVE_LIBM 1
#define HAVE_RINT 1
#define HAVE_RINTF 1
#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_AUDIOFILE_H 1

configure: exit 0

reply via email to

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