discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep-base on Darwin


From: LHelldorf
Subject: Re: GNUstep-base on Darwin
Date: Tue, 24 Apr 2001 23:15:36 +0200




Adam Fedor <fedor@doc.com>
Sent by: fedor@kabel.de

24.04.2001 05:07

       
        To:        LHelldorf@kabel.de
        cc:        
        Subject:        Re: GNUstep-base on Darwin


>I think I fixed these, so they should be available in the next snapshot.
>I've attached a diff file for you to see what I changed. Keep trying!

I'll do so! I tried today core.20010424.tar.bz2 which was not very different from what happened yesterday (obviously your updates where not in there) - make produced exactly the same output as yesterday.
The only thing that has changed is config.log of base. Here it is:

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

configure:603: checking host system type
configure:644: checking target system type
configure:684: checking build system type
configure:755: checking for gcc
configure:868: checking whether the C compiler (gcc   ) works
configure:884: gcc -o conftest    conftest.c  1>&5
configure:910: checking whether the C compiler (gcc   ) is a cross-compiler
configure:915: checking whether we are using GNU C
configure:924: gcc -E conftest.c
configure:943: checking whether gcc accepts -g
configure:975: checking how to run the C preprocessor
configure:996: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1058: checking for whoami
configure:1093: checking for Cygwin environment
configure:1109: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1105: `__CYGWIN32__' undeclared (first use in this function)
configure:1105: (Each undeclared identifier is reported only once
configure:1105: for each function it appears in.)
configure: failed program was:
#line 1098 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1125: checking for mingw32 environment
configure:1137: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1133: `__MINGW32__' undeclared (first use in this function)
configure:1133: (Each undeclared identifier is reported only once
configure:1133: for each function it appears in.)
configure: failed program was:
#line 1130 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1153: checking for EMX OS/2 environment
configure:1165: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1161: `__EMX__' undeclared (first use in this function)
configure:1161: (Each undeclared identifier is reported only once
configure:1161: for each function it appears in.)
configure: failed program was:
#line 1158 "configure"
#include "confdefs.h"

int main() {
return __EMX__;
; return 0; }
configure:1184: checking for executable suffix
configure:1194: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1231: checking whether we are using the NeXT compiler
configure:1271: checking whether nested functions work
configure:1280: gcc -o conftest -g -O2   conftest.c  1>&5
/darwin/build/egcs-814.1-1.1.roots/egcs-814.1-1.1/gcc/config/rs6000/rs6000.c:6241: Internal compiler error in function rs6000_initialize_trampoline
configure: failed program was:
#line 1276 "configure"
#include "confdefs.h"
#include "./config/config.nested.c"
configure:1312: checking whether we are running under NEXTSTEP
configure:1321: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1478: checking for objc/objc.h
configure:1488: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:1526: checking for objc threading flags
configure:1538: checking whether byte ordering is bigendian
configure:1556: gcc -c -g -O2  -I/opt/GNUstep/System/Headers conftest.c 1>&5
configure:1571: gcc -c -g -O2  -I/opt/GNUstep/System/Headers conftest.c 1>&5
configure:1638: checking size of void*
configure:1657: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:1683: checking size of short
configure:1702: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:1724: checking size of int
configure:1743: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:1765: checking size of long
configure:1784: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:1806: checking size of long long
configure:1825: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:1847: checking size of float
configure:1866: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:1888: checking size of double
configure:1907: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:2111: checking loading of constructor functions
configure:2152: checking for dlfcn.h
configure:2162: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2158: dlfcn.h: No such file or directory
configure: failed program was:
#line 2157 "configure"
#include "confdefs.h"
#include <dlfcn.h>
configure:2186: checking for dl.h
configure:2196: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2192: dl.h: No such file or directory
configure: failed program was:
#line 2191 "configure"
#include "confdefs.h"
#include <dl.h>
configure:2221: checking for windows.h
configure:2231: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2227: windows.h: No such file or directory
configure: failed program was:
#line 2226 "configure"
#include "confdefs.h"
#include <windows.h>
configure:2256: checking for dld/defs.h
configure:2266: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2262: dld/defs.h: No such file or directory
configure: failed program was:
#line 2261 "configure"
#include "confdefs.h"
#include <dld/defs.h>
configure:2328: checking if +load method is executed before main
configure:2340: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers -x objective-c  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lobjc     1>&5
In file included from configure:2337:
./config/config.loadtest.m:3: objc/NXConstStr.h: No such file or directory
configure: failed program was:
#line 2336 "configure"
#include "confdefs.h"
#include "./config/config.loadtest.m"
configure:2376: checking for objc_condition_timedwait
configure:2405: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lobjc     1>&5
/usr/bin/ld: Undefined symbols:
_objc_condition_timedwait
configure: failed program was:
#line 2381 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char objc_condition_timedwait(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char objc_condition_timedwait();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_objc_condition_timedwait) || defined (__stub___objc_condition_timedwait)
choke me
#else
f = objc_condition_timedwait;
#endif

; return 0; }
configure:2376: checking for objc_thread_add
configure:2405: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lobjc     1>&5
/usr/bin/ld: Undefined symbols:
_objc_thread_add
configure: failed program was:
#line 2381 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char objc_thread_add(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char objc_thread_add();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_objc_thread_add) || defined (__stub___objc_thread_add)
choke me
#else
f = objc_thread_add;
#endif

; return 0; }
configure:2452: checking for ANSI C header files
configure:2465: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2532: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:2556: checking for size_t
configure:2591: checking for inline
configure:2605: gcc -c -g -O2  -I/opt/GNUstep/System/Headers conftest.c 1>&5
configure:2635: checking for ANSI C header files
configure:2742: checking for string.h
configure:2752: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2742: checking for memory.h
configure:2752: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2786: checking for values.h
configure:2796: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2792: values.h: No such file or directory
configure: failed program was:
#line 2791 "configure"
#include "confdefs.h"
#include <values.h>
configure:2830: checking for sys/stat.h
configure:2840: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2830: checking for sys/vfs.h
configure:2840: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2836: sys/vfs.h: No such file or directory
configure: failed program was:
#line 2835 "configure"
#include "confdefs.h"
#include <sys/vfs.h>
configure:2830: checking for sys/statfs.h
configure:2840: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2836: sys/statfs.h: No such file or directory
configure: failed program was:
#line 2835 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
configure:2830: checking for sys/statvfs.h
configure:2840: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2836: sys/statvfs.h: No such file or directory
configure: failed program was:
#line 2835 "configure"
#include "confdefs.h"
#include <sys/statvfs.h>
configure:2830: checking for pwd.h
configure:2840: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2830: checking for grp.h
configure:2840: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2870: checking for sys/mount.h
configure:2880: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2870: checking for sys/types.h
configure:2880: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2870: checking for windows.h
configure:2870: checking for locale.h
configure:2880: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2870: checking for langinfo.h
configure:2880: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2876: langinfo.h: No such file or directory
configure: failed program was:
#line 2875 "configure"
#include "confdefs.h"
#include <langinfo.h>
configure:2911: checking for statvfs
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char statvfs(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char statvfs();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_statvfs) || defined (__stub___statvfs)
choke me
#else
f = statvfs;
#endif

; return 0; }
configure:2911: checking for symlink
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char symlink(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char symlink();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_symlink) || defined (__stub___symlink)
choke me
#else
f = symlink;
#endif

; return 0; }
configure:2911: checking for readlink
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char readlink(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char readlink();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_readlink) || defined (__stub___readlink)
choke me
#else
f = readlink;
#endif

; return 0; }
configure:2911: checking for geteuid
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char geteuid(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char geteuid();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_geteuid) || defined (__stub___geteuid)
choke me
#else
f = geteuid;
#endif

; return 0; }
configure:2911: checking for getlogin
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getlogin(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getlogin();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getlogin) || defined (__stub___getlogin)
choke me
#else
f = getlogin;
#endif

; return 0; }
configure:2911: checking for getpwnam
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpwnam(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getpwnam();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getpwnam) || defined (__stub___getpwnam)
choke me
#else
f = getpwnam;
#endif

; return 0; }
configure:2911: checking for getpwuid
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getpwuid(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getpwuid();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getpwuid) || defined (__stub___getpwuid)
choke me
#else
f = getpwuid;
#endif

; return 0; }
configure:2911: checking for rint
configure:2940: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  -lm 1>&5
/usr/bin/ld: can't locate file for: -lm
configure: failed program was:
#line 2916 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rint(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rint();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_rint) || defined (__stub___rint)
choke me
#else
f = rint;
#endif

; return 0; }
configure:2974: checking for sys/time.h
configure:2984: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2974: checking for sys/rusage.h
configure:2984: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2980: sys/rusage.h: No such file or directory
configure: failed program was:
#line 2979 "configure"
#include "confdefs.h"
#include <sys/rusage.h>
configure:2974: checking for ucbinclude/sys/resource.h
configure:2984: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:2980: ucbinclude/sys/resource.h: No such file or directory
configure: failed program was:
#line 2979 "configure"
#include "confdefs.h"
#include <ucbinclude/sys/resource.h>
configure:3018: checking for sys/socket.h
configure:3028: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3018: checking for netinet/in.h
configure:3028: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3062: checking for syslog.h
configure:3072: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3101: checking for syslog
configure:3130: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3161: checking for vsprintf
configure:3190: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3161: checking for vasprintf
configure:3190: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
/usr/bin/ld: Undefined symbols:
_vasprintf
configure: failed program was:
#line 3166 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char vasprintf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char vasprintf();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_vasprintf) || defined (__stub___vasprintf)
choke me
#else
f = vasprintf;
#endif

; return 0; }
configure:3223: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3273: checking for getcwd
configure:3302: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3331: checking for dirent.h that defines DIR
configure:3344: gcc -c -g -O2  -I/opt/GNUstep/System/Headers conftest.c 1>&5
configure:3369: checking for opendir in -ldir
configure:3388: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c -ldir   1>&5
/usr/bin/ld: can't locate file for: -ldir
configure: failed program was:
#line 3377 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }
configure:3459: checking for getopt.h
configure:3469: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3465: getopt.h: No such file or directory
configure: failed program was:
#line 3464 "configure"
#include "confdefs.h"
#include <getopt.h>
configure:3502: checking for valloc
configure:3531: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3562: checking for times
configure:3591: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3622: checking for mkstemp
configure:3651: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3678: checking for shmctl
configure:3707: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3734: checking for mmap
configure:3763: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3794: checking for inet_aton
configure:3823: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3854: checking for killpg
configure:3883: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3854: checking for setpgrp
configure:3883: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3854: checking for setpgid
configure:3883: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3908: checking whether setpgrp takes no argument
configure:3936: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:3976: checking for libc.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for limits.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for malloc.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3982: malloc.h: No such file or directory
configure: failed program was:
#line 3981 "configure"
#include "confdefs.h"
#include <malloc.h>
configure:3976: checking for memory.h
configure:3976: checking for string.h
configure:3976: checking for signal.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for sys/file.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for sys/fcntl.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for sys/ioctl.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for sys/stropts.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3982: sys/stropts.h: No such file or directory
configure: failed program was:
#line 3981 "configure"
#include "confdefs.h"
#include <sys/stropts.h>
configure:3976: checking for unistd.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for utime.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3976: checking for libguile.h
configure:3986: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:3982: libguile.h: No such file or directory
configure: failed program was:
#line 3981 "configure"
#include "confdefs.h"
#include <libguile.h>
configure:4019: checking for usleep
configure:4048: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:4079: checking for strerror
configure:4108: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:4137: checking whether stdint.h defines uintmax_t
configure:4146: gcc -c -g -O2  -I/opt/GNUstep/System/Headers conftest.c 1>&5
configure:4140: stdint.h: No such file or directory
configure: failed program was:
#line 4139 "configure"
#include "confdefs.h"
#include <stdint.h>
int main() {
int i = sizeof(uintmax_t);
; return 0; }
configure:4170: checking for wchar.h
configure:4180: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:4176: wchar.h: No such file or directory
configure: failed program was:
#line 4175 "configure"
#include "confdefs.h"
#include <wchar.h>
configure:4211: checking for register_printf_function
configure:4240: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
/usr/bin/ld: Undefined symbols:
_register_printf_function
configure: failed program was:
#line 4216 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char register_printf_function(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char register_printf_function();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_register_printf_function) || defined (__stub___register_printf_function)
choke me
#else
f = register_printf_function;
#endif

; return 0; }
configure:4295: checking for realpath
configure:4324: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:4354: checking program_invocation_name in C Library
configure:4374: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
/usr/bin/ld: Undefined symbols:
_program_invocation_name
configure: failed program was:
#line 4362 "configure"
#include "confdefs.h"

#include <string.h>
int
main (int argc, char *argv[])
{
  extern char *program_invocation_name;
  return (strcmp (program_invocation_name, argv[0]));
}

configure:4412: checking kernel support for /proc filesystem
configure:4447: checking link to exe of process in /proc
configure:4478: checking /proc/269/cmdline terminated by nul
configure:4487: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure: failed program was:
#line 4483 "configure"
#include "confdefs.h"
#include "./config/config.proccmd.c"
configure:4513: checking short/int needs to be word aligned
configure:4522: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
configure:4550: checking use of pass-through arguments
configure:4572: checking use of fake-main definition
configure:4632: checking for ffi.h
configure:4642: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:4638: ffi.h: No such file or directory
configure: failed program was:
#line 4637 "configure"
#include "confdefs.h"
#include <ffi.h>
configure:4666: checking for forwarding callback in runtime
configure:4686: checking for callback.h
configure:4696: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:4692: callback.h: No such file or directory
configure: failed program was:
#line 4691 "configure"
#include "confdefs.h"
#include <callback.h>
configure:4725: checking FFI library usage
configure:4790: checking for xml2-config
configure:4827: checking for xml-config
configure:4865: checking for libxml - version >= 2.2.3
configure:5061: checking for openssl/ssl.h
configure:5071: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:5104: checking for CRYPTO_malloc in -lcrypto
configure:5123: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c -lcrypto   1>&5
/usr/bin/ld: can't locate file for: -lcrypto
configure: failed program was:
#line 5112 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char CRYPTO_malloc();

int main() {
CRYPTO_malloc()
; return 0; }
configure:5241: checking for gmp.h
configure:5251: gcc -E  -I/opt/GNUstep/System/Headers conftest.c >/dev/null 2>conftest.out
configure:5247: gmp.h: No such file or directory
configure: failed program was:
#line 5246 "configure"
#include "confdefs.h"
#include <gmp.h>
configure:5391: checking for iconv
configure:5420: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c  1>&5
/usr/bin/ld: Undefined symbols:
_iconv
configure: failed program was:
#line 5396 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char iconv(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char iconv();
char (*f)();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_iconv) || defined (__stub___iconv)
choke me
#else
f = iconv;
#endif

; return 0; }
configure:5461: checking for main in -liconv
configure:5476: gcc -o conftest -g -O2  -I/opt/GNUstep/System/Headers  -L/opt/GNUstep/System/Libraries/powerpc/darwin1.0 conftest.c -liconv   1>&5
/usr/bin/ld: can't locate file for: -liconv
configure: failed program was:
#line 5469 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }

Greetings, Lars

reply via email to

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