"Fossies" - the Fresh Open Source Software Archive

Member "npadmin-0.14/config.log" (30 Mar 2006, 9600 Bytes) of package /linux/misc/old/npadmin-0.14.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 This file contains any messages produced by compilers while
    2 running configure, to aid debugging if configure makes a mistake.
    3 
    4 configure:559: checking for a BSD compatible install
    5 configure:612: checking whether build environment is sane
    6 configure:669: checking whether make sets ${MAKE}
    7 configure:715: checking for working aclocal
    8 configure:728: checking for working autoconf
    9 configure:741: checking for working automake
   10 configure:754: checking for working autoheader
   11 configure:767: checking for working makeinfo
   12 configure:821: checking for a BSD compatible install
   13 configure:876: checking for gcc
   14 configure:989: checking whether the C compiler (gcc  ) works
   15 configure:1005: gcc -o conftest    conftest.c  1>&5
   16 configure:1031: checking whether the C compiler (gcc  ) is a cross-compiler
   17 configure:1036: checking whether we are using GNU C
   18 configure:1045: gcc -E conftest.c
   19 configure:1064: checking whether gcc accepts -g
   20 configure:1100: checking for c++
   21 configure:1132: checking whether the C++ compiler (c++  ) works
   22 configure:1148: c++ -o conftest    conftest.C  1>&5
   23 configure:1174: checking whether the C++ compiler (c++  ) is a cross-compiler
   24 configure:1179: checking whether we are using GNU C++
   25 configure:1188: c++ -E conftest.C
   26 configure:1207: checking whether c++ accepts -g
   27 configure:1256: c++ -c -g -O2  conftest.C 1>&5
   28 configure:1273: c++ -c -g -O2  conftest.C 1>&5
   29 configure: In function 'int main()':
   30 configure:1269: error: 'exit' was not declared in this scope
   31 configure: failed program was:
   32 #line 1266 "configure"
   33 #include "confdefs.h"
   34 
   35 int main() {
   36 exit (42);
   37 ; return 0; }
   38 configure:1256: c++ -c -g -O2  conftest.C 1>&5
   39 configure:1273: c++ -c -g -O2  conftest.C 1>&5
   40 configure:1292: checking whether compiler handles exceptions
   41 configure:1301: c++ -c -g -O2  conftest.C 1>&5
   42 configure:1338: checking how to run the C++ preprocessor
   43 configure:1356: c++ -E  conftest.C >/dev/null 2>conftest.out
   44 configure:1381: checking for ANSI C header files
   45 configure:1394: c++ -E  conftest.C >/dev/null 2>conftest.out
   46 configure:1461: c++ -o conftest -g -O2   conftest.C  1>&5
   47 configure:1490: checking for arpa/inet.h
   48 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   49 configure:1490: checking for assert.h
   50 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   51 configure:1490: checking for errno.h
   52 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   53 configure:1490: checking for fcntl.h
   54 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   55 configure:1490: checking for limits.h
   56 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   57 configure:1490: checking for netdb.h
   58 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   59 configure:1490: checking for netinet/in.h
   60 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   61 configure:1490: checking for stdarg.h
   62 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   63 configure:1490: checking for stdio.h
   64 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   65 configure:1490: checking for stdlib.h
   66 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   67 configure:1490: checking for string.h
   68 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   69 configure:1490: checking for sys/socket.h
   70 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   71 configure:1490: checking for sys/stat.h
   72 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   73 configure:1490: checking for sys/time.h
   74 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   75 configure:1490: checking for sys/types.h
   76 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   77 configure:1490: checking for unistd.h
   78 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   79 configure:1490: checking for pthread.h
   80 configure:1500: c++ -E  conftest.C >/dev/null 2>conftest.out
   81 configure:1528: checking for working const
   82 configure:1582: c++ -c -g -O2  conftest.C 1>&5
   83 configure: In function 'int main()':
   84 configure:1538: error: uninitialized const 'x'
   85 configure: failed program was:
   86 #line 1533 "configure"
   87 #include "confdefs.h"
   88 
   89 int main() {
   90 
   91 /* Ultrix mips cc rejects this.  */
   92 typedef int charset[2]; const charset x;
   93 /* SunOS 4.1.1 cc rejects this.  */
   94 char const *const *ccp;
   95 char **p;
   96 /* NEC SVR4.0.2 mips cc rejects this.  */
   97 struct point {int x, y;};
   98 static struct point const zero = {0,0};
   99 /* AIX XL C 1.02.0.0 rejects this.
  100    It does not let you subtract one const X* pointer from another in an arm
  101    of an if-expression whose if-part is not a constant expression */
  102 const char *g = "string";
  103 ccp = &g + (g ? g-g : 0);
  104 /* HPUX 7.0 cc rejects these. */
  105 ++ccp;
  106 p = (char**) ccp;
  107 ccp = (char const *const *) p;
  108 { /* SCO 3.2v4 cc rejects this.  */
  109   char *t;
  110   char const *s = 0 ? (char *) 0 : (char const *) 0;
  111 
  112   *t++ = 0;
  113 }
  114 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  115   int x[] = {25, 17};
  116   const int *foo = &x[0];
  117   ++foo;
  118 }
  119 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  120   typedef const int *iptr;
  121   iptr p = 0;
  122   ++p;
  123 }
  124 { /* AIX XL C 1.02.0.0 rejects this saying
  125      "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  126   struct s { int j; const int *ap[3]; };
  127   struct s *b; b->j = 5;
  128 }
  129 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  130   const int foo = 10;
  131 }
  132 
  133 ; return 0; }
  134 configure:1603: checking for inline
  135 configure:1617: c++ -c -g -O2  conftest.C 1>&5
  136 configure:1613: error: ISO C++ forbids declaration of 'foo' with no type
  137 configure: failed program was:
  138 #line 1610 "configure"
  139 #include "confdefs.h"
  140 
  141 int main() {
  142 } inline foo() {
  143 ; return 0; }
  144 configure:1617: c++ -c -g -O2  conftest.C 1>&5
  145 configure:1613: error: ISO C++ forbids declaration of 'foo' with no type
  146 configure: failed program was:
  147 #line 1610 "configure"
  148 #include "confdefs.h"
  149 
  150 int main() {
  151 } __inline__ foo() {
  152 ; return 0; }
  153 configure:1617: c++ -c -g -O2  conftest.C 1>&5
  154 configure:1613: error: ISO C++ forbids declaration of 'foo' with no type
  155 configure: failed program was:
  156 #line 1610 "configure"
  157 #include "confdefs.h"
  158 
  159 int main() {
  160 } __inline foo() {
  161 ; return 0; }
  162 configure:1643: checking whether time.h and sys/time.h may both be included
  163 configure:1657: c++ -c -g -O2  conftest.C 1>&5
  164 configure:1679: checking for 8-bit clean memcmp
  165 configure:1697: c++ -o conftest -g -O2   conftest.C  1>&5
  166 configure: In function 'int main()':
  167 configure:1692: error: 'memcmp' was not declared in this scope
  168 configure: failed program was:
  169 #line 1687 "configure"
  170 #include "confdefs.h"
  171 
  172 main()
  173 {
  174   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
  175   exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
  176 }
  177 
  178 configure:1717: checking for select
  179 configure:1748: c++ -o conftest -g -O2   conftest.C  1>&5
  180 configure:1732: error: declaration of C function 'char select()' conflicts with
  181 /usr/include/sys/select.h:112: error: previous declaration 'int select(int, fd_set*, fd_set*, fd_set*, timeval*)' here
  182 configure: failed program was:
  183 #line 1722 "configure"
  184 #include "confdefs.h"
  185 /* System header to define __stub macros and hopefully few prototypes,
  186     which can conflict with char select(); below.  */
  187 #include <assert.h>
  188 /* Override any gcc2 internal prototype to avoid an error.  */
  189 #ifdef __cplusplus
  190 extern "C"
  191 #endif
  192 /* We use char because int might match the return type of a gcc2
  193     builtin and then its argument prototype would still apply.  */
  194 char select();
  195 
  196 int main() {
  197 
  198 /* The GNU C library defines this for functions which it implements
  199     to always fail with ENOSYS.  Some functions are actually named
  200     something starting with __ and the normal name is an alias.  */
  201 #if defined (__stub_select) || defined (__stub___select)
  202 choke me
  203 #else
  204 select();
  205 #endif
  206 
  207 ; return 0; }
  208 configure:1717: checking for strdup
  209 configure:1748: c++ -o conftest -g -O2   conftest.C  1>&5
  210 configure:1717: checking for strstr
  211 configure:1748: c++ -o conftest -g -O2   conftest.C  1>&5
  212 configure:1717: checking for strtol
  213 configure:1748: c++ -o conftest -g -O2   conftest.C  1>&5
  214 configure:1732: error: declaration of C function 'char strtol()' conflicts with
  215 /usr/include/stdlib.h:333: error: previous declaration 'long int strtol(const char*, char**, int)' here
  216 configure:1732: warning: inline function 'char strtol()' used but never defined
  217 configure:1732: warning: inline function 'char strtol()' used but never defined
  218 configure: failed program was:
  219 #line 1722 "configure"
  220 #include "confdefs.h"
  221 /* System header to define __stub macros and hopefully few prototypes,
  222     which can conflict with char strtol(); below.  */
  223 #include <assert.h>
  224 /* Override any gcc2 internal prototype to avoid an error.  */
  225 #ifdef __cplusplus
  226 extern "C"
  227 #endif
  228 /* We use char because int might match the return type of a gcc2
  229     builtin and then its argument prototype would still apply.  */
  230 char strtol();
  231 
  232 int main() {
  233 
  234 /* The GNU C library defines this for functions which it implements
  235     to always fail with ENOSYS.  Some functions are actually named
  236     something starting with __ and the normal name is an alias.  */
  237 #if defined (__stub_strtol) || defined (__stub___strtol)
  238 choke me
  239 #else
  240 strtol();
  241 #endif
  242 
  243 ; return 0; }
  244 configure:1717: checking for getopt_long
  245 configure:1748: c++ -o conftest -g -O2   conftest.C  1>&5
  246 configure:1775: checking for snprintf
  247 configure:1806: c++ -o conftest -g -O2   conftest.C  1>&5
  248 configure:1838: checking for socket
  249 configure:1869: c++ -o conftest -g -O2   conftest.C  1>&5
  250 configure:1991: checking for inet_addr
  251 configure:2022: c++ -o conftest -g -O2   conftest.C  1>&5
  252 configure:2093: checking for getopt_long
  253 configure:2195: checking for pthread_join in -lpthread
  254 configure:2217: c++ -o conftest -g -O2   conftest.C -lpthread   1>&5