Show
Ignore:
Timestamp:
05/07/08 03:55:47 (4 months ago)
Author:
tim
Message:

Removed extra qualifications from header file, fixes ethernetconfig build error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/ethernetconfig/config.log

    r612 r1850  
    55generated by GNU Autoconf 2.59.  Invocation command line was 
    66 
    7   $ ./configure --no-create --no-recursion 
     7  $ ./configure  
    88 
    99## --------- ## 
     
    1111## --------- ## 
    1212 
    13 hostname = tim.mccormickweb.co.uk 
     13hostname = tim 
    1414uname -m = i386 
    15 uname -r = 6.1-RELEASE-p11 
     15uname -r = 6.3-PRERELEASE 
    1616uname -s = FreeBSD 
    17 uname -v = FreeBSD 6.1-RELEASE-p11 #3: Wed Dec 20 18:51:13 PST 2006     root@PCBSD.localhost:/usr/obj/usr/src/sys/PCBSDv1.3  
     17uname -v = FreeBSD 6.3-PRERELEASE #2: Wed Nov  7 10:54:48 EST 2007     root@pcbsd:/usr/obj/usr/src/sys/PCBSD  
    1818 
    1919/usr/bin/uname -p = i386 
     
    4444 
    4545configure:1564: checking build system type 
    46 configure:1582: result: i386-unknown-freebsd6.1 
     46configure:1582: result: i386-unknown-freebsd6.3 
    4747configure:1590: checking host system type 
    48 configure:1604: result: i386-unknown-freebsd6.1 
     48configure:1604: result: i386-unknown-freebsd6.3 
    4949configure:1612: checking target system type 
    50 configure:1626: result: i386-unknown-freebsd6.1 
     50configure:1626: result: i386-unknown-freebsd6.3 
    5151configure:1673: checking for a BSD-compatible install 
    5252configure:1728: result: /usr/bin/install -c 
     
    5656configure:1810: result: yes 
    5757configure:1862: checking for gawk 
    58 configure:1891: result: no 
    59 configure:1862: checking for mawk 
    60 configure:1891: result: no 
    61 configure:1862: checking for nawk 
    62 configure:1878: found /usr/bin/nawk 
    63 configure:1888: result: nawk 
     58configure:1878: found /usr/local/bin/gawk 
     59configure:1888: result: gawk 
    6460configure:1898: checking whether make sets $(MAKE) 
    6561configure:1918: result: yes 
     
    7571configure:2766: checking for C compiler version 
    7672configure:2769: gcc --version </dev/null >&5 
    77 gcc (GCC) 3.4.4 [FreeBSD] 20050518 
    78 Copyright (C) 2004 Free Software Foundation, Inc. 
     73gcc (GCC) 3.4.6 [FreeBSD] 20060305 
     74Copyright (C) 2006 Free Software Foundation, Inc. 
    7975This is free software; see the source for copying conditions.  There is NO 
    8076warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     
    8581Configured with: FreeBSD/i386 system compiler 
    8682Thread model: posix 
    87 gcc version 3.4.4 [FreeBSD] 20050518 
     83gcc version 3.4.6 [FreeBSD] 20060305 
    8884configure:2777: $? = 0 
    8985configure:2779: gcc -V </dev/null >&5 
     
    185181configure:3847: checking for C++ compiler version 
    186182configure:3850: g++ --version </dev/null >&5 
    187 g++ (GCC) 3.4.4 [FreeBSD] 20050518 
    188 Copyright (C) 2004 Free Software Foundation, Inc. 
     183g++ (GCC) 3.4.6 [FreeBSD] 20060305 
     184Copyright (C) 2006 Free Software Foundation, Inc. 
    189185This is free software; see the source for copying conditions.  There is NO 
    190186warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
     
    195191Configured with: FreeBSD/i386 system compiler 
    196192Thread model: posix 
    197 gcc version 3.4.4 [FreeBSD] 20050518 
     193gcc version 3.4.6 [FreeBSD] 20060305 
    198194configure:3858: $? = 0 
    199195configure:3860: g++ -V </dev/null >&5 
     
    227223configure:4066: g++ -c    conftest.cc >&5 
    228224conftest.cc: In function `int main()': 
    229 conftest.cc:15: error: `exit' undeclared (first use this function) 
    230 conftest.cc:15: error: (Each undeclared identifier is reported only once for each function it appears in.) 
     225conftest.cc:15: error: `exit' was not declared in this scope 
    231226configure:4072: $? = 1 
    232227configure: failed program was: 
     
    566561configure:8568: checking for Fortran 77 compiler version 
    567562configure:8571: f77 --version </dev/null >&5 
    568 GNU Fortran (GCC) 3.4.4 [FreeBSD] 20050518 
    569 Copyright (C) 2004 Free Software Foundation, Inc. 
     563GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305 
     564Copyright (C) 2006 Free Software Foundation, Inc. 
    570565 
    571566GNU Fortran comes with NO WARRANTY, to the extent permitted by law. 
     
    579574Configured with: FreeBSD/i386 system compiler 
    580575Thread model: posix 
    581 gcc version 3.4.4 [FreeBSD] 20050518 
     576gcc version 3.4.6 [FreeBSD] 20060305 
    582577configure:8579: $? = 0 
    583578configure:8581: f77 -V </dev/null >&5 
     
    649644configure:11076: result: yes 
    650645configure:11084: checking dynamic linker characteristics 
    651 configure:11672: result: freebsd6.1 ld.so 
     646configure:11672: result: freebsd6.3 ld.so 
    652647configure:11681: checking how to hardcode library paths into programs 
    653648configure:11706: result: immediate 
     
    656651configure:11851: checking for shl_load 
    657652configure:11908: gcc -o conftest -O2     conftest.c  >&5 
    658 /var/tmp//cc4nRVQC.o(.text+0x14): In function `main': 
     653/var/tmp//ccFZ0Jjt.o(.text+0x14): In function `main': 
    659654: undefined reference to `shl_load' 
    660 /var/tmp//cc4nRVQC.o(.data+0x0): undefined reference to `shl_load' 
     655/var/tmp//ccFZ0Jjt.o(.data+0x0): undefined reference to `shl_load' 
    661656configure:11914: $? = 1 
    662657configure: failed program was: 
     
    825820configure:14977: result: yes 
    826821configure:15044: checking dynamic linker characteristics 
    827 configure:15632: result: freebsd6.1 ld.so 
     822configure:15632: result: freebsd6.3 ld.so 
    828823configure:15641: checking how to hardcode library paths into programs 
    829824configure:15666: result: immediate 
     
    849844configure:17564: result: yes 
    850845configure:17631: checking dynamic linker characteristics 
    851 configure:18219: result: freebsd6.1 ld.so 
     846configure:18219: result: freebsd6.3 ld.so 
    852847configure:18228: checking how to hardcode library paths into programs 
    853848configure:18253: result: immediate 
     
    19861981configure:27935: checking for _NSGetEnviron 
    19871982configure:27992: gcc -o conftest -O2     conftest.c  >&5 
    1988 /var/tmp//ccd5SCaq.o(.text+0x14): In function `main': 
     1983/var/tmp//ccgT1vje.o(.text+0x14): In function `main': 
    19891984: undefined reference to `_NSGetEnviron' 
    1990 /var/tmp//ccd5SCaq.o(.data+0x0): undefined reference to `_NSGetEnviron' 
     1985/var/tmp//ccgT1vje.o(.data+0x0): undefined reference to `_NSGetEnviron' 
    19911986configure:27998: $? = 1 
    19921987configure: failed program was: 
     
    22072202|   return 0; 
    22082203| } 
    2209 configure:28492: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include 
     2204configure:28492: result: libraries /usr/local/lib, headers /usr/local/include 
    22102205configure:28521: checking for IceConnectionNumber in -lICE 
    2211 configure:28551: gcc -o conftest -O2     -L/usr/X11R6/lib conftest.c -lICE   >&5 
     2206configure:28551: gcc -o conftest -O2     -L/usr/local/lib conftest.c -lICE   >&5 
    22122207configure:28557: $? = 0 
    22132208configure:28561: test -z  
     
    22182213configure:28583: result: yes 
    22192214configure:28593: checking for libXext 
    2220 configure:28628: gcc -o conftest -O2     -L/usr/X11R6/lib  conftest.c -lXext -lX11  >&5 
     2215configure:28628: gcc -o conftest -O2     -L/usr/local/lib  conftest.c -lXext -lX11  >&5 
    22212216configure:28634: $? = 0 
    22222217configure:28638: test -z  
     
    22402235configure:29220: result: no 
    22412236configure:29226: checking for libz 
    2242 configure:29261: gcc -o conftest -O2   -I/usr/X11R6/include   -D_THREAD_SAFE   conftest.c -L/usr/X11R6/lib    -lz  >&5 
     2237configure:29261: gcc -o conftest -O2   -I/usr/local/include   -D_THREAD_SAFE   conftest.c -L/usr/local/lib    -lz  >&5 
    22432238configure:29267: $? = 0 
    22442239configure:29271: test -z  
     
    22492244configure:29302: result: -lz 
    22502245configure:29323: checking for libpng 
    2251 configure:29360: gcc -o conftest -O2   -I/usr/X11R6/include   -D_THREAD_SAFE   conftest.c  -L/usr/X11R6/lib    -lpng -lz -lm -lX11  >&5 
    2252 conftest.c:48:20: png.h: No such file or directory 
    2253 conftest.c: In function `main': 
    2254 conftest.c:54: error: syntax error before "png_ptr" 
    2255 conftest.c:56: error: `png_ptr' undeclared (first use in this function) 
    2256 conftest.c:56: error: (Each undeclared identifier is reported only once 
    2257 conftest.c:56: error: for each function it appears in.) 
    2258 configure:29366: $? = 1 
     2246configure:29360: gcc -o conftest -O2   -I/usr/local/include   -D_THREAD_SAFE   conftest.c  -L/usr/local/lib    -lpng -lz -lm -lX11  >&5 
     2247configure:29366: $? = 0 
     2248configure:29370: test -z  
     2249                         || test ! -s conftest.err 
     2250configure:29373: $? = 0 
     2251configure:29376: test -s conftest 
     2252configure:29379: $? = 0 
     2253configure:29403: result: -lpng -lz -lm 
     2254configure:29414: checking for libjpeg6b 
     2255configure:29448: gcc -o conftest -O2   -I/usr/local/include   -D_THREAD_SAFE   conftest.c -L/usr/local/lib    -ljpeg6b -lm >&5 
     2256/usr/bin/ld: cannot find -ljpeg6b 
     2257configure:29454: $? = 1 
    22592258configure: failed program was: 
    22602259| /* confdefs.h.  */ 
     
    23032302| #define HAVE_SNPRINTF 1 
    23042303| #define HAVE_LIBZ 1 
    2305 | /* end confdefs.h.  */ 
    2306 |  
    2307 |     #include<png.h> 
    2308 |  
    2309 | int 
    2310 | main () 
    2311 | { 
    2312 |  
    2313 |     png_structp png_ptr = png_create_read_struct(  /* image ptr */ 
    2314 |               PNG_LIBPNG_VER_STRING, 0, 0, 0 ); 
    2315 |     return( png_ptr != 0 ); 
    2316 |  
    2317 |   ; 
    2318 |   return 0; 
    2319 | } 
    2320 configure:29406: result: no 
    2321 configure:29414: checking for libjpeg6b 
    2322 configure:29448: gcc -o conftest -O2   -I/usr/X11R6/include   -D_THREAD_SAFE   conftest.c -L/usr/X11R6/lib    -ljpeg6b -lm >&5 
    2323 /usr/bin/ld: cannot find -ljpeg6b 
    2324 configure:29454: $? = 1 
    2325 configure: failed program was: 
    2326 | /* confdefs.h.  */ 
    2327 |  
    2328 | #define PACKAGE_NAME "" 
    2329 | #define PACKAGE_TARNAME "" 
    2330 | #define PACKAGE_VERSION "" 
    2331 | #define PACKAGE_STRING "" 
    2332 | #define PACKAGE_BUGREPORT "" 
    2333 | #define PACKAGE "ethernetconfig" 
    2334 | #define VERSION "0.1" 
    2335 | #ifdef __cplusplus 
    2336 | extern "C" void std::exit (int) throw (); using std::exit; 
    2337 | #endif 
    2338 | #define KDELIBSUFF "" 
    2339 | #define STDC_HEADERS 1 
    2340 | #define HAVE_SYS_TYPES_H 1 
    2341 | #define HAVE_SYS_STAT_H 1 
    2342 | #define HAVE_STDLIB_H 1 
    2343 | #define HAVE_STRING_H 1 
    2344 | #define HAVE_MEMORY_H 1 
    2345 | #define HAVE_STRINGS_H 1 
    2346 | #define HAVE_INTTYPES_H 1 
    2347 | #define HAVE_STDINT_H 1 
    2348 | #define HAVE_UNISTD_H 1 
    2349 | #define HAVE_DLFCN_H 1 
    2350 | #define HAVE_SGI_STL 1 
    2351 | #define HAVE_STRLCAT 1 
    2352 | #define HAVE_STRLCAT_PROTO 1 
    2353 | #define HAVE_STRLCPY 1 
    2354 | #define HAVE_STRLCPY_PROTO 1 
    2355 | #define HAVE_CRYPT 1 
    2356 | #define kde_socklen_t socklen_t 
    2357 | #define ksize_t socklen_t 
    2358 | #define HAVE_SYS_TYPES_H 1 
    2359 | #define HAVE_STDINT_H 1 
    2360 | #define HAVE_RES_INIT 1 
    2361 | #define HAVE_RES_INIT_PROTO 1 
    2362 | #define SIZEOF_INT 4 
    2363 | #define SIZEOF_SHORT 2 
    2364 | #define SIZEOF_LONG 4 
    2365 | #define SIZEOF_CHAR_P 4 
    2366 | #define SIZEOF_SIZE_T 4 
    2367 | #define SIZEOF_UNSIGNED_LONG 4 
    2368 | #define HAVE_VSNPRINTF 1 
    2369 | #define HAVE_SNPRINTF 1 
    2370 | #define HAVE_LIBZ 1 
     2304| #define HAVE_LIBPNG 1 
    23712305| /* end confdefs.h.  */ 
    23722306|  
     
    23882322configure:29489: result: no 
    23892323configure:29492: checking for libjpeg 
    2390 configure:29526: gcc -o conftest -O2   -I/usr/X11R6/include   -D_THREAD_SAFE   conftest.c -L/usr/X11R6/lib    -ljpeg -lm >&5 
    2391 /usr/bin/ld: cannot find -ljpeg 
    2392 configure:29532: $? = 1 
    2393 configure: failed program was: 
    2394 | /* confdefs.h.  */ 
    2395 |  
    2396 | #define PACKAGE_NAME "" 
    2397 | #define PACKAGE_TARNAME "" 
    2398 | #define PACKAGE_VERSION "" 
    2399 | #define PACKAGE_STRING "" 
    2400 | #define PACKAGE_BUGREPORT "" 
    2401 | #define PACKAGE "ethernetconfig" 
    2402 | #define VERSION "0.1" 
    2403 | #ifdef __cplusplus 
    2404 | extern "C" void std::exit (int) throw (); using std::exit; 
    2405 | #endif 
    2406 | #define KDELIBSUFF "" 
    2407 | #define STDC_HEADERS 1 
    2408 | #define HAVE_SYS_TYPES_H 1 
    2409 | #define HAVE_SYS_STAT_H 1 
    2410 | #define HAVE_STDLIB_H 1 
    2411 | #define HAVE_STRING_H 1 
    2412 | #define HAVE_MEMORY_H 1 
    2413 | #define HAVE_STRINGS_H 1 
    2414 | #define HAVE_INTTYPES_H 1 
    2415 | #define HAVE_STDINT_H 1 
    2416 | #define HAVE_UNISTD_H 1 
    2417 | #define HAVE_DLFCN_H 1 
    2418 | #define HAVE_SGI_STL 1 
    2419 | #define HAVE_STRLCAT 1 
    2420 | #define HAVE_STRLCAT_PROTO 1 
    2421 | #define HAVE_STRLCPY 1 
    2422 | #define HAVE_STRLCPY_PROTO 1 
    2423 | #define HAVE_CRYPT 1 
    2424 | #define kde_socklen_t socklen_t 
    2425 | #define ksize_t socklen_t 
    2426 | #define HAVE_SYS_TYPES_H 1 
    2427 | #define HAVE_STDINT_H 1 
    2428 | #define HAVE_RES_INIT 1 
    2429 | #define HAVE_RES_INIT_PROTO 1 
    2430 | #define SIZEOF_INT 4 
    2431 | #define SIZEOF_SHORT 2 
    2432 | #define SIZEOF_LONG 4 
    2433 | #define SIZEOF_CHAR_P 4 
    2434 | #define SIZEOF_SIZE_T 4 
    2435 | #define SIZEOF_UNSIGNED_LONG 4 
    2436 | #define HAVE_VSNPRINTF 1 
    2437 | #define HAVE_SNPRINTF 1 
    2438 | #define HAVE_LIBZ 1 
    2439 | /* end confdefs.h.  */ 
    2440 |  
    2441 | #ifdef __cplusplus 
    2442 | extern "C" { 
    2443 | #endif 
    2444 | void jpeg_CreateDecompress(); 
    2445 | #ifdef __cplusplus 
    2446 | } 
    2447 | #endif 
    2448 |  
    2449 | int 
    2450 | main () 
    2451 | { 
    2452 | jpeg_CreateDecompress(); 
    2453 |   ; 
    2454 |   return 0; 
    2455 | } 
    2456 configure:29567: result: no 
     2324configure:29526: gcc -o conftest -O2   -I/usr/local/include   -D_THREAD_SAFE   conftest.c -L/usr/local/lib    -ljpeg -lm >&5 
     2325configure:29532: $? = 0 
     2326configure:29536: test -z  
     2327                         || test ! -s conftest.err 
     2328configure:29539: $? = 0 
     2329configure:29542: test -s conftest 
     2330configure:29545: $? = 0 
     2331configure:29564: result: -ljpeg 
    24572332configure: 29588: ${prefix}/include/jpeglib.h 
    24582333configure: 29588: /usr/include/jpeglib.h 
    24592334configure: 29588: /usr/local/include/jpeglib.h 
    24602335taking that 
    2461 configure:29613: WARNING: 
    2462 There is an installation error in jpeg support. You seem to have only one 
    2463 of either the headers _or_ the libraries installed. You may need to either 
    2464 provide correct --with-extra-... options, or the development package of 
    2465 libjpeg6b. You can get a source package of libjpeg from http://www.ijg.org/ 
    2466 Disabling JPEG support. 
    2467  
    24682336configure:29635: checking for perl 
    24692337configure:29695: result: /usr/local/bin/perl 
     
    24722340taking that 
    24732341tried NO 
    2474 configure:30004: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6//include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -L/usr/X11R6//lib -L/usr/X11R6/lib     conftest.cc  -lqt-mt     -lXext -lX11 -lSM -lICE  -lpthread 1>&5 
     2342configure:30004: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6//include -I/usr/local/include  -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -L/usr/X11R6//lib -L/usr/local/lib     conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg   -lXext -lX11 -lSM -lICE  -lpthread 1>&5 
    24752343configure:30007: $? = 0 
    24762344configure:30066: result: libraries /usr/X11R6//lib, headers /usr/X11R6//include using -mt 
     
    24872355configure:30465: $? = 0 
    24882356configure:30477: result: yes 
     2357configure:30514: checking if Qt needs -ljpeg 
     2358configure:30555: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6//include -I/usr/local/include   -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   conftest.cc -L/usr/X11R6//lib -L/usr/local/lib -lqt-mt -lpng -lz -lm  -lXext -lX11 -lSM -lICE 1>&5 
     2359conftest.cc: In function `int main()': 
     2360conftest.cc:56: warning: 'argv' might be used uninitialized in this function 
     2361/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop' 
     2362/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_destroy' 
     2363/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_init' 
     2364/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_exit' 
     2365/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cancel' 
     2366/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_testcancel' 
     2367/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cleanup_push' 
     2368/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_getschedpolicy' 
     2369/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setinheritsched' 
     2370/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setstacksize' 
     2371/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setschedparam' 
     2372/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_attr_setdetachstate' 
     2373/usr/X11R6//lib/libqt-mt.so: undefined reference to `pthread_cond_timedwait' 
     2374configure:30561: $? = 1 
     2375configure: failed program was: 
     2376| /* confdefs.h.  */ 
     2377|  
     2378| #define PACKAGE_NAME "" 
     2379| #define PACKAGE_TARNAME "" 
     2380| #define PACKAGE_VERSION "" 
     2381| #define PACKAGE_STRING "" 
     2382| #define PACKAGE_BUGREPORT "" 
     2383| #define PACKAGE "ethernetconfig" 
     2384| #define VERSION "0.1" 
     2385| #ifdef __cplusplus 
     2386| extern "C" void std::exit (int) throw (); using std::exit; 
     2387| #endif 
     2388| #define KDELIBSUFF "" 
     2389| #define STDC_HEADERS 1 
     2390| #define HAVE_SYS_TYPES_H 1 
     2391| #define HAVE_SYS_STAT_H 1 
     2392| #define HAVE_STDLIB_H 1 
     2393| #define HAVE_STRING_H 1 
     2394| #define HAVE_MEMORY_H 1 
     2395| #define HAVE_STRINGS_H 1 
     2396| #define HAVE_INTTYPES_H 1 
     2397| #define HAVE_STDINT_H 1 
     2398| #define HAVE_UNISTD_H 1 
     2399| #define HAVE_DLFCN_H 1 
     2400| #define HAVE_SGI_STL 1 
     2401| #define HAVE_STRLCAT 1 
     2402| #define HAVE_STRLCAT_PROTO 1 
     2403| #define HAVE_STRLCPY 1 
     2404| #define HAVE_STRLCPY_PROTO 1 
     2405| #define HAVE_CRYPT 1 
     2406| #define kde_socklen_t socklen_t 
     2407| #define ksize_t socklen_t 
     2408| #define HAVE_SYS_TYPES_H 1 
     2409| #define HAVE_STDINT_H 1 
     2410| #define HAVE_RES_INIT 1 
     2411| #define HAVE_RES_INIT_PROTO 1 
     2412| #define SIZEOF_INT 4 
     2413| #define SIZEOF_SHORT 2 
     2414| #define SIZEOF_LONG 4 
     2415| #define SIZEOF_CHAR_P 4 
     2416| #define SIZEOF_SIZE_T 4 
     2417| #define SIZEOF_UNSIGNED_LONG 4 
     2418| #define HAVE_VSNPRINTF 1 
     2419| #define HAVE_SNPRINTF 1 
     2420| #define HAVE_LIBZ 1 
     2421| #define HAVE_LIBPNG 1 
     2422| #define HAVE_LIBJPEG 1 
     2423| #define HAVE_LIBPTHREAD 1 
     2424| /* end confdefs.h.  */ 
     2425| #include <qapplication.h> 
     2426| int 
     2427| main () 
     2428| { 
     2429|  
     2430|             int argc; 
     2431|             char** argv; 
     2432|             QApplication app(argc, argv); 
     2433|   ; 
     2434|   return 0; 
     2435| } 
    24892436configure:30599: result: yes 
    24902437configure:30635: checking for rpath 
     
    25332480configure:32522: gcc -c -O2    -DQT_THREAD_SUPPORT  -D_THREAD_SAFE  conftest.c >&5 
    25342481conftest.c: In function `main': 
    2535 conftest.c:55: error: syntax error before "big" 
     2482conftest.c:57: error: syntax error before "big" 
    25362483configure:32528: $? = 1 
    25372484configure: failed program was: 
     
    25812528| #define HAVE_SNPRINTF 1 
    25822529| #define HAVE_LIBZ 1 
     2530| #define HAVE_LIBPNG 1 
     2531| #define HAVE_LIBJPEG 1 
    25832532| #define HAVE_LIBPTHREAD 1 
    25842533| /* end confdefs.h.  */ 
     
    26092558configure:32922: creating ./config.status 
    26102559 
     2560## ---------------------- ## 
     2561## Running config.status. ## 
     2562## ---------------------- ## 
     2563 
     2564This file was extended by config.status, which was 
     2565generated by GNU Autoconf 2.59.  Invocation command line was 
     2566 
     2567  CONFIG_FILES    =  
     2568  CONFIG_HEADERS  =  
     2569  CONFIG_LINKS    =  
     2570  CONFIG_COMMANDS =  
     2571  $ ./config.status  
     2572 
     2573on tim 
     2574 
     2575config.status:745: creating config.h 
     2576config.status:1103: executing depfiles commands 
     2577 
    26112578## ---------------- ## 
    26122579## Cache variables. ## 
    26132580## ---------------- ## 
    26142581 
    2615 ac_cv_build=i386-unknown-freebsd6.1 
    2616 ac_cv_build_alias=i386-unknown-freebsd6.1 
     2582ac_cv_build=i386-unknown-freebsd6.3 
     2583ac_cv_build_alias=i386-unknown-freebsd6.3 
    26172584ac_cv_c_bigendian=no 
    26182585ac_cv_c_compiler_gnu=yes 
     
    26722639ac_cv_header_sys_types_h=yes 
    26732640ac_cv_header_unistd_h=yes 
    2674 ac_cv_host=i386-unknown-freebsd6.1 
    2675 ac_cv_host_alias=i386-unknown-freebsd6.1 
     2641ac_cv_host=i386-unknown-freebsd6.3 
     2642ac_cv_host_alias=i386-unknown-freebsd6.3 
    26762643ac_cv_lib_ICE_IceConnectionNumber=yes 
    26772644ac_cv_lib_compat_main=yes 
     
    26832650ac_cv_lib_dnet_stub_dnet_ntoa=no 
    26842651ac_cv_lib_jpeg_6b=no 
    2685 ac_cv_lib_jpeg_normal=no 
    2686 ac_cv_lib_png=no 
     2652ac_cv_lib_jpeg_normal=-ljpeg 
     2653ac_cv_lib_png='-lpng -lz -lm' 
    26872654ac_cv_lib_poll_poll=no 
    26882655ac_cv_lib_pthread_pthread_create=yes 
     
    26962663ac_cv_path_XGETTEXT=/usr/local/bin/xgettext 
    26972664ac_cv_path_install='/usr/bin/install -c' 
    2698 ac_cv_prog_AWK=nawk 
     2665ac_cv_prog_AWK=gawk 
    26992666ac_cv_prog_CPP='gcc -E' 
    27002667ac_cv_prog_CXXCPP='g++ -E' 
     
    27172684ac_cv_sizeof_size_t=4 
    27182685ac_cv_sizeof_unsigned_long=4 
    2719 ac_cv_target=i386-unknown-freebsd6.1 
    2720 ac_cv_target_alias=i386-unknown-freebsd6.1 
     2686ac_cv_target=i386-unknown-freebsd6.3 
     2687ac_cv_target_alias=i386-unknown-freebsd6.3 
    27212688ac_cv_type_char_p=yes 
    27222689ac_cv_type_int=yes 
     
    27322699kde_cv_func_strlcpy=yes 
    27332700kde_cv_have_libXext=yes 
    2734 kde_cv_have_x='have_x=yes          kde_x_includes=/usr/X11R6/include kde_x_libraries=/usr/X11R6/lib' 
     2701kde_cv_have_x='have_x=yes          kde_x_includes=/usr/local/include kde_x_libraries=/usr/local/lib' 
    27352702kde_cv_opt_noinline_match=irrelevant 
    27362703kde_cv_path=/usr/local/bin/xmllint 
     
    27612728kde_cv_proto_strlcat=no 
    27622729kde_cv_proto_strlcpy=no 
     2730kde_cv_qt_jpeg=yes 
    27632731kde_cv_socklen_t=yes 
    27642732kde_cv_socklen_t_equiv=socklen_t 
     
    28112779AUTOHEADER='${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run autoheader' 
    28122780AUTOMAKE='${SHELL} /home/tim/PC-BSD/svn/svn.pcbsd.org/pcbsd/trunk/ethernetconfig/admin/missing --run automake-1.9' 
    2813 AWK='nawk' 
     2781AWK='gawk' 
    28142782CC='gcc' 
    28152783CCDEPMODE='depmode=gcc3' 
     
    28502818KDE_CHECK_PLUGIN='$(KDE_PLUGIN) -rpath $(libdir)' 
    28512819KDE_EXTRA_RPATH='' 
    2852 KDE_INCLUDES='-I/usr/local/include' 
     2820KDE_INCLUDES='' 
    28532821KDE_LDFLAGS='-L/usr/local/lib' 
    28542822KDE_MT_LDFLAGS='' 
     
    28722840LIBCRYPT='-lcrypt' 
    28732841LIBDL='' 
    2874 LIBJPEG='' 
     2842LIBJPEG='-ljpeg' 
    28752843LIBOBJS='' 
    2876 LIBPNG='' 
     2844LIBPNG='-lpng -lz -lm' 
    28772845LIBPTHREAD='-lpthread' 
    28782846LIBRESOLV='' 
     
    29502918XMLLINT='/usr/local/bin/xmllint' 
    29512919X_EXTRA_LIBS='' 
    2952 X_INCLUDES='-I/usr/X11R6/include' 
    2953 X_LDFLAGS='-L/usr/X11R6/lib' 
     2920X_INCLUDES='-I/usr/local/include' 
     2921X_LDFLAGS='-L/usr/local/lib' 
    29542922X_PRE_LIBS='' 
    29552923X_RPATH='-R $(x_libraries)' 
     
    29602928ac_ct_RANLIB='ranlib' 
    29612929ac_ct_STRIP='strip' 
    2962 all_includes='-I/usr/local/include -I/usr/X11R6//include -I/usr/X11R6/include ' 
    2963 all_libraries='-L/usr/local/lib -L/usr/X11R6//lib -L/usr/X11R6/lib   ' 
     2930all_includes='-I/usr/X11R6//include -I/usr/local/include ' 
     2931all_libraries='-L/usr/X11R6//lib -L/usr/local/lib   ' 
    29642932am__fastdepCC_FALSE='#' 
    29652933am__fastdepCC_TRUE='' 
     
    29722940am__untar='${AMTAR} xf -' 
    29732941bindir='${exec_prefix}/bin' 
    2974 build='i386-unknown-freebsd6.1' 
     2942build='i386-unknown-freebsd6.3' 
    29752943build_alias='' 
    29762944build_cpu='i386' 
    2977 build_os='freebsd6.1' 
     2945build_os='freebsd6.3' 
    29782946build_vendor='unknown' 
    29792947datadir='${prefix}/share' 
    29802948exec_prefix='${prefix}' 
    2981 host='i386-unknown-freebsd6.1' 
     2949host='i386-unknown-freebsd6.3' 
    29822950host_alias='' 
    29832951host_cpu='i386' 
    2984 host_os='freebsd6.1' 
     2952host_os='freebsd6.3' 
    29852953host_vendor='unknown' 
    29862954include_ARTS_FALSE='#' 
     
    30272995sharedstatedir='${prefix}/com' 
    30282996sysconfdir='${prefix}/etc' 
    3029 target='i386-unknown-freebsd6.1' 
     2997target='i386-unknown-freebsd6.3' 
    30302998target_alias='' 
    30312999target_cpu='i386' 
    3032 target_os='freebsd6.1' 
     3000target_os='freebsd6.3' 
    30333001target_vendor='unknown' 
    30343002unsermake_enable_pch_FALSE='' 
    30353003unsermake_enable_pch_TRUE='#' 
    3036 x_includes='/usr/X11R6/include' 
    3037 x_libraries='/usr/X11R6/lib' 
     3004x_includes='/usr/local/include' 
     3005x_libraries='/usr/local/lib' 
    30383006xdg_appsdir='${datadir}/applications/kde' 
    30393007xdg_directorydir='${datadir}/desktop-directories' 
     
    30473015#define HAVE_DLFCN_H 1 
    30483016#define HAVE_INTTYPES_H 1 
     3017#define HAVE_LIBJPEG 1 
     3018#define HAVE_LIBPNG 1 
    30493019#define HAVE_LIBPTHREAD 1 
    30503020#define HAVE_LIBZ 1 
     
    31033073  CONFIG_LINKS    =  
    31043074  CONFIG_COMMANDS =  
    3105   $ ./config.status config.h 
    3106  
    3107 on tim.mccormickweb.co.uk 
    3108  
    3109 config.status:745: creating config.h 
     3075  $ ./config.status po/Makefile 
     3076 
     3077on tim 
     3078 
    31103079 
    31113080## ---------------------- ## 
     
    31203089  CONFIG_LINKS    =  
    31213090  CONFIG_COMMANDS =  
    3122   $ ./config.status  
    3123  
    3124 on tim.mccormickweb.co.uk 
    3125  
    3126 config.status:745: creating config.h 
    3127 config.status:919: config.h is unchanged 
    3128 config.status:1099: executing depfiles commands 
     3091  $ ./config.status doc/Makefile 
     3092 
     3093on tim 
     3094 
     3095 
     3096## ---------------------- ## 
     3097## Running config.status. ## 
     3098## ---------------------- ## 
     3099 
     3100This file was extended by config.status, which was 
     3101generated by GNU Autoconf 2.59.  Invocation command line was 
     3102 
     3103  CONFIG_FILES    =  
     3104  CONFIG_HEADERS  =  
     3105  CONFIG_LINKS    =  
     3106  CONFIG_COMMANDS =  
     3107  $ ./config.status doc/en/Makefile 
     3108 
     3109on tim