Wireshark-users: Re: [Wireshark-users] Build problems with Sun's compiler on Solaris 10
From: "Dr. David Kirkby" <david.kirkby@xxxxxxxxxx>
Date: Thu, 07 Feb 2008 09:39:10 +0000
Guy Harris wrote:
Dr. David Kirkby wrote:2) I just installed libpcap from the file libpcap-0.9.8.tar.gz, but the wireshark configure script complains that the pcap library is more recent than the pcap header.checking whether pcap_breakloop is present and usable... broken configure: WARNING: Your pcap library is more recent than your pcap header. configure: WARNING: Wireshark won't be able to use functions not declared configure: WARNING: in that header. You should install a newer version of configure: WARNING: the header file. checking whether pcap_findalldevs is present and usable... yes checking for pcap_datalink_val_to_name... yes I've no idea why this should be so.Well, one way that should be so would be if, for example, a hypothetical maker of UN*X boxes, whose version of UN*X includes libpcap, were to put out an online OS update that upgrades its version of libpcap as part of a tcpdump/libpcap upgrade to plug some security holes, with the upgrade to libpcap being an upgrade from a version without pcap_breakloop() to a version with pcap_breakloop(), and if that vendor were to treat header files as part of its development tools, and not to update them with that online OS update, so that you have a library with pcap_breakloop() and a header file that doesn't declare it.As you built and installed libpcap yourself, that wouldn't be it, so we'd have to look elsewhere. What are the contents of your config.log file?
OK, I'm attaching the part of config.log from the 0.99.7.tar.gz file - there are no patches I've applied, nothing from trunk - just the latest 'stable' distribution.
I can attack the full config.log if you want, but it is over 200 KB, so I've cut it down quite a bit, but hopefully still included anything that might be useful.
6) NOW THIS IS THE SERIOUS PROBLEM - it stops me building wireshark and I have not yet found a solution../configure CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC This configures OK - see above for what is configured. gmakeAfter quite a bit of time compiling OK, the compilation process aborts with:source='packet-ecatmb.c' object='packet-ecatmb.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/bash ../../depcomp \/bin/bash ../../libtool --tag=CC --mode=compile /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/local/include -I/usr/local/include '-DPLUGIN_DIR="/usr/local/lib/wireshark/plugins/0.99.7"' -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o packet-ecatmb.lo packet-ecatmb.c /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/local/include -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/lib/wireshark/plugins/0.99.7\" -D_U_= -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c packet-ecatmb.c -KPIC -DPIC -o .libs/packet-ecatmb.o"packet-ecatmb.c", line 291: improper member use: ControlAre you compiling with the latest version of plugins/ethercat/ecatmb.h? What, for example, are the definitions of SoeHeaderControlUnion and PETHERCAT_SOE_HEADER in that header? They should be ...
No, I was compiling from the 'stable' source code wireshark-0.99.7.tar.gz - I had not checked out the latest from trunk. But it seems there are some issues with 0.99.7. I later copied over the contents of plugins/ethercat from trunk (not all of trunk, just that small part) and that part at least compiles OK - there are still other issues though
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC ## --------- ## ## Platform. ## ## --------- ## hostname = kestrel uname -m = sun4u uname -r = 5.10 uname -s = SunOS uname -v = Generic_120011-14 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = kestrel Release = 5.10 KernelID = Generic_120011-14 Machine = sun4u BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 2 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /tmp PATH: /usr/bin PATH: /sbin PATH: /usr/etc PATH: /usr/openwin/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/ccs/bin PATH: /usr/local/ssl/bin PATH: /usr/sfw/bin PATH: /opt/sfw/bin PATH: /usr/local/thunderbird PATH: /opt/hpnpl/bin PATH: /opt/sfw/bin PATH: /usr/sbin PATH: /export/home/drkirkby PATH: /opt/SUNWspci2/bin PATH: /opt/SUNWspro/bin PATH: . PATH: /opt/sfw/lib/tclX8.3/help/tcl/intro PATH: /opt/csw/bin PATH: /opt/SUNWspci3/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2180: checking build system type configure:2198: result: sparc-sun-solaris2.10 configure:2220: checking host system type configure:2235: result: sparc-sun-solaris2.10 configure:2257: checking target system type configure:2272: result: sparc-sun-solaris2.10 configure:2316: checking for a BSD-compatible install configure:2372: result: ./install-sh -c configure:2383: checking whether build environment is sane configure:2426: result: yes configure:2454: checking for a thread-safe mkdir -p configure:2493: result: ./install-sh -c -d configure:2506: checking for gawk configure:2522: found /opt/csw/bin/gawk configure:2533: result: gawk configure:2544: checking whether make sets $(MAKE) configure:2565: result: yes configure:2828: checking for gcc configure:2855: result: /opt/SUNWspro/bin/cc configure:3093: checking for C compiler version configure:3100: /opt/SUNWspro/bin/cc --version >&5 cc: Warning: option -- passed to ld usage: cc [ options] files. Use 'cc -flags' for details configure:3103: $? = 1 configure:3110: /opt/SUNWspro/bin/cc -v >&5 usage: cc [ options] files. Use 'cc -flags' for details configure:3113: $? = 1 configure:3120: /opt/SUNWspro/bin/cc -V >&5 cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12 usage: cc [ options] files. Use 'cc -flags' for details configure:3123: $? = 1 configure:3146: checking for C compiler default output file name configure:3173: /opt/SUNWspro/bin/cc conftest.c >&5 configure:3176: $? = 0 configure:3214: result: a.out configure:3231: checking whether the C compiler works configure:3241: ./a.out configure:3244: $? = 0 configure:3261: result: yes configure:3268: checking whether we are cross compiling configure:3270: result: no configure:3273: checking for suffix of executables configure:3280: /opt/SUNWspro/bin/cc -o conftest conftest.c >&5 configure:3283: $? = 0 configure:3307: result: configure:3313: checking for suffix of object files configure:3339: /opt/SUNWspro/bin/cc -c conftest.c >&5 configure:3342: $? = 0 configure:3365: result: o configure:3369: checking whether we are using the GNU C compiler configure:3398: /opt/SUNWspro/bin/cc -c conftest.c >&5 "conftest.c", line 15: undefined symbol: choke "conftest.c", line 15: syntax error before or at: me cc: acomp failed for conftest.c configure:3404: $? = 2 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "wireshark" | #define VERSION "0.99.7" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3421: result: no configure:3426: checking whether /opt/SUNWspro/bin/cc accepts -g configure:3456: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:3462: $? = 0 configure:3561: result: yes configure:3578: checking for /opt/SUNWspro/bin/cc option to accept ISO C89 configure:3652: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 "conftest.c", line 58: warning: statement not reached configure:3658: $? = 0 configure:3681: result: none needed configure:3710: checking for style of include used by make configure:3738: result: GNU configure:3763: checking dependency style of /opt/SUNWspro/bin/cc configure:3854: result: none configure:3874: checking how to run the C preprocessor configure:3914: /opt/SUNWspro/bin/cc -E conftest.c configure:3920: $? = 0 configure:3951: /opt/SUNWspro/bin/cc -E conftest.c "conftest.c", line 10: cannot find include file: <ac_nonexistent.h> cc: acomp failed for conftest.c configure:3957: $? = 2 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "wireshark" | #define VERSION "0.99.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3990: result: /opt/SUNWspro/bin/cc -E configure:4019: /opt/SUNWspro/bin/cc -E conftest.c configure:4025: $? = 0 configure:4056: /opt/SUNWspro/bin/cc -E conftest.c "conftest.c", line 10: cannot find include file: <ac_nonexistent.h> cc: acomp failed for conftest.c configure:4062: $? = 2 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "wireshark" | #define VERSION "0.99.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4150: checking for a sed that does not truncate output configure:4206: result: /opt/csw/bin/gsed configure:4209: checking for grep that handles long lines and -e configure:4283: result: /usr/sfw/bin/ggrep configure:4288: checking for egrep configure:4366: result: /usr/sfw/bin/ggrep -E configure:4415: checking for non-GNU ld configure:4449: result: /usr/ccs/bin/ld configure:4458: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:4473: result: no configure:4478: checking for /usr/ccs/bin/ld option to reload object files configure:4485: result: -r configure:4503: checking for BSD-compatible nm configure:4552: result: /usr/ccs/bin/nm -p configure:4556: checking whether ln -s works configure:4560: result: yes configure:4567: checking how to recognize dependent libraries configure:4753: result: pass_all configure:4966: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:4969: $? = 0 configure:4990: checking for ANSI C header files configure:5020: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5026: $? = 0 configure:5125: /opt/SUNWspro/bin/cc -o conftest -g conftest.c >&5 configure:5128: $? = 0 configure:5134: ./conftest configure:5137: $? = 0 configure:5154: result: yes configure:5178: checking for sys/types.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for sys/stat.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for stdlib.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for string.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for memory.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for strings.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for inttypes.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for stdint.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5178: checking for unistd.h configure:5199: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5205: $? = 0 configure:5221: result: yes configure:5248: checking dlfcn.h usability configure:5265: /opt/SUNWspro/bin/cc -c -g conftest.c >&5 configure:5271: $? = 0 configure:5285: result: yes configure:5289: checking dlfcn.h presence configure:5304: /opt/SUNWspro/bin/cc -E conftest.c configure:5310: $? = 0 configure:5324: result: yes configure:5352: checking for dlfcn.h configure:5360: result: yes configure:5489: checking for C++ compiler version configure:5496: /opt/SUNWspro/bin/CC --version >&5 CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise /usr/ccs/bin/ld: illegal option -- version usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s) [-64] enforce a 64-bit link-edit [-a] create an absolute file [-b] do not do special PIC relocations in a.out [-B direct | nodirect] establish direct bindings, or inhibit direct binding to, the object being created [-B dynamic | static] search for shared libraries|archives [-B eliminate] eliminate unqualified global symbols from the symbol table [-B group] relocate object from within group [-B local] reduce unqualified global symbols to local [-B reduce] process symbol reductions [-B symbolic] bind external references to definitions when creating shared objects [-c name] record configuration file `name' [-C] demangle C++ symbol name diagnostics [-d y | n] operate in dynamic|static mode [-D token,...] print diagnostic messages [-e epsym] use `epsym' as entry point address [-f name] specify library for which this file is an auxiliary filter [-F name] specify library for which this file is a filter [-G] create a shared object [-h name] use `name' as internal shared object identifier [-i] ignore LD_LIBRARY_PATH setting [-I name] use `name' as path of interpreter [-l x] search for libx.so or libx.a [-L path] search for libraries in directory `path' [-m] print memory map [-M mapfile] use processing directives contained in `mapfile' [-N string] create a dynamic dependency for `string' [-o outfile] name the output file `outfile' [-p auditlib] identify audit library to accompany this object [-P auditlib] identify audit library for processing the dependencies of this object [-Q y | n] do|do not place version information in output file [-r] create a relocatable object [-R path] specify a library search path to be used at run time [-s] strip any symbol and debugging information [-S supportlib] specify a link-edit support library [-t] do not warn of multiply-defined symbols that have different sizes or alignments [-u symname] create an undefined symbol `symname' [-V] print version information [-Y P,dirlist] use `dirlist' as a default path when searching for libraries [-z absexec] when building an executable absolute symbols referenced in dynamic objects are promoted to the executable [-z allextract | defaultextract | weakextract] extract all member files, only members that resolve undefined tor tentative symbols, or allow extraction of archive members to resolvetweak references from archive files [-z altexec64] execute the 64-bit link-editor [-z combreloc] combine multiple relocation sections [-z defs] disallow undefined symbol references [-z direct | nodirect] enable|disable direct binding to shared object dependencies [-z endfiltee] marks a filtee such that it will terminate a filters search [-z finiarray=function] name of function to be appended to the .finiarray [-z groupperm | nogroupperm] enable|disable setting of group permissions on dynamic dependencies [-z help ] print this usage message [-z ignore | record] ignore|record unused dynamic dependencies [-z initarray=function] name of function to be appended to the .initarray [-z initfirst] mark object to indicate that its .init section should be executed before the .init section of any other objects [-z interpose] dynamic object is to be an `interposer' on direct bindings [-z lazyload | nolazyload] enable|disable delayed loading of shared object dependencies [-z ld32=arg1,arg2,...] define arguments applicable to the 32-bit class of ld(1) [-z ld64=arg1,arg2,...] define arguments applicable to the 64-bit class of ld(1) [-z loadfltr] mark filter as requiring immediate loading of its filtees at runtime [-z muldefs] allow multiply-defined symbols [-z nocompstrtab] disable compression of string tables [-z nodefs] allow undefined symbol references [-z nodefaultlib] mark object to ignore any default library search path [-z nodelete] mark object as non-deletable [-z nodlopen] mark object as non-dlopen()'able [-z nodump] mark object as non-dldump()'able [-z now] mark object as requiring non-lazy binding [-z nopartial] expand any partially initialized symbols [-z noversion] don't record any version sections [-z origin] mark object as requiring $ORIGIN processing [-z preinitarray=function] name of function to be appended to the .preinitarray [-z redlocsym] reduce local syms in .symtab to a minimum [-z rescan] rescan archive list until no further member extraction occurs [-z text] disallow output relocations against text [-z textoff] allow output relocations against text [-z textwarn] warn if there are relocations against text [-z verbose] generate warnings for suspicious processings configure:5499: $? = 1 configure:5506: /opt/SUNWspro/bin/CC -v >&5 ### command line files and options (expanded): ### -v ### CC: Note: NLSPATH = /usr/local/opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/usr/local/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat configure:5509: $? = 0 configure:5516: /opt/SUNWspro/bin/CC -V >&5 CC: Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25 configure:5519: $? = 0 <SNIP OVER 3000 LINES> | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define YYTEXT_POINTER 1 | #define HTML_VIEWER "mozilla" | #define HAVE_LIBGNUTLS 1 | /* end confdefs.h. */ | #include <smi.h> | int | main () | { | | int current, revision, age, n; | const int required = 2; | if (smiInit("")) | exit(1); | if (strcmp(SMI_LIBRARY_VERSION, smi_library_version)) | exit(2); | n = sscanf(smi_library_version, "%d:%d:%d", ¤t, &revision, &age); | if (n != 3) | exit(3); | if (required < current - age || required > current) | exit(4); | | | ; | return 0; | } | configure:20895: result: not found configure:20946: checking for xsltproc configure:20964: found /usr/bin/xsltproc configure:20976: result: /usr/bin/xsltproc configure:20986: checking for xsltproc configure:21002: found /usr/bin/xsltproc configure:21014: result: yes configure:21034: checking for xmllint configure:21052: found /usr/bin/xmllint configure:21064: result: /usr/bin/xmllint configure:21074: checking for xmllint configure:21090: found /usr/bin/xmllint configure:21102: result: yes configure:21122: checking for fop configure:21155: result: no configure:21162: checking for fop configure:21190: result: no configure:21210: checking for hhc.exe configure:21243: result: no configure:21250: checking for hhc.exe configure:21278: result: no configure:21300: checking for pkgproto configure:21316: found /usr/bin/pkgproto configure:21328: result: yes configure:21338: checking for pkgmk configure:21354: found /usr/bin/pkgmk configure:21366: result: yes configure:21376: checking for pkgtrans configure:21392: found /usr/bin/pkgtrans configure:21404: result: yes configure:21424: checking for rpm configure:21452: result: no configure:21989: checking whether we can add -Wall -W to CFLAGS configure:22039: result: no configure:22044: checking whether we can add -Wdeclaration-after-statement to CFLAGS configure:22094: result: no configure:22099: checking whether we can add -Wendif-labels to CFLAGS configure:22149: result: no configure:22154: checking whether we can add -Wpointer-arith to CFLAGS configure:22204: result: no configure:22209: checking whether we can add -Wno-pointer-sign to CFLAGS configure:22259: result: no configure:22282: checking whether we should treat compiler warnings as errors configure:22304: result: no configure:22322: checking for platform-specific compiler flags configure:22377: result: none needed configure:22386: checking for platform-specific linker flags configure:22420: result: none needed configure:22528: checking whether to use /usr/local for headers and libraries configure:22531: result: yes configure:22563: checking for LD_LIBRARY_PATH configure:22567: result: yes -- added LD_LIBRARY_PATH to run-time linker path configure:22589: checking for GNU sed as first sed in PATH configure:22596: result: no configure:22604: checking whether one of /usr/bin/sed or /bin/sed or /usr/ucb/sed will be used configure:22616: result: no configure:22685: checking if profile builds must be generated configure:22698: result: no configure:22746: checking for pkg-config configure:22764: found /usr/bin/pkg-config configure:22777: result: /usr/bin/pkg-config configure:22799: checking for GTK+ - version >= 2.0.0 configure:22919: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -mt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 configure:22922: $? = 0 configure:22928: ./conftest configure:22931: $? = 0 configure:22951: result: yes (version 2.4.9) configure:24082: checking for pkg-config configure:24113: result: /usr/bin/pkg-config configure:24137: checking for GLIB - version >= 2.0.0 configure:24261: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgmodule-2.0 -lglib-2.0 -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 configure:24264: $? = 0 configure:24270: ./conftest configure:24273: $? = 0 configure:24293: result: yes (version 2.4.1) configure:24720: checking whether GLib supports loadable modules configure:24758: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lgmodule-2.0 -lglib-2.0 -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 configure:24761: $? = 0 configure:24767: ./conftest configure:24770: $? = 0 configure:24788: result: yes configure:24806: checking for inttypes.h configure:24812: result: yes configure:24940: checking whether inttypes.h defines the PRI[doxu]64 macros configure:24972: /opt/SUNWspro/bin/cc -c -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include conftest.c >&5 "conftest.c", line 34: warning: old-style declaration or incorrect type for: main configure:24978: $? = 0 configure:24984: result: yes configure:25469: checking for gethostbyname configure:25525: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 63: warning: statement not reached Undefined first referenced symbol in file gethostbyname conftest.o ld: fatal: Symbol referencing errors. No output written to conftest configure:25531: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "wireshark" | #define VERSION "0.99.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define YYTEXT_POINTER 1 | #define HTML_VIEWER "mozilla" | #define HAVE_LIBGNUTLS 1 | #define DATAFILE_DIR "/usr/local/share/wireshark" | #define HAVE_INTTYPES_H 1 | #define INTTYPES_H_DEFINES_FORMATS | /* end confdefs.h. */ | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define gethostbyname innocuous_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef gethostbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | /* 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_gethostbyname || defined __stub___gethostbyname | choke me | #endif | | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:25548: result: no configure:25553: checking for gethostbyname in -lnsl configure:25588: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 40: warning: statement not reached configure:25594: $? = 0 configure:25612: result: yes configure:25631: checking for connect configure:25687: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 63: warning: statement not reached Undefined first referenced symbol in file connect conftest.o ld: fatal: Symbol referencing errors. No output written to conftest configure:25693: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "wireshark" | #define VERSION "0.99.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define YYTEXT_POINTER 1 | #define HTML_VIEWER "mozilla" | #define HAVE_LIBGNUTLS 1 | #define DATAFILE_DIR "/usr/local/share/wireshark" | #define HAVE_INTTYPES_H 1 | #define INTTYPES_H_DEFINES_FORMATS | /* end confdefs.h. */ | /* Define connect to an innocuous variant, in case <limits.h> declares connect. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define connect innocuous_connect | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char connect (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef connect | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char connect (); | /* 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_connect || defined __stub___connect | choke me | #endif | | int | main () | { | return connect (); | ; | return 0; | } configure:25710: result: no configure:25715: checking for connect in -lsocket configure:25750: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 40: warning: statement not reached configure:25756: $? = 0 configure:25774: result: yes configure:25789: checking whether to use libpcap for packet capture configure:25818: result: yes configure:25839: checking for extraneous pcap header directories configure:25862: result: not found configure:25900: checking pcap.h usability configure:25917: /opt/SUNWspro/bin/cc -c -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include conftest.c >&5 configure:25923: $? = 0 configure:25937: result: yes configure:25941: checking pcap.h presence configure:25956: /opt/SUNWspro/bin/cc -E -I/usr/local/include conftest.c configure:25962: $? = 0 configure:25976: result: yes configure:26004: checking for pcap.h configure:26011: result: yes configure:26036: checking for pcap_open_live in -lpcap configure:26071: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 40: warning: statement not reached configure:26077: $? = 0 configure:26095: result: yes configure:26200: checking whether pcap_version is defined by libpcap configure:26229: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 configure:26235: $? = 0 configure:26252: result: yes configure:26268: checking for pcap_open_dead configure:26324: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 65: warning: statement not reached configure:26330: $? = 0 configure:26348: result: yes configure:26268: checking for pcap_freecode configure:26324: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 66: warning: statement not reached configure:26330: $? = 0 configure:26348: result: yes configure:26374: checking whether pcap_breakloop is present and usable configure:26402: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 configure:26408: $? = 0 configure:26456: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Werror -Wimplicit -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 cc: illegal option -Werror configure:26462: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "wireshark" | #define VERSION "0.99.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define YYTEXT_POINTER 1 | #define HTML_VIEWER "mozilla" | #define HAVE_LIBGNUTLS 1 | #define DATAFILE_DIR "/usr/local/share/wireshark" | #define HAVE_INTTYPES_H 1 | #define INTTYPES_H_DEFINES_FORMATS | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_VERSION 1 | #define HAVE_PCAP_OPEN_DEAD 1 | #define HAVE_PCAP_FREECODE 1 | /* end confdefs.h. */ | | # include <pcap.h> | int main(void) | { | pcap_t *pct = NULL; | pcap_breakloop(pct); | return 0; | } | | configure:26492: result: broken configure:26494: WARNING: Your pcap library is more recent than your pcap header. configure:26496: WARNING: Wireshark won't be able to use functions not declared configure:26498: WARNING: in that header. You should install a newer version of configure:26500: WARNING: the header file. configure:26523: checking whether pcap_findalldevs is present and usable configure:26554: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 35: warning: old-style declaration or incorrect type for: main configure:26560: $? = 0 configure:26582: result: yes configure:26601: checking for pcap_datalink_val_to_name configure:26657: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 68: warning: statement not reached configure:26663: $? = 0 configure:26681: result: yes configure:26601: checking for pcap_datalink_name_to_val configure:26657: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 69: warning: statement not reached configure:26663: $? = 0 configure:26681: result: yes configure:26697: checking for pcap_list_datalinks configure:26753: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 70: warning: statement not reached configure:26759: $? = 0 configure:26777: result: yes configure:26697: checking for pcap_set_datalink configure:26753: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 71: warning: statement not reached configure:26759: $? = 0 configure:26777: result: yes configure:26697: checking for pcap_lib_version configure:26753: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 72: warning: statement not reached configure:26759: $? = 0 configure:26777: result: yes configure:26791: checking for pcap_get_selectable_fd configure:26847: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lpcap -lsocket -lnsl -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 73: warning: statement not reached configure:26853: $? = 0 configure:26871: result: yes configure:26888: checking whether to build dumpcap configure:26905: result: yes configure:26923: checking whether to use zlib for reading compressed capture files configure:26955: result: yes configure:27000: checking zlib.h usability configure:27017: /opt/SUNWspro/bin/cc -c -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include conftest.c >&5 configure:27023: $? = 0 configure:27037: result: yes configure:27041: checking zlib.h presence configure:27056: /opt/SUNWspro/bin/cc -E -I/usr/local/include conftest.c configure:27062: $? = 0 configure:27076: result: yes configure:27104: checking for zlib.h configure:27111: result: yes configure:27180: checking for gzgets in -lz configure:27215: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -lz -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 51: warning: statement not reached configure:27221: $? = 0 configure:27239: result: yes configure:27311: checking for gzgets missing when linking with X11 configure:27341: /opt/SUNWspro/bin/cc -o conftest -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -L/usr/local/lib -R/usr/local/lib conftest.c -mt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lmlib -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lz -lz -R/usr/lib:/usr/openwin/lib:/usr/local/lib:/usr/local/lib/X11:/usr/local/X11R6.4/lib:/usr/ucblib:/opt/hpnpl/lib:/opt/csw/lib >&5 "conftest.c", line 52: warning: statement not reached configure:27347: $? = 0 configure:27353: result: no configure:27381: checking whether to use libpcre for regular expressions in dfilters configure:27413: result: yes configure:27454: checking pcre.h usability configure:27471: /opt/SUNWspro/bin/cc -c -D_U_="" -g -I/usr/local/include -mt -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include conftest.c >&5 "conftest.c", line 72: cannot find include file: <pcre.h> cc: acomp failed for conftest.c configure:27477: $? = 2 <SNIP LOTS MORE>
- Follow-Ups:
- References:
- [Wireshark-users] Build problems with Sun's compiler on Solaris 10
- From: Dr. David Kirkby
- Re: [Wireshark-users] Build problems with Sun's compiler on Solaris 10
- From: Guy Harris
- [Wireshark-users] Build problems with Sun's compiler on Solaris 10
- Prev by Date: Re: [Wireshark-users] Build problems with Sun's compiler on Solaris 10
- Next by Date: [Wireshark-users] How should I extend autoconf/automake to build wireshark from trunk?
- Previous by thread: Re: [Wireshark-users] Build problems with Sun's compiler on Solaris 10
- Next by thread: Re: [Wireshark-users] Build problems with Sun's compiler on Solaris 10
- Index(es):