Date: Tue, 20 Jan 2004 02:50:38 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Gregory Hicks <ghicks@cadence.com> Cc: ghicks@pony-express.cAdence.COM Subject: Re: FreeBSD Port: pkgconfig-0.15.0 Message-ID: <1074585037.85583.15.camel@shumai.marcuscom.com> In-Reply-To: <200401200745.i0K7j3Ps002873@pony-express.cAdence.COM> References: <200401200745.i0K7j3Ps002873@pony-express.cAdence.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-dq6q/fDwoRQFXfqjd5+M Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2004-01-20 at 02:45, Gregory Hicks wrote: > To whom it may concern: >=20 > Whilst doing a 'make' for pkgconfig, received the following errors. > Are they important? Show stoppers? I've included the commands > immediately prior to the command generating the error... >=20 > I'm compiling with gcc-3.3 on a Solaris 8 system w/current patches. On a Solaris 8 machine? Perhaps this is the wrong forum for such errors. Joe >=20 > Any thoughts on how to fix this would be appreciated. >=20 >=20 > Regards, > Gregory Hicks >=20 > [...snip...] > rm -f .libs/gerror.lo > gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=3Dg_log_domain_glib -g -O2= =20 > -Wall -c gerror.c -fPIC -DPIC -o .libs/gerror.lo > gerror.c: In function `g_on_error_query': > gerror.c:118: warning: implicit declaration of function `strcpy' > gerror.c: In function `stack_trace': > gerror.c:232: warning: implicit declaration of function `memset' > mv -f .libs/gerror.lo gerror.o >=20 > [...snip...] >=20 > gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=3Dg_log_domain_glib -g -O2= =20 > -Wall -c gutils.c -fPIC -DPIC -o .libs/gutils.lo > gutils.c: In function `g_get_any_init': > gutils.c:515: warning: int format, uid_t arg (arg 4) > mv -f .libs/gutils.lo gutils.o > (cd . && ln -s gutils.o gutils.lo) > /bin/sh ./libtool --mode=3Dlink gcc -g -O2 -Wall -o libglib.la =20 > -version-info 0:8:0 -release 1.2 -export-dynamic garray.lo gcache.lo=20 > gcompletion.lo gdataset.lo gdate.lo gerror.lo ghash.lo ghook.lo=20 > giochannel.lo giounix.lo glist.lo gmain.lo gmem.lo gmessages.lo=20 > gmutex.lo gnode.lo gprimes.lo grel.lo gscanner.lo gslist.lo=20 > gstrfuncs.lo gstring.lo gtimer.lo gtree.lo gutils.lo =20 > libtool: link: warning: `-version-info' is ignored for convenience=20 > libraries > libtool: link: warning: `-release' is ignored for convenience libraries > rm -fr .libs/libglib.la .libs/libglib.* .libs/libglib-1.2.* >=20 > [...snip...] >=20 > gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=3Dg_log_domain_glib -g=20 > -O2 -Wall -c testglib.c > testglib.c: In function `g_node_test': > testglib.c:86: warning: reading through null pointer (arg 5) > testglib.c:90: warning: reading through null pointer (arg 5) > testglib.c:98: warning: reading through null pointer (arg 5) > testglib.c:108: warning: reading through null pointer (arg 5) > testglib.c:109: warning: reading through null pointer (arg 5) > testglib.c:110: warning: reading through null pointer (arg 5) > testglib.c:111: warning: reading through null pointer (arg 5) > testglib.c:112: warning: reading through null pointer (arg 5) > testglib.c:113: warning: reading through null pointer (arg 5) > testglib.c:114: warning: reading through null pointer (arg 5) > testglib.c:115: warning: reading through null pointer (arg 5) > testglib.c:116: warning: reading through null pointer (arg 5) > testglib.c:117: warning: reading through null pointer (arg 5) > testglib.c:118: warning: reading through null pointer (arg 5) > testglib.c:123: warning: reading through null pointer (arg 5) > testglib.c:127: warning: reading through null pointer (arg 5) > testglib.c:182: warning: reading through null pointer (arg 5) > testglib.c:183: warning: reading through null pointer (arg 5) > testglib.c: In function `main': > testglib.c:359: warning: reading through null pointer (arg 5) > testglib.c:361: warning: reading through null pointer (arg 5) > testglib.c:363: warning: reading through null pointer (arg 5) > testglib.c:366: warning: reading through null pointer (arg 5) > /bin/sh ./libtool --mode=3Dlink gcc -g -O2 -Wall -o testglib testglib.= o=20 > libglib.la=20 > gcc -g -O2 -Wall -o testglib testglib.o ./.libs/libglib.al >=20 > [...snip...] >=20 > (cd . && ln -s gthread.o gthread.lo) > /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -Wall -o libgthread.la =20 > -version-info 0:8:0 -release 1.2 -export-dynamic gthread.lo -lthread=20 > libtool: link: warning: `-version-info' is ignored for convenience=20 > libraries > libtool: link: warning: `-release' is ignored for convenience libraries > rm -fr .libs/libgthread.la .libs/libgthread.* .libs/libgthread-1.2.* > ar cru .libs/libgthread.al gthread.lo > ranlib .libs/libgthread.al > creating libgthread.la > (cd .libs && rm -f libgthread.la && ln -s ../libgthread.la=20 > libgthread.la) > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gthread=20 > -DG_LOG_DOMAIN=3D\"GThread\" -g -O2 -Wall -c testgthread.c > In file included from testgthread.c:6: > ../testglib.c: In function `g_node_test': > ../testglib.c:86: warning: reading through null pointer (arg 5) > ../testglib.c:90: warning: reading through null pointer (arg 5) > ../testglib.c:98: warning: reading through null pointer (arg 5) > ../testglib.c:108: warning: reading through null pointer (arg 5) > ../testglib.c:109: warning: reading through null pointer (arg 5) > ../testglib.c:110: warning: reading through null pointer (arg 5) > ../testglib.c:111: warning: reading through null pointer (arg 5) > ../testglib.c:112: warning: reading through null pointer (arg 5) > ../testglib.c:113: warning: reading through null pointer (arg 5) > ../testglib.c:114: warning: reading through null pointer (arg 5) > ../testglib.c:115: warning: reading through null pointer (arg 5) > ../testglib.c:116: warning: reading through null pointer (arg 5) > ../testglib.c:117: warning: reading through null pointer (arg 5) > ../testglib.c:118: warning: reading through null pointer (arg 5) > ../testglib.c:123: warning: reading through null pointer (arg 5) > ../testglib.c:127: warning: reading through null pointer (arg 5) > ../testglib.c:182: warning: reading through null pointer (arg 5) > ../testglib.c:183: warning: reading through null pointer (arg 5) > ../testglib.c: In function `testglib_main': > ../testglib.c:359: warning: reading through null pointer (arg 5) > ../testglib.c:361: warning: reading through null pointer (arg 5) > ../testglib.c:363: warning: reading through null pointer (arg 5) > ../testglib.c:366: warning: reading through null pointer (arg 5) > testgthread.c: In function `test_private_func': > testgthread.c:169: warning: implicit declaration of function `rand_r' > /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -Wall -o testgthread =20 > testgthread.o ../libglib.la libgthread.la=20 >=20 > [...snip...] >=20 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -Wall -c hash-test.c > hash-test.c: In function `honeyman_hash': > hash-test.c:153: warning: implicit declaration of function `strlen' > hash-test.c: In function `second_hash_cmp': > hash-test.c:165: warning: implicit declaration of function `strcmp' > hash-test.c: In function `not_even_foreach': > hash-test.c:192: warning: implicit declaration of function `atoi' > hash-test.c:195: warning: implicit declaration of function `sprintf' > ../glib.h: At top level: > hash-test.c:181: warning: `not_even_foreach' defined but not used > hash-test.c:206: warning: `remove_even_foreach' defined but not used > /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -Wall -o hash-test =20 > hash-test.o ../libglib.la=20 >=20 > [...snip...] >=20 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -Wall -c node-test.c > node-test.c: In function `g_node_test': > node-test.c:99: warning: reading through null pointer (arg 5) > node-test.c:103: warning: reading through null pointer (arg 5) > node-test.c:111: warning: reading through null pointer (arg 5) > node-test.c:121: warning: reading through null pointer (arg 5) > node-test.c:122: warning: reading through null pointer (arg 5) > node-test.c:123: warning: reading through null pointer (arg 5) > node-test.c:124: warning: reading through null pointer (arg 5) > node-test.c:125: warning: reading through null pointer (arg 5) > node-test.c:126: warning: reading through null pointer (arg 5) > node-test.c:127: warning: reading through null pointer (arg 5) > node-test.c:128: warning: reading through null pointer (arg 5) > node-test.c:129: warning: reading through null pointer (arg 5) > node-test.c:130: warning: reading through null pointer (arg 5) > node-test.c:131: warning: reading through null pointer (arg 5) > node-test.c:136: warning: reading through null pointer (arg 5) > node-test.c:140: warning: reading through null pointer (arg 5) > node-test.c:195: warning: reading through null pointer (arg 5) > node-test.c:196: warning: reading through null pointer (arg 5) > /bin/sh ../libtool --mode=3Dlink gcc -g -O2 -Wall -o node-test =20 > node-test.o ../libglib.la=20 >=20 > [...snip...] >=20 >=20 > --------------------------------------------------------------------- > Gregory Hicks | Principal Systems Engineer > Cadence Design Systems | Direct: 408.576.3609 > 555 River Oaks Pkwy M/S 6B1 | Fax: 408.894.3479 > San Jose, CA 95134 | Internet: ghicks@cadence.com >=20 > Never attribute to malice that which is adequately explained by > ignorance or stupidity. >=20 > Asking the wrong questions is the leading cause of wrong answers >=20 > "The best we can hope for concerning the people at large is that they > be properly armed." --Alexander Hamilton >=20 > ______________________________________________________________________ > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. >=20 > configure:732: checking for a BSD compatible install > configure:785: checking whether build environment is sane > configure:842: checking whether make sets ${MAKE} > configure:888: checking for working aclocal-1.4 > configure:901: checking for working autoconf > configure:914: checking for working automake-1.4 > configure:927: checking for working autoheader > configure:940: checking for working makeinfo > configure:954: checking whether to enable maintainer-specific portions of= Makefiles > configure:993: checking for Cygwin environment > configure:1009: cc -c conftest.c 1>&5 > /usr/ucb/cc: language optional software package not installed > configure: failed program was: > #line 998 "configure" > #include "confdefs.h" >=20 > int main() { >=20 > #ifndef __CYGWIN__ > #define __CYGWIN__ __CYGWIN32__ > #endif > return __CYGWIN__; > ; return 0; } > configure:1026: checking for mingw32 environment > configure:1038: cc -c conftest.c 1>&5 > /usr/ucb/cc: language optional software package not installed > configure: failed program was: > #line 1031 "configure" > #include "confdefs.h" >=20 > int main() { > return __MINGW32__; > ; return 0; } > configure:1055: checking how to run the C preprocessor > configure:1076: cc -E conftest.c >/dev/null 2>conftest.out > configure:1210: checking host system type > configure:1231: checking build system type > configure:1251: checking for gcc > configure:1364: checking whether the C compiler (gcc ) works > configure:1380: gcc -o conftest conftest.c 1>&5 > configure:1406: checking whether the C compiler (gcc ) is a cross-compil= er > configure:1411: checking whether we are using GNU C > configure:1420: gcc -E conftest.c > configure:1439: checking whether gcc accepts -g > configure:1482: checking for ld used by GCC > configure:1550: checking if the linker (/usr/ccs/bin/ld) is GNU ld > configure:1567: checking for /usr/ccs/bin/ld option to reload object file= s > configure:1579: checking for BSD-compatible nm > configure:1617: checking whether ln -s works > configure:1638: checking how to recognise dependant libraries > configure:1821: checking for object suffix > configure:1827: gcc -c -g -O2 conftest.c 1>&5 > configure:1847: checking for executable suffix > configure:1857: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:1888: checking command to parse /usr/local/bin/nm -B output > configure:1968: gcc -c -g -O2 conftest.c 1>&5 > configure:1971: /usr/local/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([A= BCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'= > conftest.nm > configure:2022: gcc -o conftest -g -O2 conftest.c conftstm.o 1>&5 > configure:2071: checking for dlfcn.h > configure:2081: cc -E conftest.c >/dev/null 2>conftest.out > configure:2249: checking for ranlib > configure:2316: checking for strip > configure:2559: checking for objdir > configure:2586: checking for gcc option to produce PIC > configure:2738: checking if gcc PIC flag -fPIC works > configure:2752: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 > configure:2804: checking if gcc static flag -static works > configure:2819: gcc -o conftest -g -O2 -static conftest.c 1>&5 > configure:2846: checking if gcc supports -c -o file.o > configure:2865: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 > configure:2894: checking if gcc supports -c -o file.lo > configure:2912: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 > configure:2962: checking if gcc supports -fno-rtti -fno-exceptions > configure:2975: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c co= nftest.c 1>&5 > cc1: warning: "-frtti" is valid for C++ but not for C/ObjC > cc1: warning: "-frtti" is valid for C++ but not for C/ObjC > configure:3002: checking whether the linker (/usr/ccs/bin/ld) supports sh= ared libraries > configure:3686: checking how to hardcode library paths into programs > configure:3714: checking whether stripping libraries is possible > configure:3728: checking dynamic linker characteristics > configure:4125: checking if libtool supports shared libraries > configure:4129: checking whether to build shared libraries > configure:4152: checking whether to build static libraries > configure:5293: checking for gcc > configure:5406: checking whether the C compiler (gcc -g -O2 ) works > configure:5422: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:5448: checking whether the C compiler (gcc -g -O2 ) is a cross-= compiler > configure:5453: checking whether we are using GNU C > configure:5481: checking whether gcc accepts -g > configure:5514: checking for Win32 > configure:5580: checking for working alloca.h > configure:5592: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:5613: checking for alloca > configure:5646: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:5815: checking for setresuid > configure:5843: gcc -o conftest -g -O2 conftest.c 1>&5 > Undefined first referenced > symbol in file > setresuid /var/tmp//ccUqULvV.o > ld: fatal: Symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure: failed program was: > #line 5820 "configure" > #include "confdefs.h" > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setresuid(); 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 setresuid(); >=20 > int main() { >=20 > /* 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_setresuid) || defined (__stub___setresuid) > choke me > #else > setresuid(); > #endif >=20 > ; return 0; } > configure:5815: checking for setreuid > configure:5843: gcc -o conftest -g -O2 conftest.c 1>&5 > configure:5871: checking for dirent.h > configure:5881: cc -E conftest.c >/dev/null 2>conftest.out > configure:5871: checking for unistd.h > configure:5881: cc -E conftest.c >/dev/null 2>conftest.out > configure:5871: checking for sys/wait.h > configure:5881: cc -E conftest.c >/dev/null 2>conftest.out >=20 > ______________________________________________________________________ > # This file is a shell script that caches the results of configure > # tests run on this system so they can be shared between configure > # scripts and configure runs. It is not useful on other systems. > # If it contains results you don't want to keep, you may remove or edit i= t. > # > # By default, configure uses ./config.cache as the cache file, > # creating it if it does not exist already. You can give configure > # the --cache-file=3DFILE option to use a different cache file; that is > # what configure does when it calls configure scripts in > # subdirectories, so they share the cache. > # Giving --cache-file=3D/dev/null disables caching, for debugging configu= re. > # config.status only pays attention to the cache file if you give it the > # --recheck option to rerun configure. > # > ac_cv_c_bigendian=3D${ac_cv_c_bigendian=3D'yes'} > ac_cv_c_const=3D${ac_cv_c_const=3D'yes'} > ac_cv_cygwin=3D${ac_cv_cygwin=3D'no'} > ac_cv_exeext=3D${ac_cv_exeext=3D'no'} > ac_cv_func_alloca_works=3D${ac_cv_func_alloca_works=3D'yes'} > ac_cv_func_atexit=3D${ac_cv_func_atexit=3D'yes'} > ac_cv_func_dlerror=3D${ac_cv_func_dlerror=3D'yes'} > ac_cv_func_dlopen=3D${ac_cv_func_dlopen=3D'no'} > ac_cv_func_getpwuid_r=3D${ac_cv_func_getpwuid_r=3D'yes'} > ac_cv_func_iswalnum=3D${ac_cv_func_iswalnum=3D'yes'} > ac_cv_func_localtime_r=3D${ac_cv_func_localtime_r=3D'yes'} > ac_cv_func_lstat=3D${ac_cv_func_lstat=3D'yes'} > ac_cv_func_memmove=3D${ac_cv_func_memmove=3D'yes'} > ac_cv_func_on_exit=3D${ac_cv_func_on_exit=3D'no'} > ac_cv_func_poll=3D${ac_cv_func_poll=3D'yes'} > ac_cv_func_rand_r=3D${ac_cv_func_rand_r=3D'yes'} > ac_cv_func_setresuid=3D${ac_cv_func_setresuid=3D'no'} > ac_cv_func_setreuid=3D${ac_cv_func_setreuid=3D'yes'} > ac_cv_func_strcasecmp=3D${ac_cv_func_strcasecmp=3D'yes'} > ac_cv_func_strerror=3D${ac_cv_func_strerror=3D'yes'} > ac_cv_func_strncasecmp=3D${ac_cv_func_strncasecmp=3D'yes'} > ac_cv_func_strsignal=3D${ac_cv_func_strsignal=3D'yes'} > ac_cv_func_vprintf=3D${ac_cv_func_vprintf=3D'yes'} > ac_cv_func_vsnprintf=3D${ac_cv_func_vsnprintf=3D'yes'} > ac_cv_header_alloca_h=3D${ac_cv_header_alloca_h=3D'yes'} > ac_cv_header_dirent_h=3D${ac_cv_header_dirent_h=3D'yes'} > ac_cv_header_dlfcn_h=3D${ac_cv_header_dlfcn_h=3D'yes'} > ac_cv_header_float_h=3D${ac_cv_header_float_h=3D'yes'} > ac_cv_header_limits_h=3D${ac_cv_header_limits_h=3D'yes'} > ac_cv_header_pwd_h=3D${ac_cv_header_pwd_h=3D'yes'} > ac_cv_header_stdc=3D${ac_cv_header_stdc=3D'no'} > ac_cv_header_sys_param_h=3D${ac_cv_header_sys_param_h=3D'yes'} > ac_cv_header_sys_poll_h=3D${ac_cv_header_sys_poll_h=3D'yes'} > ac_cv_header_sys_select_h=3D${ac_cv_header_sys_select_h=3D'yes'} > ac_cv_header_sys_time_h=3D${ac_cv_header_sys_time_h=3D'yes'} > ac_cv_header_sys_times_h=3D${ac_cv_header_sys_times_h=3D'yes'} > ac_cv_header_sys_wait_h=3D${ac_cv_header_sys_wait_h=3D'yes'} > ac_cv_header_unistd_h=3D${ac_cv_header_unistd_h=3D'yes'} > ac_cv_header_values_h=3D${ac_cv_header_values_h=3D'yes'} > ac_cv_lib_dl_dlopen=3D${ac_cv_lib_dl_dlopen=3D'yes'} > ac_cv_lib_dl_dlsym=3D${ac_cv_lib_dl_dlsym=3D'yes'} > ac_cv_lib_thread_cond_init=3D${ac_cv_lib_thread_cond_init=3D'yes'} > ac_cv_mingw32=3D${ac_cv_mingw32=3D'no'} > ac_cv_objext=3D${ac_cv_objext=3D'o'} > ac_cv_path_LD=3D${ac_cv_path_LD=3D'/usr/ccs/bin/ld'} > ac_cv_path_NM=3D${ac_cv_path_NM=3D'/usr/local/bin/nm -B'} > ac_cv_prog_CC=3D${ac_cv_prog_CC=3D'gcc'} > ac_cv_prog_CPP=3D${ac_cv_prog_CPP=3D'cc -E'} > ac_cv_prog_LN_S=3D${ac_cv_prog_LN_S=3D'ln -s'} > ac_cv_prog_RANLIB=3D${ac_cv_prog_RANLIB=3D'ranlib'} > ac_cv_prog_STRIP=3D${ac_cv_prog_STRIP=3D'strip'} > ac_cv_prog_cc_cross=3D${ac_cv_prog_cc_cross=3D'no'} > ac_cv_prog_cc_g=3D${ac_cv_prog_cc_g=3D'yes'} > ac_cv_prog_cc_works=3D${ac_cv_prog_cc_works=3D'yes'} > ac_cv_prog_gcc=3D${ac_cv_prog_gcc=3D'yes'} > ac_cv_prog_gnu_ld=3D${ac_cv_prog_gnu_ld=3D'no'} > ac_cv_prog_make_make_set=3D${ac_cv_prog_make_make_set=3D'yes'} > ac_cv_sizeof_char=3D${ac_cv_sizeof_char=3D'1'} > ac_cv_sizeof_int=3D${ac_cv_sizeof_int=3D'4'} > ac_cv_sizeof_long=3D${ac_cv_sizeof_long=3D'4'} > ac_cv_sizeof_long_long=3D${ac_cv_sizeof_long_long=3D'8'} > ac_cv_sizeof_short=3D${ac_cv_sizeof_short=3D'2'} > ac_cv_sizeof_void_p=3D${ac_cv_sizeof_void_p=3D'4'} > am_cv_prog_cc_stdc=3D${am_cv_prog_cc_stdc=3D''} > glib_cv___va_copy=3D${glib_cv___va_copy=3D'yes'} > glib_cv_byte_contents_gmutex=3D${glib_cv_byte_contents_gmutex=3D'0,0,0,0,= 0,0,77,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0'} > glib_cv_has__inline=3D${glib_cv_has__inline=3D'yes'} > glib_cv_has__inline__=3D${glib_cv_has__inline__=3D'yes'} > glib_cv_hasinline=3D${glib_cv_hasinline=3D'yes'} > glib_cv_sane_realloc=3D${glib_cv_sane_realloc=3D'yes'} > glib_cv_sizeof_gmutex=3D${glib_cv_sizeof_gmutex=3D'24'} > glib_cv_uscore=3D${glib_cv_uscore=3D'no'} > glib_cv_va_copy=3D${glib_cv_va_copy=3D'yes'} > glib_cv_va_val_copy=3D${glib_cv_va_val_copy=3D'yes'} > lt_cv_compiler_c_o=3D${lt_cv_compiler_c_o=3D'yes'} > lt_cv_compiler_o_lo=3D${lt_cv_compiler_o_lo=3D'yes'} > lt_cv_deplibs_check_method=3D${lt_cv_deplibs_check_method=3D'pass_all'} > lt_cv_file_magic_cmd=3D${lt_cv_file_magic_cmd=3D'$MAGIC_CMD'} > lt_cv_file_magic_test_file=3D${lt_cv_file_magic_test_file=3D'/lib/libc.so= '} > lt_cv_global_symbol_to_c_name_address=3D${lt_cv_global_symbol_to_c_name_a= ddress=3D'sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '= \''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'',/p'\''= -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''}'= } > lt_cv_global_symbol_to_cdecl=3D${lt_cv_global_symbol_to_cdecl=3D'sed -n -= e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''} > lt_cv_ld_reload_flag=3D${lt_cv_ld_reload_flag=3D'-r'} > lt_cv_path_LD=3D${lt_cv_path_LD=3D'/usr/ccs/bin/ld'} > lt_cv_path_NM=3D${lt_cv_path_NM=3D'/usr/local/bin/nm -B'} > lt_cv_prog_cc_can_build_shared=3D${lt_cv_prog_cc_can_build_shared=3D'yes'= } > lt_cv_prog_cc_no_builtin=3D${lt_cv_prog_cc_no_builtin=3D''} > lt_cv_prog_cc_pic=3D${lt_cv_prog_cc_pic=3D' -fPIC'} > lt_cv_prog_cc_pic_works=3D${lt_cv_prog_cc_pic_works=3D'yes'} > lt_cv_prog_cc_shlib=3D${lt_cv_prog_cc_shlib=3D''} > lt_cv_prog_cc_static=3D${lt_cv_prog_cc_static=3D'-static'} > lt_cv_prog_cc_static_works=3D${lt_cv_prog_cc_static_works=3D'yes'} > lt_cv_prog_cc_wl=3D${lt_cv_prog_cc_wl=3D'-Wl,'} > lt_cv_prog_gnu_ld=3D${lt_cv_prog_gnu_ld=3D'no'} > lt_cv_sys_global_symbol_pipe=3D${lt_cv_sys_global_symbol_pipe=3D'sed -n -= e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0= -9]*\)$/\1 \2\3 \3/p'\'''} > lt_cv_sys_path_separator=3D${lt_cv_sys_path_separator=3D':'} >=20 > ______________________________________________________________________ > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-dq6q/fDwoRQFXfqjd5+M Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBADN3Nb2iPiv4Uz4cRAp2aAJ46Rv0ofy1gnTw7ZmY7OIOOm8rw4ACfRTVT J2AcgERt5HoKztixKazX8Hg= =sIun -----END PGP SIGNATURE----- --=-dq6q/fDwoRQFXfqjd5+M--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1074585037.85583.15.camel>