FreeBSD Port: pkgconfig-0.15.0

Joe Marcus Clarke marcus at marcuscom.com
Mon Jan 19 23:52:34 PST 2004


On Tue, 2004-01-20 at 02:45, Gregory Hicks wrote:
> To whom it may concern:
> 
> 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...
> 
> 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

> 
> Any thoughts on how to fix this would be appreciated.
> 
> 
> Regards,
> Gregory Hicks
> 
> [...snip...]
> rm -f .libs/gerror.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 
> -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
> 
> [...snip...]
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -g -O2 
> -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=link gcc  -g -O2 -Wall  -o libglib.la  
> -version-info 0:8:0  -release 1.2  -export-dynamic garray.lo gcache.lo 
> gcompletion.lo gdataset.lo  gdate.lo gerror.lo ghash.lo ghook.lo 
> giochannel.lo giounix.lo glist.lo  gmain.lo gmem.lo gmessages.lo 
> gmutex.lo gnode.lo gprimes.lo grel.lo  gscanner.lo gslist.lo 
> gstrfuncs.lo gstring.lo gtimer.lo gtree.lo  gutils.lo  
> libtool: link: warning: `-version-info' is ignored for convenience 
> libraries
> libtool: link: warning: `-release' is ignored for convenience libraries
> rm -fr .libs/libglib.la .libs/libglib.* .libs/libglib-1.2.*
> 
> [...snip...]
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib    -g 
> -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=link gcc  -g -O2 -Wall  -o testglib  testglib.o 
> libglib.la 
> gcc -g -O2 -Wall -o testglib testglib.o  ./.libs/libglib.al
> 
> [...snip...]
> 
> (cd . && ln -s gthread.o gthread.lo)
> /bin/sh ../libtool --mode=link gcc  -g -O2 -Wall  -o libgthread.la  
> -version-info 0:8:0  -release 1.2  -export-dynamic gthread.lo -lthread 
> libtool: link: warning: `-version-info' is ignored for convenience 
> 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 
> libgthread.la)
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../gthread 
> -DG_LOG_DOMAIN=\"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=link gcc  -g -O2 -Wall  -o testgthread  
> testgthread.o ../libglib.la libgthread.la 
> 
> [...snip...]
> 
> 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=link gcc  -g -O2 -Wall  -o hash-test  
> hash-test.o ../libglib.la 
> 
> [...snip...]
> 
> 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=link gcc  -g -O2 -Wall  -o node-test  
> node-test.o ../libglib.la 
> 
> [...snip...]
> 
> 
> ---------------------------------------------------------------------
> 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 at cadence.com
> 
> Never attribute to malice that which is adequately explained by
> ignorance or stupidity.
> 
> Asking the wrong questions is the leading cause of wrong answers
> 
> "The best we can hope for concerning the people at large is that they
> be properly armed." --Alexander Hamilton
> 
> ______________________________________________________________________
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> 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"
> 
> int main() {
> 
> #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"
> 
> 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-compiler
> 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 files
> 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/^.*[ ]\([ABCDGISTW][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  conftest.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 shared 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();
> 
> 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_setresuid) || defined (__stub___setresuid)
> choke me
> #else
> setresuid();
> #endif
> 
> ; 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
> 
> ______________________________________________________________________
> # 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 it.
> #
> # 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=FILE 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=/dev/null disables caching, for debugging configure.
> # config.status only pays attention to the cache file if you give it the
> # --recheck option to rerun configure.
> #
> ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
> ac_cv_c_const=${ac_cv_c_const='yes'}
> ac_cv_cygwin=${ac_cv_cygwin='no'}
> ac_cv_exeext=${ac_cv_exeext='no'}
> ac_cv_func_alloca_works=${ac_cv_func_alloca_works='yes'}
> ac_cv_func_atexit=${ac_cv_func_atexit='yes'}
> ac_cv_func_dlerror=${ac_cv_func_dlerror='yes'}
> ac_cv_func_dlopen=${ac_cv_func_dlopen='no'}
> ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r='yes'}
> ac_cv_func_iswalnum=${ac_cv_func_iswalnum='yes'}
> ac_cv_func_localtime_r=${ac_cv_func_localtime_r='yes'}
> ac_cv_func_lstat=${ac_cv_func_lstat='yes'}
> ac_cv_func_memmove=${ac_cv_func_memmove='yes'}
> ac_cv_func_on_exit=${ac_cv_func_on_exit='no'}
> ac_cv_func_poll=${ac_cv_func_poll='yes'}
> ac_cv_func_rand_r=${ac_cv_func_rand_r='yes'}
> ac_cv_func_setresuid=${ac_cv_func_setresuid='no'}
> ac_cv_func_setreuid=${ac_cv_func_setreuid='yes'}
> ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp='yes'}
> ac_cv_func_strerror=${ac_cv_func_strerror='yes'}
> ac_cv_func_strncasecmp=${ac_cv_func_strncasecmp='yes'}
> ac_cv_func_strsignal=${ac_cv_func_strsignal='yes'}
> ac_cv_func_vprintf=${ac_cv_func_vprintf='yes'}
> ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf='yes'}
> ac_cv_header_alloca_h=${ac_cv_header_alloca_h='yes'}
> ac_cv_header_dirent_h=${ac_cv_header_dirent_h='yes'}
> ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h='yes'}
> ac_cv_header_float_h=${ac_cv_header_float_h='yes'}
> ac_cv_header_limits_h=${ac_cv_header_limits_h='yes'}
> ac_cv_header_pwd_h=${ac_cv_header_pwd_h='yes'}
> ac_cv_header_stdc=${ac_cv_header_stdc='no'}
> ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h='yes'}
> ac_cv_header_sys_poll_h=${ac_cv_header_sys_poll_h='yes'}
> ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h='yes'}
> ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
> ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h='yes'}
> ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
> ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
> ac_cv_header_values_h=${ac_cv_header_values_h='yes'}
> ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen='yes'}
> ac_cv_lib_dl_dlsym=${ac_cv_lib_dl_dlsym='yes'}
> ac_cv_lib_thread_cond_init=${ac_cv_lib_thread_cond_init='yes'}
> ac_cv_mingw32=${ac_cv_mingw32='no'}
> ac_cv_objext=${ac_cv_objext='o'}
> ac_cv_path_LD=${ac_cv_path_LD='/usr/ccs/bin/ld'}
> ac_cv_path_NM=${ac_cv_path_NM='/usr/local/bin/nm -B'}
> ac_cv_prog_CC=${ac_cv_prog_CC='gcc'}
> ac_cv_prog_CPP=${ac_cv_prog_CPP='cc -E'}
> ac_cv_prog_LN_S=${ac_cv_prog_LN_S='ln -s'}
> ac_cv_prog_RANLIB=${ac_cv_prog_RANLIB='ranlib'}
> ac_cv_prog_STRIP=${ac_cv_prog_STRIP='strip'}
> ac_cv_prog_cc_cross=${ac_cv_prog_cc_cross='no'}
> ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
> ac_cv_prog_cc_works=${ac_cv_prog_cc_works='yes'}
> ac_cv_prog_gcc=${ac_cv_prog_gcc='yes'}
> ac_cv_prog_gnu_ld=${ac_cv_prog_gnu_ld='no'}
> ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
> ac_cv_sizeof_char=${ac_cv_sizeof_char='1'}
> ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
> ac_cv_sizeof_long=${ac_cv_sizeof_long='4'}
> ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long='8'}
> ac_cv_sizeof_short=${ac_cv_sizeof_short='2'}
> ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p='4'}
> am_cv_prog_cc_stdc=${am_cv_prog_cc_stdc=''}
> glib_cv___va_copy=${glib_cv___va_copy='yes'}
> glib_cv_byte_contents_gmutex=${glib_cv_byte_contents_gmutex='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=${glib_cv_has__inline='yes'}
> glib_cv_has__inline__=${glib_cv_has__inline__='yes'}
> glib_cv_hasinline=${glib_cv_hasinline='yes'}
> glib_cv_sane_realloc=${glib_cv_sane_realloc='yes'}
> glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex='24'}
> glib_cv_uscore=${glib_cv_uscore='no'}
> glib_cv_va_copy=${glib_cv_va_copy='yes'}
> glib_cv_va_val_copy=${glib_cv_va_val_copy='yes'}
> lt_cv_compiler_c_o=${lt_cv_compiler_c_o='yes'}
> lt_cv_compiler_o_lo=${lt_cv_compiler_o_lo='yes'}
> lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method='pass_all'}
> lt_cv_file_magic_cmd=${lt_cv_file_magic_cmd='$MAGIC_CMD'}
> lt_cv_file_magic_test_file=${lt_cv_file_magic_test_file='/lib/libc.so'}
> lt_cv_global_symbol_to_c_name_address=${lt_cv_global_symbol_to_c_name_address='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=${lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''}
> lt_cv_ld_reload_flag=${lt_cv_ld_reload_flag='-r'}
> lt_cv_path_LD=${lt_cv_path_LD='/usr/ccs/bin/ld'}
> lt_cv_path_NM=${lt_cv_path_NM='/usr/local/bin/nm -B'}
> lt_cv_prog_cc_can_build_shared=${lt_cv_prog_cc_can_build_shared='yes'}
> lt_cv_prog_cc_no_builtin=${lt_cv_prog_cc_no_builtin=''}
> lt_cv_prog_cc_pic=${lt_cv_prog_cc_pic=' -fPIC'}
> lt_cv_prog_cc_pic_works=${lt_cv_prog_cc_pic_works='yes'}
> lt_cv_prog_cc_shlib=${lt_cv_prog_cc_shlib=''}
> lt_cv_prog_cc_static=${lt_cv_prog_cc_static='-static'}
> lt_cv_prog_cc_static_works=${lt_cv_prog_cc_static_works='yes'}
> lt_cv_prog_cc_wl=${lt_cv_prog_cc_wl='-Wl,'}
> lt_cv_prog_gnu_ld=${lt_cv_prog_gnu_ld='no'}
> lt_cv_sys_global_symbol_pipe=${lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''}
> lt_cv_sys_path_separator=${lt_cv_sys_path_separator=':'}
> 
> ______________________________________________________________________
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040120/48b73f90/attachment.bin


More information about the freebsd-ports mailing list