[756] in arla-drinkers
arla on NeXTSTEP3.3/Intel (3/5)
daemon@ATHENA.MIT.EDU (Helmut Heller)
Fri Apr 16 06:08:56 1999
From owner-arla-drinkers@stacken.kth.se Fri Apr 16 10:08:55 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 20360 invoked from network); 16 Apr 1999 10:08:53 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 16 Apr 1999 10:08:53 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id LAA10023
for arla-drinkers-list; Fri, 16 Apr 1999 11:59:05 +0200 (MET DST)
Received: from elixir.e.kth.se (elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id LAA10003
for <arla-drinkers@stacken.kth.se>; Fri, 16 Apr 1999 11:58:49 +0200 (MET DST)
Received: from robert.e.kth.se (robert.e.kth.se [130.237.48.106])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id LAA22749;
Fri, 16 Apr 1999 11:58:43 +0200 (MET DST)
Received: (from lha@localhost)
by robert.e.kth.se (8.9.2/8.9.2) id LAA07750;
Fri, 16 Apr 1999 11:58:41 +0200 (MET DST)
Message-Id: <9904160954.AA01752@next.lrz-muenchen.de>
X-Image-Url: http://www.lrz.de/~heller/hheller.tiff
X-Face: #K8+M!=vK|\bQ[&P:z)d$Q:i(@36P1!7if~nI%OB\9I>;p5Vs<_YkU;].K(chZJ,k8X96t
]!d?;H/|Jc:Hr-hhbBow![@FkT0xNOVXK|TO%Jg@Xz<z|uVs,@UjxkuWF"W&fK[SUZI'xL
zS+rYcYYg\vFh_r^d!.;O!-cOu0Cd
X-Nextstep-Mailer: Mail 3.3 (Enhance 2.2p1)
From: Helmut Heller <Helmut.Heller@lrz-muenchen.de>
Date: Fri, 16 Apr 1999 11:54:52 +0200
To: arla-drinkers@stacken.kth.se, lxs@mit.edu
Cc: Helmut.Heller@lrz-muenchen.de, Herbert.Huber@lrz-muenchen.de
Reply-To: Helmut.Heller@lrz-muenchen.de
X-Reply-Format: NeXT Mail preferred
X-Url: http://www.lrz.de/~heller
Subject: arla on NeXTSTEP3.3/Intel (3/5)
Mime-Version: 1.0 (split by tm-edit 7.106)
Content-Type: message/partial; id="Fri_Apr_16_11:58:39_1999@robert.e.kth.se"; number=3; total=5
Lines: 999
X-Mailer: Gnus v5.5/Emacs 20.2
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
configure:5717: cc -c -g -Wall conftest.c 1>&5
configure:5744: checking for working snprintf
configure:5765: cc -o conftest -g -Wall conftest.c 1>&5
configure: In function `main':
configure:5760: warning: implicit declaration of function `snprintf'
ld: Undefined symbols:
_snprintf
configure: failed program was:
#line 5753 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <string.h>
int main()
{
char foo[3];
snprintf(foo, 2, "12");
return strcmp(foo, "1");
}
configure:5794: checking for asnprintf
configure:5822: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_asnprintf
configure: failed program was:
#line 5799 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char asnprintf(); 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 asnprintf();
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_asnprintf) || defined (__stub___asnprintf)
choke me
#else
asnprintf();
#endif
; return 0; }
configure:5794: checking for asprintf
configure:5822: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_asprintf
configure: failed program was:
#line 5799 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char asprintf(); 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 asprintf();
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_asprintf) || defined (__stub___asprintf)
choke me
#else
asprintf();
#endif
; return 0; }
configure:5794: checking for vasprintf
configure:5822: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_vasprintf
configure: failed program was:
#line 5799 "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();
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
vasprintf();
#endif
; return 0; }
configure:5794: checking for vasnprintf
configure:5822: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_vasnprintf
configure: failed program was:
#line 5799 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vasnprintf(); 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 vasnprintf();
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_vasnprintf) || defined (__stub___vasnprintf)
choke me
#else
vasnprintf();
#endif
; return 0; }
configure:5794: checking for vsnprintf
configure:5822: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_vsnprintf
configure: failed program was:
#line 5799 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vsnprintf(); 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 vsnprintf();
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_vsnprintf) || defined (__stub___vsnprintf)
choke me
#else
vsnprintf();
#endif
; return 0; }
configure:5869: checking for int8_t
configure:5903: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure: In function `main':
configure:5898: warning: unused variable `x'
configure:5869: checking for int16_t
configure:5903: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure: In function `main':
configure:5898: warning: unused variable `x'
configure:5869: checking for int32_t
configure:5903: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure: In function `main':
configure:5898: warning: unused variable `x'
configure:5869: checking for int64_t
configure:5903: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:5898: undefined type, found `int64_t'
configure: failed program was:
#line 5875 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
int64_t x;
; return 0; }
configure:5929: checking for u_int8_t
configure:5963: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure: In function `main':
configure:5958: warning: unused variable `x'
configure:5929: checking for u_int16_t
configure:5963: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure: In function `main':
configure:5958: warning: unused variable `x'
configure:5929: checking for u_int32_t
configure:5963: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure: In function `main':
configure:5958: warning: unused variable `x'
configure:5929: checking for u_int64_t
configure:5963: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:5958: undefined type, found `u_int64_t'
configure: failed program was:
#line 5935 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
u_int64_t x;
; return 0; }
configure:5989: checking for bool
configure:6023: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:6018: undefined type, found `bool'
configure: failed program was:
#line 5995 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
bool x;
; return 0; }
configure:5989: checking for ssize_t
configure:6023: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:6018: undefined type, found `ssize_t'
configure: failed program was:
#line 5995 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
ssize_t x;
; return 0; }
configure:6049: checking for int32
configure:6083: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:6078: undefined type, found `int32'
configure: failed program was:
#line 6055 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
int32 x;
; return 0; }
configure:6049: checking for u_int32
configure:6083: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:6078: undefined type, found `u_int32'
configure: failed program was:
#line 6055 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
u_int32 x;
; return 0; }
configure:6109: checking for register_t
configure:6143: cc -c -g -Wall -I/usr/athena/include conftest.c 1>&5
configure:6138: undefined type, found `register_t'
configure: failed program was:
#line 6115 "configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_BITYPES_H
#include <sys/bitypes.h>
#endif
#ifdef HAVE_BIND_BITYPES_H
#include <bind/bitypes.h>
#endif
#ifdef HAVE_NETINET_IN6_MACHTYPES_H
#include <netinet/in6_machtypes.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_KTYPES_H
#include <ktypes.h>
#endif
int main() {
register_t x;
; return 0; }
configure:6169: checking for int32
configure:6169: checking for u_int32
configure:6229: checking return type of signal handlers
configure:6251: cc -c -g -Wall conftest.c 1>&5
configure: In function `main':
configure:6247: warning: unused variable `i'
configure:6276: checking _res
configure:6289: cc -c -g -Wall conftest.c 1>&5
configure:6285: undefined type, found `u_long'
configure: failed program was:
#line 6282 "configure"
#include "confdefs.h"
int main() {
u_long oldres =3D _res.options
; return 0; }
configure:6313: checking if hstrerror needs a prototype
configure:6330: cc -c -g -Wall conftest.c 1>&5
configure:6359: checking for hstrerror
configure:6381: cc -o conftest -g -Wall conftest.c 1>&5
configure: In function `main':
configure:6377: warning: implicit declaration of function `hstrerror'
ld: Undefined symbols:
_hstrerror
configure: failed program was:
#line 6372 "configure"
#include "confdefs.h"
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
int main() {
hstrerror(17)
; return 0; }
configure:6381: cc -o conftest -g -Wall conftest.c -lresolv 1>&5
configure: In function `main':
configure:6377: warning: implicit declaration of function `hstrerror'
ld: can't locate file for: -lresolv
configure: failed program was:
#line 6372 "configure"
#include "confdefs.h"
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
int main() {
hstrerror(17)
; return 0; }
configure:6453: checking for chown
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
configure:6453: checking for daemon
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_daemon
configure: failed program was:
#line 6458 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char daemon(); 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 daemon();
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_daemon) || defined (__stub___daemon)
choke me
#else
daemon();
#endif
; return 0; }
configure:6453: checking for err
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_err
configure: failed program was:
#line 6458 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char err(); 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 err();
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_err) || defined (__stub___err)
choke me
#else
err();
#endif
; return 0; }
configure:6453: checking for errx
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_errx
configure: failed program was:
#line 6458 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char errx(); 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 errx();
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_errx) || defined (__stub___errx)
choke me
#else
errx();
#endif
; return 0; }
configure:6453: checking for fchown
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
configure:6453: checking for flock
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
configure:6453: checking for getcwd
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_getcwd
configure: failed program was:
#line 6458 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char getcwd(); 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 getcwd();
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_getcwd) || defined (__stub___getcwd)
choke me
#else
getcwd();
#endif
; return 0; }
configure:6453: checking for getdtablesize
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
configure:6453: checking for getopt
configure:6481: cc -o conftest -g -Wall conftest.c 1>&5
configure:6515: checking for getusershell
configure:6543: cc -o conftest -g -Wall conftest.c 1>&5
configure:6515: checking for inet_aton
configure:6543: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_inet_aton
configure: failed program was:
#line 6520 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char inet_aton(); 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 inet_aton();
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_inet_aton) || defined (__stub___inet_aton)
choke me
#else
inet_aton();
#endif
; return 0; }
configure:6515: checking for initgroups
configure:6543: cc -o conftest -g -Wall conftest.c 1>&5
configure:6515: checking for lstat
configure:6543: cc -o conftest -g -Wall conftest.c 1>&5
configure:6515: checking for memmove
configure:6543: cc -o conftest -g -Wall conftest.c 1>&5
configure:6515: checking for mkstemp
configure:6543: cc -o conftest -g -Wall conftest.c 1>&5
configure:6577: checking for putenv
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_putenv
configure: failed program was:
#line 6582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char putenv(); 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 putenv();
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_putenv) || defined (__stub___putenv)
choke me
#else
putenv();
#endif
; return 0; }
configure:6577: checking for rcmd
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
configure:6577: checking for readv
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
configure:6577: checking for recvmsg
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
configure:6577: checking for sendmsg
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
configure:6577: checking for setegid
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
configure:6577: checking for setenv
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_setenv
configure: failed program was:
#line 6582 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setenv(); 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 setenv();
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_setenv) || defined (__stub___setenv)
choke me
#else
setenv();
#endif
; return 0; }
configure:6577: checking for seteuid
configure:6605: cc -o conftest -g -Wall conftest.c 1>&5
configure:6639: checking for strcasecmp
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
configure:6639: checking for strdup
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_strdup
configure: failed program was:
#line 6644 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strdup(); 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 strdup();
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_strdup) || defined (__stub___strdup)
choke me
#else
strdup();
#endif
; return 0; }
configure:6639: checking for strerror
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
configure:6639: checking for strftime
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
configure:6639: checking for strlwr
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_strlwr
configure: failed program was:
#line 6644 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlwr(); 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 strlwr();
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_strlwr) || defined (__stub___strlwr)
choke me
#else
strlwr();
#endif
; return 0; }
configure:6639: checking for strnlen
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_strnlen
configure: failed program was:
#line 6644 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strnlen(); 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 strnlen();
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_strnlen) || defined (__stub___strnlen)
choke me
#else
strnlen();
#endif
; return 0; }
configure:6639: checking for strsep
configure:6667: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_strsep
configure: failed program was:
#line 6644 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strsep(); 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 strsep();
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_strsep) || defined (__stub___strsep)
choke me
#else
strsep();
#endif
; return 0; }
configure:6701: checking for strtok_r
configure:6729: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_strtok_r
configure: failed program was:
#line 6706 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strtok_r(); 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 strtok_r();
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_strtok_r) || defined (__stub___strtok_r)
choke me
#else
strtok_r();
#endif
; return 0; }
configure:6701: checking for strupr
configure:6729: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_strupr
configure: failed program was:
#line 6706 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strupr(); 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 strupr();
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_strupr) || defined (__stub___strupr)
choke me
#else
strupr();
#endif
; return 0; }
configure:6701: checking for unsetenv
configure:6729: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_unsetenv
configure: failed program was:
#line 6706 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char unsetenv(); 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 unsetenv();
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_unsetenv) || defined (__stub___unsetenv)
choke me
#else
unsetenv();
#endif
; return 0; }
configure:6763: checking for verr
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_verr
configure: failed program was:
#line 6768 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char verr(); 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 verr();
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_verr) || defined (__stub___verr)
choke me
#else
verr();
#endif
; return 0; }
configure:6763: checking for verrx
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_verrx
configure: failed program was:
#line 6768 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char verrx(); 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 verrx();
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_verrx) || defined (__stub___verrx)
choke me
#else
verrx();
#endif
; return 0; }
configure:6763: checking for vsyslog
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
configure:6763: checking for vwarn
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_vwarn
configure: failed program was:
#line 6768 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vwarn(); 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 vwarn();
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_vwarn) || defined (__stub___vwarn)
choke me
#else
vwarn();
#endif
; return 0; }
configure:6763: checking for vwarnx
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_vwarnx
configure: failed program was:
#line 6768 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vwarnx(); 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 vwarnx();
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_vwarnx) || defined (__stub___vwarnx)
choke me
#else
vwarnx();
#endif
; return 0; }
configure:6763: checking for warn
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_warn
configure: failed program was:
#line 6768 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char warn(); 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 warn();
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_warn) || defined (__stub___warn)
choke me
#else
warn();
#endif
; return 0; }
configure:6763: checking for warnx
configure:6791: cc -o conftest -g -Wall conftest.c 1>&5
ld: Undefined symbols:
_warnx
configure: failed program was: