<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic make in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151900#M900908</link>
    <description>How can ./configure run perfectly then make run so horribly that I can't even see the beginning of the errors because I can't scroll to the top there are so many errors like this:&lt;BR /&gt;&lt;BR /&gt;dialogs.c:188: error: parse error before "type"&lt;BR /&gt;dialogs.c: In function `message_dialog':&lt;BR /&gt;dialogs.c:190: error: `GtkWidget' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:190: error: `dlg' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:193: error: `GTK_DIALOG_MODAL' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:194: error: `type' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:194: error: `GTK_BUTTONS_CLOSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:194: error: `message' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:196: error: `GTK_WIN_POS_CENTER' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:203: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_err':&lt;BR /&gt;dialogs.c:207: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:207: error: `va_start' used in function with fixed args&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:213: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_verr':&lt;BR /&gt;dialogs.c:215: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:215: error: parse error before "message_buffer"&lt;BR /&gt;dialogs.c:217: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:219: error: `message_buffer' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:219: error: `ap' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:220: error: `GTK_MESSAGE_ERROR' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:224: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_warn':&lt;BR /&gt;dialogs.c:228: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:228: error: `va_start' used in function with fixed args&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:234: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_vwarn':&lt;BR /&gt;dialogs.c:236: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:236: error: parse error before "message_buffer"&lt;BR /&gt;dialogs.c:238: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:240: error: `message_buffer' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:240: error: `ap' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:241: error: `GTK_MESSAGE_WARNING' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:245: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_info':&lt;BR /&gt;dialogs.c:249: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:249: error: `va_start' used in function with fixed args&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:255: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_vinfo':&lt;BR /&gt;dialogs.c:257: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:257: error: parse error before "message_buffer"&lt;BR /&gt;dialogs.c:259: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:261: error: `message_buffer' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:261: error: `ap' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:262: error: `GTK_MESSAGE_INFO' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: In function `show_info':&lt;BR /&gt;dialogs.c:269: error: `GTK_MESSAGE_INFO' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: In function `show_warning':&lt;BR /&gt;dialogs.c:275: error: `GTK_MESSAGE_WARNING' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: In function `show_error':&lt;BR /&gt;dialogs.c:281: error: `GTK_MESSAGE_ERROR' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:290: error: parse error before "confirm"&lt;BR /&gt;dialogs.c: In function `confirm':&lt;BR /&gt;dialogs.c:292: error: `GtkWidget' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:292: error: `dialog' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:292: error: `button' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:293: error: `GTK_RESPONSE_NONE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:296: error: `GTK_DIALOG_MODAL' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:297: error: `GTK_MESSAGE_QUESTION' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:297: error: `GTK_BUTTONS_NONE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:300: error: `GTK_STOCK_CANCEL' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:303: error: `GTK_RESPONSE_NO' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:311: error: `GTK_RESPONSE_YES' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:313: error: `FALSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:314: error: `GTK_WIN_POS_CENTER' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:321: error: `TRUE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:329: error: parse error before "exec_command"&lt;BR /&gt;dialogs.c:329: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `exec_command':&lt;BR /&gt;dialogs.c:331: error: `gboolean' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:331: error: parse error before "success"&lt;BR /&gt;dialogs.c:332: error: `GError' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:332: error: `error' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:334: error: `command' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:334: error: `FALSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:338: warning: initialization makes pointer from integer without a cast&lt;BR /&gt;dialogs.c:341: warning: initialization makes pointer from integer without a cast&lt;BR /&gt;dialogs.c:346: error: `success' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:352: error: parse error before "exec_command_full_with_envp"&lt;BR /&gt;dialogs.c:352: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `exec_command_full_with_envp':&lt;BR /&gt;dialogs.c:354: error: `gboolean' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:354: error: parse error before "success"&lt;BR /&gt;dialogs.c:356: error: `GError' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:356: error: `error' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:358: error: `argv' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:358: error: `FALSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:360: error: `envp' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:365: error: `retval' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:366: error: `G_SPAWN_SEARCH_PATH' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:370: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:370: error: `msg' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:373: warning: initialization makes pointer from integer without a cast&lt;BR /&gt;dialogs.c:378: error: `success' undeclared (first use in this function)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;# &lt;BR /&gt;I have no idea where to even begin on this...As always I'll have to give up and try something else. It's hard to learn this facing problems like this.</description>
    <pubDate>Tue, 23 Dec 2003 16:11:17 GMT</pubDate>
    <dc:creator>Ceaser123</dc:creator>
    <dc:date>2003-12-23T16:11:17Z</dc:date>
    <item>
      <title>make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151900#M900908</link>
      <description>How can ./configure run perfectly then make run so horribly that I can't even see the beginning of the errors because I can't scroll to the top there are so many errors like this:&lt;BR /&gt;&lt;BR /&gt;dialogs.c:188: error: parse error before "type"&lt;BR /&gt;dialogs.c: In function `message_dialog':&lt;BR /&gt;dialogs.c:190: error: `GtkWidget' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:190: error: `dlg' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:193: error: `GTK_DIALOG_MODAL' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:194: error: `type' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:194: error: `GTK_BUTTONS_CLOSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:194: error: `message' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:196: error: `GTK_WIN_POS_CENTER' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:203: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_err':&lt;BR /&gt;dialogs.c:207: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:207: error: `va_start' used in function with fixed args&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:213: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_verr':&lt;BR /&gt;dialogs.c:215: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:215: error: parse error before "message_buffer"&lt;BR /&gt;dialogs.c:217: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:219: error: `message_buffer' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:219: error: `ap' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:220: error: `GTK_MESSAGE_ERROR' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:224: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_warn':&lt;BR /&gt;dialogs.c:228: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:228: error: `va_start' used in function with fixed args&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:234: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_vwarn':&lt;BR /&gt;dialogs.c:236: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:236: error: parse error before "message_buffer"&lt;BR /&gt;dialogs.c:238: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:240: error: `message_buffer' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:240: error: `ap' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:241: error: `GTK_MESSAGE_WARNING' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:245: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_info':&lt;BR /&gt;dialogs.c:249: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:249: error: `va_start' used in function with fixed args&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:255: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `xfce_vinfo':&lt;BR /&gt;dialogs.c:257: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:257: error: parse error before "message_buffer"&lt;BR /&gt;dialogs.c:259: error: `format' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:261: error: `message_buffer' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:261: error: `ap' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:262: error: `GTK_MESSAGE_INFO' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: In function `show_info':&lt;BR /&gt;dialogs.c:269: error: `GTK_MESSAGE_INFO' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: In function `show_warning':&lt;BR /&gt;dialogs.c:275: error: `GTK_MESSAGE_WARNING' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: In function `show_error':&lt;BR /&gt;dialogs.c:281: error: `GTK_MESSAGE_ERROR' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:290: error: parse error before "confirm"&lt;BR /&gt;dialogs.c: In function `confirm':&lt;BR /&gt;dialogs.c:292: error: `GtkWidget' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:292: error: `dialog' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:292: error: `button' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:293: error: `GTK_RESPONSE_NONE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:296: error: `GTK_DIALOG_MODAL' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:297: error: `GTK_MESSAGE_QUESTION' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:297: error: `GTK_BUTTONS_NONE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:300: error: `GTK_STOCK_CANCEL' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:303: error: `GTK_RESPONSE_NO' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:311: error: `GTK_RESPONSE_YES' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:313: error: `FALSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:314: error: `GTK_WIN_POS_CENTER' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:321: error: `TRUE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:329: error: parse error before "exec_command"&lt;BR /&gt;dialogs.c:329: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `exec_command':&lt;BR /&gt;dialogs.c:331: error: `gboolean' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:331: error: parse error before "success"&lt;BR /&gt;dialogs.c:332: error: `GError' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:332: error: `error' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:334: error: `command' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:334: error: `FALSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:338: warning: initialization makes pointer from integer without a cast&lt;BR /&gt;dialogs.c:341: warning: initialization makes pointer from integer without a cast&lt;BR /&gt;dialogs.c:346: error: `success' undeclared (first use in this function)&lt;BR /&gt;dialogs.c: At top level:&lt;BR /&gt;dialogs.c:352: error: parse error before "exec_command_full_with_envp"&lt;BR /&gt;dialogs.c:352: error: parse error before '*' token&lt;BR /&gt;dialogs.c: In function `exec_command_full_with_envp':&lt;BR /&gt;dialogs.c:354: error: `gboolean' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:354: error: parse error before "success"&lt;BR /&gt;dialogs.c:356: error: `GError' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:356: error: `error' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:358: error: `argv' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:358: error: `FALSE' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:360: error: `envp' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:365: error: `retval' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:366: error: `G_SPAWN_SEARCH_PATH' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:370: error: `gchar' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:370: error: `msg' undeclared (first use in this function)&lt;BR /&gt;dialogs.c:373: warning: initialization makes pointer from integer without a cast&lt;BR /&gt;dialogs.c:378: error: `success' undeclared (first use in this function)&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;# &lt;BR /&gt;I have no idea where to even begin on this...As always I'll have to give up and try something else. It's hard to learn this facing problems like this.</description>
      <pubDate>Tue, 23 Dec 2003 16:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151900#M900908</guid>
      <dc:creator>Ceaser123</dc:creator>
      <dc:date>2003-12-23T16:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151901#M900909</link>
      <description>Well to easily get the output, place it in a typescript before you start the make&lt;BR /&gt;&lt;BR /&gt;$ script /tmp/mymake&lt;BR /&gt;# make ...</description>
      <pubDate>Tue, 23 Dec 2003 16:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151901#M900909</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-12-23T16:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151902#M900910</link>
      <description>Here's the config log:&lt;BR /&gt;This file contains any messages produced by compilers while&lt;BR /&gt;running configure, to aid debugging if configure makes a mistake.&lt;BR /&gt;&lt;BR /&gt;It was created by configure, which was&lt;BR /&gt;generated by GNU Autoconf 2.57.  Invocation command line was&lt;BR /&gt;&lt;BR /&gt;  $ ./configure &lt;BR /&gt;&lt;BR /&gt;## --------- ##&lt;BR /&gt;## Platform. ##&lt;BR /&gt;## --------- ##&lt;BR /&gt;&lt;BR /&gt;hostname = Warlock&lt;BR /&gt;uname -m = 9000/712&lt;BR /&gt;uname -r = B.11.00&lt;BR /&gt;uname -s = HP-UX&lt;BR /&gt;uname -v = U&lt;BR /&gt;&lt;BR /&gt;/usr/bin/uname -p = unknown&lt;BR /&gt;/bin/uname -X     = unknown&lt;BR /&gt;&lt;BR /&gt;/bin/arch              = unknown&lt;BR /&gt;/usr/bin/arch -k       = unknown&lt;BR /&gt;/usr/convex/getsysinfo = unknown&lt;BR /&gt;hostinfo               = unknown&lt;BR /&gt;/bin/machine           = unknown&lt;BR /&gt;/usr/bin/oslevel       = unknown&lt;BR /&gt;/bin/universe          = unknown&lt;BR /&gt;&lt;BR /&gt;PATH: /usr/sbin&lt;BR /&gt;PATH: /usr/bin&lt;BR /&gt;PATH: /usr/ccs/bin&lt;BR /&gt;PATH: /usr/contrib/bin&lt;BR /&gt;PATH: /opt/nettladm/bin&lt;BR /&gt;PATH: /opt/fc/bin&lt;BR /&gt;PATH: /opt/fcms/bin&lt;BR /&gt;PATH: /opt/upgrade/bin&lt;BR /&gt;PATH: /opt/pd/bin&lt;BR /&gt;PATH: /usr/dt/bin&lt;BR /&gt;PATH: /usr/bin/X11&lt;BR /&gt;PATH: /usr/contrib/bin/X11&lt;BR /&gt;PATH: /opt/mozilla&lt;BR /&gt;PATH: /opt/netscape&lt;BR /&gt;PATH: /usr/local/bin&lt;BR /&gt;PATH: /opt/OpenSource/bin&lt;BR /&gt;PATH: /opt/resmon/bin&lt;BR /&gt;PATH: /usr/sbin/diag/contrib&lt;BR /&gt;PATH: /opt/hparray/bin&lt;BR /&gt;PATH: /opt/graphics/common/bin&lt;BR /&gt;PATH: /opt/imake/bin&lt;BR /&gt;PATH: /opt/ignite/bin&lt;BR /&gt;PATH: /opt/gnome/bin&lt;BR /&gt;PATH: /sbin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ----------- ##&lt;BR /&gt;## Core tests. ##&lt;BR /&gt;## ----------- ##&lt;BR /&gt;&lt;BR /&gt;configure:1519: checking for a BSD-compatible install&lt;BR /&gt;configure:1573: result: /opt/imake/bin/install -c&lt;BR /&gt;configure:1584: checking whether build environment is sane&lt;BR /&gt;configure:1627: result: yes&lt;BR /&gt;configure:1660: checking for gawk&lt;BR /&gt;configure:1689: result: no&lt;BR /&gt;configure:1660: checking for mawk&lt;BR /&gt;configure:1689: result: no&lt;BR /&gt;configure:1660: checking for nawk&lt;BR /&gt;configure:1689: result: no&lt;BR /&gt;configure:1660: checking for awk&lt;BR /&gt;configure:1676: found /usr/bin/awk&lt;BR /&gt;configure:1686: result: awk&lt;BR /&gt;configure:1696: checking whether make sets $(MAKE)&lt;BR /&gt;configure:1716: result: yes&lt;BR /&gt;configure:1884: checking whether to enable maintainer-specific portions of Makefiles&lt;BR /&gt;configure:1893: result: no&lt;BR /&gt;configure:1924: checking for style of include used by make&lt;BR /&gt;configure:1952: result: GNU&lt;BR /&gt;configure:2023: checking for gcc&lt;BR /&gt;configure:2039: found /usr/local/bin/gcc&lt;BR /&gt;configure:2049: result: gcc&lt;BR /&gt;configure:2293: checking for C compiler version&lt;BR /&gt;configure:2296: gcc --version &amp;amp;5&lt;BR /&gt;gcc (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2003 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;configure:2299: $? = 0&lt;BR /&gt;configure:2301: gcc -v &amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:2304: $? = 0&lt;BR /&gt;configure:2306: gcc -V &amp;amp;5&lt;BR /&gt;gcc: `-V' option must have argument&lt;BR /&gt;configure:2309: $? = 1&lt;BR /&gt;configure:2333: checking for C compiler default output&lt;BR /&gt;configure:2336: gcc    conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2339: $? = 0&lt;BR /&gt;configure:2385: result: a.out&lt;BR /&gt;configure:2390: checking whether the C compiler works&lt;BR /&gt;configure:2396: ./a.out&lt;BR /&gt;configure:2399: $? = 0&lt;BR /&gt;configure:2416: result: yes&lt;BR /&gt;configure:2423: checking whether we are cross compiling&lt;BR /&gt;configure:2425: result: no&lt;BR /&gt;configure:2428: checking for suffix of executables&lt;BR /&gt;configure:2430: gcc -o conftest    conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2433: $? = 0&lt;BR /&gt;configure:2458: result: &lt;BR /&gt;configure:2464: checking for suffix of object files&lt;BR /&gt;configure:2486: gcc -c   conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2489: $? = 0&lt;BR /&gt;configure:2511: result: o&lt;BR /&gt;configure:2515: checking whether we are using the GNU C compiler&lt;BR /&gt;configure:2540: gcc -c   conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2543: $? = 0&lt;BR /&gt;configure:2546: test -s conftest.o&lt;BR /&gt;configure:2549: $? = 0&lt;BR /&gt;configure:2562: result: yes&lt;BR /&gt;configure:2568: checking whether gcc accepts -g&lt;BR /&gt;configure:2590: gcc -c -g  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2593: $? = 0&lt;BR /&gt;configure:2596: test -s conftest.o&lt;BR /&gt;configure:2599: $? = 0&lt;BR /&gt;configure:2610: result: yes&lt;BR /&gt;configure:2627: checking for gcc option to accept ANSI C&lt;BR /&gt;configure:2688: gcc  -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2691: $? = 0&lt;BR /&gt;configure:2694: test -s conftest.o&lt;BR /&gt;configure:2697: $? = 0&lt;BR /&gt;configure:2715: result: none needed&lt;BR /&gt;configure:2733: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c:2: error: parse error before "me"&lt;BR /&gt;configure:2736: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #ifndef __cplusplus&lt;BR /&gt;|   choke me&lt;BR /&gt;| #endif&lt;BR /&gt;configure:2847: checking dependency style of gcc&lt;BR /&gt;configure:2915: result: gcc3&lt;BR /&gt;configure:2938: checking how to run the C preprocessor&lt;BR /&gt;configure:2974: gcc -E  conftest.c&lt;BR /&gt;configure:2980: $? = 0&lt;BR /&gt;configure:3012: gcc -E  conftest.c&lt;BR /&gt;configure:3013:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:3018: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3003 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:3056: result: gcc -E&lt;BR /&gt;configure:3081: gcc -E  conftest.c&lt;BR /&gt;configure:3087: $? = 0&lt;BR /&gt;configure:3119: gcc -E  conftest.c&lt;BR /&gt;configure:3120:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:3125: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3110 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:3168: checking for egrep&lt;BR /&gt;configure:3178: result: grep -E&lt;BR /&gt;configure:3184: checking for AIX&lt;BR /&gt;configure:3207: result: no&lt;BR /&gt;configure:3214: checking for strerror in -lcposix&lt;BR /&gt;configure:3245: gcc -o conftest -g -O2   conftest.c -lcposix   &amp;gt;&amp;amp;5&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "cposix"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;configure:3248: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3221 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| /* Override any gcc2 internal prototype to avoid an error.  */&lt;BR /&gt;| #ifdef __cplusplus&lt;BR /&gt;| extern "C"&lt;BR /&gt;| #endif&lt;BR /&gt;| /* We use char because int might match the return type of a gcc2&lt;BR /&gt;|    builtin and then its argument prototype would still apply.  */&lt;BR /&gt;| char strerror ();&lt;BR /&gt;| int&lt;BR /&gt;| main ()&lt;BR /&gt;| {&lt;BR /&gt;| strerror ();&lt;BR /&gt;|   ;&lt;BR /&gt;|   return 0;&lt;BR /&gt;| }&lt;BR /&gt;configure:3266: result: no&lt;BR /&gt;configure:3274: checking for ANSI C header files&lt;BR /&gt;configure:3300: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3303: $? = 0&lt;BR /&gt;configure:3306: test -s conftest.o&lt;BR /&gt;configure:3309: $? = 0&lt;BR /&gt;configure:3401: gcc -o conftest -g -O2   conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3404: $? = 0&lt;BR /&gt;configure:3406: ./conftest&lt;BR /&gt;configure:3409: $? = 0&lt;BR /&gt;configure:3424: result: yes&lt;BR /&gt;configure:3448: checking for sys/types.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for sys/stat.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for stdlib.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for string.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for memory.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for strings.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for inttypes.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for stdint.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3506:20: stdint.h: No such file or directory&lt;BR /&gt;configure:3468: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3453 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;STDIO.H&gt;&lt;BR /&gt;| #if HAVE_SYS_TYPES_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_SYS_STAT_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if STDC_HEADERS&lt;BR /&gt;| # include &lt;STDLIB.H&gt;&lt;BR /&gt;| # include &lt;STDDEF.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDLIB_H&lt;BR /&gt;| #  include &lt;STDLIB.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRING_H&lt;BR /&gt;| # if !STDC_HEADERS &amp;amp;&amp;amp; HAVE_MEMORY_H&lt;BR /&gt;| #  include &lt;MEMORY.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| # include &lt;STRING.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRINGS_H&lt;BR /&gt;| # include &lt;STRINGS.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_INTTYPES_H&lt;BR /&gt;| # include &lt;INTTYPES.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDINT_H&lt;BR /&gt;| #  include &lt;STDINT.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_UNISTD_H&lt;BR /&gt;| # include &lt;UNISTD.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| &lt;BR /&gt;| #include &lt;STDINT.H&gt;&lt;BR /&gt;configure:3485: result: no&lt;BR /&gt;configure:3448: checking for unistd.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3507: checking minix/config.h usability&lt;BR /&gt;configure:3520: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3562:26: minix/config.h: No such file or directory&lt;BR /&gt;configure:3523: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3509 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;STDIO.H&gt;&lt;BR /&gt;| #if HAVE_SYS_TYPES_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_SYS_STAT_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if STDC_HEADERS&lt;BR /&gt;| # include &lt;STDLIB.H&gt;&lt;BR /&gt;| # include &lt;STDDEF.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDLIB_H&lt;BR /&gt;| #  include &lt;STDLIB.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRING_H&lt;BR /&gt;| # if !STDC_HEADERS &amp;amp;&amp;amp; HAVE_MEMORY_H&lt;BR /&gt;| #  include &lt;MEMORY.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| # include &lt;STRING.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRINGS_H&lt;BR /&gt;| # include &lt;STRINGS.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_INTTYPES_H&lt;BR /&gt;| # include &lt;INTTYPES.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDINT_H&lt;BR /&gt;| #  include &lt;STDINT.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_UNISTD_H&lt;BR /&gt;| # include &lt;UNISTD.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #include &lt;MINIX&gt;&lt;BR /&gt;configure:3539: result: no&lt;BR /&gt;configure:3543: checking minix/config.h presence&lt;BR /&gt;configure:3554: gcc -E  conftest.c&lt;BR /&gt;configure:3564:26: minix/config.h: No such file or directory&lt;BR /&gt;configure:3560: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3545 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;MINIX&gt;&lt;BR /&gt;configure:3579: result: no&lt;BR /&gt;configure:3615: checking for minix/config.h&lt;BR /&gt;configure:3622: result: no&lt;BR /&gt;configure:3698: checking for gcc&lt;BR /&gt;configure:3724: result: gcc&lt;BR /&gt;configure:3968: checking for C compiler version&lt;BR /&gt;configure:3971: gcc --version &lt;/MINIX&gt;&amp;amp;5&lt;BR /&gt;gcc (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2003 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;configure:3974: $? = 0&lt;BR /&gt;configure:3976: gcc -v &lt;/MINIX&gt;&amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:3979: $? = 0&lt;BR /&gt;configure:3981: gcc -V &lt;/UNISTD.H&gt;&amp;amp;5&lt;BR /&gt;gcc: `-V' option must have argument&lt;BR /&gt;configure:3984: $? = 1&lt;BR /&gt;configure:3987: checking whether we are using the GNU C compiler&lt;BR /&gt;configure:4034: result: yes&lt;BR /&gt;configure:4040: checking whether gcc accepts -g&lt;BR /&gt;configure:4082: result: yes&lt;BR /&gt;configure:4099: checking for gcc option to accept ANSI C&lt;BR /&gt;configure:4187: result: none needed&lt;BR /&gt;configure:4205: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c:2: error: parse error before "me"&lt;BR /&gt;configure:4208: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #ifndef __cplusplus&lt;BR /&gt;|   choke me&lt;BR /&gt;| #endif&lt;BR /&gt;configure:4319: checking dependency style of gcc&lt;BR /&gt;configure:4387: result: gcc3&lt;BR /&gt;configure:4416: checking for a BSD-compatible install&lt;BR /&gt;configure:4470: result: /opt/imake/bin/install -c&lt;BR /&gt;configure:4559: checking build system type&lt;BR /&gt;configure:4577: result: hppa1.1-hp-hpux11.00&lt;BR /&gt;configure:4585: checking host system type&lt;BR /&gt;configure:4599: result: hppa1.1-hp-hpux11.00&lt;BR /&gt;configure:4607: checking for a sed that does not truncate output&lt;BR /&gt;configure:4661: result: /usr/bin/sed&lt;BR /&gt;configure:4675: checking for ld used by gcc&lt;BR /&gt;configure:4742: result: /usr/ccs/bin/ld&lt;BR /&gt;configure:4751: checking if the linker (/usr/ccs/bin/ld) is GNU ld&lt;BR /&gt;configure:4766: result: no&lt;BR /&gt;configure:4771: checking for /usr/ccs/bin/ld option to reload object files&lt;BR /&gt;configure:4778: result: -r&lt;BR /&gt;configure:4787: checking for BSD-compatible nm&lt;BR /&gt;configure:4829: result: /usr/bin/nm -p&lt;BR /&gt;configure:4833: checking whether ln -s works&lt;BR /&gt;configure:4837: result: yes&lt;BR /&gt;configure:4844: checking how to recognise dependent libraries&lt;BR /&gt;configure:5044: result: file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library&lt;BR /&gt;configure:5256: checking dlfcn.h usability&lt;BR /&gt;configure:5269: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5272: $? = 0&lt;BR /&gt;configure:5275: test -s conftest.o&lt;BR /&gt;configure:5278: $? = 0&lt;BR /&gt;configure:5288: result: yes&lt;BR /&gt;configure:5292: checking dlfcn.h presence&lt;BR /&gt;configure:5303: gcc -E  conftest.c&lt;BR /&gt;configure:5309: $? = 0&lt;BR /&gt;configure:5328: result: yes&lt;BR /&gt;configure:5364: checking for dlfcn.h&lt;BR /&gt;configure:5371: result: yes&lt;BR /&gt;configure:5436: checking for g++&lt;BR /&gt;configure:5452: found /usr/local/bin/g++&lt;BR /&gt;configure:5462: result: g++&lt;BR /&gt;configure:5478: checking for C++ compiler version&lt;BR /&gt;configure:5481: g++ --version &lt;/STDINT.H&gt;&amp;amp;5&lt;BR /&gt;g++ (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2003 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;configure:5484: $? = 0&lt;BR /&gt;configure:5486: g++ -v &lt;/INTTYPES.H&gt;&amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:5489: $? = 0&lt;BR /&gt;configure:5491: g++ -V &lt;/STRINGS.H&gt;&amp;amp;5&lt;BR /&gt;g++: `-V' option must have argument&lt;BR /&gt;configure:5494: $? = 1&lt;BR /&gt;configure:5497: checking whether we are using the GNU C++ compiler&lt;BR /&gt;configure:5522: g++ -c   conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5525: $? = 0&lt;BR /&gt;configure:5528: test -s conftest.o&lt;BR /&gt;configure:5531: $? = 0&lt;BR /&gt;configure:5544: result: yes&lt;BR /&gt;configure:5550: checking whether g++ accepts -g&lt;BR /&gt;configure:5572: g++ -c -g  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5575: $? = 0&lt;BR /&gt;configure:5578: test -s conftest.o&lt;BR /&gt;configure:5581: $? = 0&lt;BR /&gt;configure:5592: result: yes&lt;BR /&gt;configure:5636: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5639: $? = 0&lt;BR /&gt;configure:5642: test -s conftest.o&lt;BR /&gt;configure:5645: $? = 0&lt;BR /&gt;configure:5672: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure: In function `int main()':&lt;BR /&gt;configure:5679: error: `exit' undeclared (first use this function)&lt;BR /&gt;configure:5679: error: (Each undeclared identifier is reported only once for &lt;BR /&gt;   each function it appears in.)&lt;BR /&gt;configure:5675: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 5655 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| #define HAVE_DLFCN_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| int&lt;BR /&gt;| main ()&lt;BR /&gt;| {&lt;BR /&gt;| exit (42);&lt;BR /&gt;|   ;&lt;BR /&gt;|   return 0;&lt;BR /&gt;| }&lt;BR /&gt;configure:5636: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5639: $? = 0&lt;BR /&gt;configure:5642: test -s conftest.o&lt;BR /&gt;configure:5645: $? = 0&lt;BR /&gt;configure:5672: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5675: $? = 0&lt;BR /&gt;configure:5678: test -s conftest.o&lt;BR /&gt;configure:5681: $? = 0&lt;BR /&gt;configure:5706: checking dependency style of g++&lt;BR /&gt;configure:5774: result: gcc3&lt;BR /&gt;configure:5796: checking how to run the C++ preprocessor&lt;BR /&gt;configure:5828: g++ -E  conftest.cc&lt;BR /&gt;configure:5834: $? = 0&lt;BR /&gt;configure:5866: g++ -E  conftest.cc&lt;BR /&gt;configure:5880:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:5872: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 5857 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| #define HAVE_DLFCN_H 1&lt;BR /&gt;| #ifdef __cplusplus&lt;BR /&gt;| #include &lt;STDLIB.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:5910: result: g++ -E&lt;BR /&gt;configure:5935: g++ -E  conftest.cc&lt;BR /&gt;configure:5941: $? = 0&lt;BR /&gt;configure:5973: g++ -E  conftest.cc&lt;BR /&gt;configure:5987:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:5979: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 5964 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| #define HAVE_DLFCN_H 1&lt;BR /&gt;| #ifdef __cplusplus&lt;BR /&gt;| #include &lt;STDLIB.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:6073: checking for g77&lt;BR /&gt;configure:6089: found /usr/local/bin/g77&lt;BR /&gt;configure:6099: result: g77&lt;BR /&gt;configure:6114: checking for Fortran 77 compiler version&lt;BR /&gt;configure:6117: g77 --version &lt;/AC_NONEXISTENT.H&gt;&amp;amp;5&lt;BR /&gt;GNU Fortran (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2002 Free Software Foundation, Inc.&lt;BR /&gt;&lt;BR /&gt;GNU Fortran comes with NO WARRANTY, to the extent permitted by law.&lt;BR /&gt;You may redistribute copies of GNU Fortran&lt;BR /&gt;under the terms of the GNU General Public License.&lt;BR /&gt;For more information about these matters, see the file named COPYING&lt;BR /&gt;or type the command `info -f g77 Copying'.&lt;BR /&gt;configure:6120: $? = 0&lt;BR /&gt;configure:6122: g77 -v &lt;/STDLIB.H&gt;&amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:6125: $? = 0&lt;BR /&gt;configure:6127: g77 -V &lt;/AC_NONEXISTENT.H&gt;&amp;amp;5&lt;BR /&gt;g77: `-V' option must have argument&lt;BR /&gt;configure:6130: $? = 1&lt;BR /&gt;configure:6137: checking whether we are using the GNU Fortran 77 compiler&lt;BR /&gt;configure:6151: g77 -c  conftest.F &amp;gt;&amp;amp;5&lt;BR /&gt;configure:6154: $? = 0&lt;BR /&gt;configure:6157: test -s conftest.o&lt;BR /&gt;configure:6160: $? = 0&lt;BR /&gt;configure:6173: result: yes&lt;BR /&gt;configure:6180: checkin ...&lt;/STDLIB.H&gt;&lt;/STRING.H&gt;&lt;/MEMORY.H&gt;&lt;/STDLIB.H&gt;&lt;/STDDEF.H&gt;&lt;/STDLIB.H&gt;&lt;/SYS&gt;&lt;/SYS&gt;&lt;/STDIO.H&gt;&lt;/STDINT.H&gt;&lt;/UNISTD.H&gt;&lt;/STDINT.H&gt;&lt;/INTTYPES.H&gt;&lt;/STRINGS.H&gt;&lt;/STRING.H&gt;&lt;/MEMORY.H&gt;&lt;/STDLIB.H&gt;&lt;/STDDEF.H&gt;&lt;/STDLIB.H&gt;&lt;/SYS&gt;&lt;/SYS&gt;&lt;/STDIO.H&gt;&lt;/AC_NONEXISTENT.H&gt;&lt;/AC_NONEXISTENT.H&gt;</description>
      <pubDate>Tue, 23 Dec 2003 16:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151902#M900910</guid>
      <dc:creator>Ceaser123</dc:creator>
      <dc:date>2003-12-23T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151903#M900911</link>
      <description>Sorry but that responce means nothing to me. I'm just starting on this. Surley you knew that.</description>
      <pubDate>Tue, 23 Dec 2003 16:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151903#M900911</guid>
      <dc:creator>Ceaser123</dc:creator>
      <dc:date>2003-12-23T16:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: make</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151904#M900912</link>
      <description>Here is the config:&lt;BR /&gt;&lt;BR /&gt;This file contains any messages produced by compilers while&lt;BR /&gt;running configure, to aid debugging if configure makes a mistake.&lt;BR /&gt;&lt;BR /&gt;It was created by configure, which was&lt;BR /&gt;generated by GNU Autoconf 2.57.  Invocation command line was&lt;BR /&gt;&lt;BR /&gt;  $ ./configure &lt;BR /&gt;&lt;BR /&gt;## --------- ##&lt;BR /&gt;## Platform. ##&lt;BR /&gt;## --------- ##&lt;BR /&gt;&lt;BR /&gt;hostname = Warlock&lt;BR /&gt;uname -m = 9000/712&lt;BR /&gt;uname -r = B.11.00&lt;BR /&gt;uname -s = HP-UX&lt;BR /&gt;uname -v = U&lt;BR /&gt;&lt;BR /&gt;/usr/bin/uname -p = unknown&lt;BR /&gt;/bin/uname -X     = unknown&lt;BR /&gt;&lt;BR /&gt;/bin/arch              = unknown&lt;BR /&gt;/usr/bin/arch -k       = unknown&lt;BR /&gt;/usr/convex/getsysinfo = unknown&lt;BR /&gt;hostinfo               = unknown&lt;BR /&gt;/bin/machine           = unknown&lt;BR /&gt;/usr/bin/oslevel       = unknown&lt;BR /&gt;/bin/universe          = unknown&lt;BR /&gt;&lt;BR /&gt;PATH: /usr/sbin&lt;BR /&gt;PATH: /usr/bin&lt;BR /&gt;PATH: /usr/ccs/bin&lt;BR /&gt;PATH: /usr/contrib/bin&lt;BR /&gt;PATH: /opt/nettladm/bin&lt;BR /&gt;PATH: /opt/fc/bin&lt;BR /&gt;PATH: /opt/fcms/bin&lt;BR /&gt;PATH: /opt/upgrade/bin&lt;BR /&gt;PATH: /opt/pd/bin&lt;BR /&gt;PATH: /usr/dt/bin&lt;BR /&gt;PATH: /usr/bin/X11&lt;BR /&gt;PATH: /usr/contrib/bin/X11&lt;BR /&gt;PATH: /opt/mozilla&lt;BR /&gt;PATH: /opt/netscape&lt;BR /&gt;PATH: /usr/local/bin&lt;BR /&gt;PATH: /opt/OpenSource/bin&lt;BR /&gt;PATH: /opt/resmon/bin&lt;BR /&gt;PATH: /usr/sbin/diag/contrib&lt;BR /&gt;PATH: /opt/hparray/bin&lt;BR /&gt;PATH: /opt/graphics/common/bin&lt;BR /&gt;PATH: /opt/imake/bin&lt;BR /&gt;PATH: /opt/ignite/bin&lt;BR /&gt;PATH: /opt/gnome/bin&lt;BR /&gt;PATH: /sbin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## ----------- ##&lt;BR /&gt;## Core tests. ##&lt;BR /&gt;## ----------- ##&lt;BR /&gt;&lt;BR /&gt;configure:1519: checking for a BSD-compatible install&lt;BR /&gt;configure:1573: result: /opt/imake/bin/install -c&lt;BR /&gt;configure:1584: checking whether build environment is sane&lt;BR /&gt;configure:1627: result: yes&lt;BR /&gt;configure:1660: checking for gawk&lt;BR /&gt;configure:1689: result: no&lt;BR /&gt;configure:1660: checking for mawk&lt;BR /&gt;configure:1689: result: no&lt;BR /&gt;configure:1660: checking for nawk&lt;BR /&gt;configure:1689: result: no&lt;BR /&gt;configure:1660: checking for awk&lt;BR /&gt;configure:1676: found /usr/bin/awk&lt;BR /&gt;configure:1686: result: awk&lt;BR /&gt;configure:1696: checking whether make sets $(MAKE)&lt;BR /&gt;configure:1716: result: yes&lt;BR /&gt;configure:1884: checking whether to enable maintainer-specific portions of Makefiles&lt;BR /&gt;configure:1893: result: no&lt;BR /&gt;configure:1924: checking for style of include used by make&lt;BR /&gt;configure:1952: result: GNU&lt;BR /&gt;configure:2023: checking for gcc&lt;BR /&gt;configure:2039: found /usr/local/bin/gcc&lt;BR /&gt;configure:2049: result: gcc&lt;BR /&gt;configure:2293: checking for C compiler version&lt;BR /&gt;configure:2296: gcc --version &amp;amp;5&lt;BR /&gt;gcc (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2003 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;configure:2299: $? = 0&lt;BR /&gt;configure:2301: gcc -v &amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:2304: $? = 0&lt;BR /&gt;configure:2306: gcc -V &amp;amp;5&lt;BR /&gt;gcc: `-V' option must have argument&lt;BR /&gt;configure:2309: $? = 1&lt;BR /&gt;configure:2333: checking for C compiler default output&lt;BR /&gt;configure:2336: gcc    conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2339: $? = 0&lt;BR /&gt;configure:2385: result: a.out&lt;BR /&gt;configure:2390: checking whether the C compiler works&lt;BR /&gt;configure:2396: ./a.out&lt;BR /&gt;configure:2399: $? = 0&lt;BR /&gt;configure:2416: result: yes&lt;BR /&gt;configure:2423: checking whether we are cross compiling&lt;BR /&gt;configure:2425: result: no&lt;BR /&gt;configure:2428: checking for suffix of executables&lt;BR /&gt;configure:2430: gcc -o conftest    conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2433: $? = 0&lt;BR /&gt;configure:2458: result: &lt;BR /&gt;configure:2464: checking for suffix of object files&lt;BR /&gt;configure:2486: gcc -c   conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2489: $? = 0&lt;BR /&gt;configure:2511: result: o&lt;BR /&gt;configure:2515: checking whether we are using the GNU C compiler&lt;BR /&gt;configure:2540: gcc -c   conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2543: $? = 0&lt;BR /&gt;configure:2546: test -s conftest.o&lt;BR /&gt;configure:2549: $? = 0&lt;BR /&gt;configure:2562: result: yes&lt;BR /&gt;configure:2568: checking whether gcc accepts -g&lt;BR /&gt;configure:2590: gcc -c -g  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2593: $? = 0&lt;BR /&gt;configure:2596: test -s conftest.o&lt;BR /&gt;configure:2599: $? = 0&lt;BR /&gt;configure:2610: result: yes&lt;BR /&gt;configure:2627: checking for gcc option to accept ANSI C&lt;BR /&gt;configure:2688: gcc  -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:2691: $? = 0&lt;BR /&gt;configure:2694: test -s conftest.o&lt;BR /&gt;configure:2697: $? = 0&lt;BR /&gt;configure:2715: result: none needed&lt;BR /&gt;configure:2733: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c:2: error: parse error before "me"&lt;BR /&gt;configure:2736: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #ifndef __cplusplus&lt;BR /&gt;|   choke me&lt;BR /&gt;| #endif&lt;BR /&gt;configure:2847: checking dependency style of gcc&lt;BR /&gt;configure:2915: result: gcc3&lt;BR /&gt;configure:2938: checking how to run the C preprocessor&lt;BR /&gt;configure:2974: gcc -E  conftest.c&lt;BR /&gt;configure:2980: $? = 0&lt;BR /&gt;configure:3012: gcc -E  conftest.c&lt;BR /&gt;configure:3013:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:3018: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3003 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:3056: result: gcc -E&lt;BR /&gt;configure:3081: gcc -E  conftest.c&lt;BR /&gt;configure:3087: $? = 0&lt;BR /&gt;configure:3119: gcc -E  conftest.c&lt;BR /&gt;configure:3120:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:3125: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3110 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:3168: checking for egrep&lt;BR /&gt;configure:3178: result: grep -E&lt;BR /&gt;configure:3184: checking for AIX&lt;BR /&gt;configure:3207: result: no&lt;BR /&gt;configure:3214: checking for strerror in -lcposix&lt;BR /&gt;configure:3245: gcc -o conftest -g -O2   conftest.c -lcposix   &amp;gt;&amp;amp;5&lt;BR /&gt;/usr/ccs/bin/ld: Can't find library: "cposix"&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;configure:3248: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3221 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| /* Override any gcc2 internal prototype to avoid an error.  */&lt;BR /&gt;| #ifdef __cplusplus&lt;BR /&gt;| extern "C"&lt;BR /&gt;| #endif&lt;BR /&gt;| /* We use char because int might match the return type of a gcc2&lt;BR /&gt;|    builtin and then its argument prototype would still apply.  */&lt;BR /&gt;| char strerror ();&lt;BR /&gt;| int&lt;BR /&gt;| main ()&lt;BR /&gt;| {&lt;BR /&gt;| strerror ();&lt;BR /&gt;|   ;&lt;BR /&gt;|   return 0;&lt;BR /&gt;| }&lt;BR /&gt;configure:3266: result: no&lt;BR /&gt;configure:3274: checking for ANSI C header files&lt;BR /&gt;configure:3300: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3303: $? = 0&lt;BR /&gt;configure:3306: test -s conftest.o&lt;BR /&gt;configure:3309: $? = 0&lt;BR /&gt;configure:3401: gcc -o conftest -g -O2   conftest.c  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3404: $? = 0&lt;BR /&gt;configure:3406: ./conftest&lt;BR /&gt;configure:3409: $? = 0&lt;BR /&gt;configure:3424: result: yes&lt;BR /&gt;configure:3448: checking for sys/types.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for sys/stat.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for stdlib.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for string.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for memory.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for strings.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for inttypes.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3448: checking for stdint.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3506:20: stdint.h: No such file or directory&lt;BR /&gt;configure:3468: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3453 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;STDIO.H&gt;&lt;BR /&gt;| #if HAVE_SYS_TYPES_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_SYS_STAT_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if STDC_HEADERS&lt;BR /&gt;| # include &lt;STDLIB.H&gt;&lt;BR /&gt;| # include &lt;STDDEF.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDLIB_H&lt;BR /&gt;| #  include &lt;STDLIB.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRING_H&lt;BR /&gt;| # if !STDC_HEADERS &amp;amp;&amp;amp; HAVE_MEMORY_H&lt;BR /&gt;| #  include &lt;MEMORY.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| # include &lt;STRING.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRINGS_H&lt;BR /&gt;| # include &lt;STRINGS.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_INTTYPES_H&lt;BR /&gt;| # include &lt;INTTYPES.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDINT_H&lt;BR /&gt;| #  include &lt;STDINT.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_UNISTD_H&lt;BR /&gt;| # include &lt;UNISTD.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| &lt;BR /&gt;| #include &lt;STDINT.H&gt;&lt;BR /&gt;configure:3485: result: no&lt;BR /&gt;configure:3448: checking for unistd.h&lt;BR /&gt;configure:3465: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3468: $? = 0&lt;BR /&gt;configure:3471: test -s conftest.o&lt;BR /&gt;configure:3474: $? = 0&lt;BR /&gt;configure:3485: result: yes&lt;BR /&gt;configure:3507: checking minix/config.h usability&lt;BR /&gt;configure:3520: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:3562:26: minix/config.h: No such file or directory&lt;BR /&gt;configure:3523: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3509 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;STDIO.H&gt;&lt;BR /&gt;| #if HAVE_SYS_TYPES_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_SYS_STAT_H&lt;BR /&gt;| # include &lt;SYS&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if STDC_HEADERS&lt;BR /&gt;| # include &lt;STDLIB.H&gt;&lt;BR /&gt;| # include &lt;STDDEF.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDLIB_H&lt;BR /&gt;| #  include &lt;STDLIB.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRING_H&lt;BR /&gt;| # if !STDC_HEADERS &amp;amp;&amp;amp; HAVE_MEMORY_H&lt;BR /&gt;| #  include &lt;MEMORY.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| # include &lt;STRING.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_STRINGS_H&lt;BR /&gt;| # include &lt;STRINGS.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_INTTYPES_H&lt;BR /&gt;| # include &lt;INTTYPES.H&gt;&lt;BR /&gt;| #else&lt;BR /&gt;| # if HAVE_STDINT_H&lt;BR /&gt;| #  include &lt;STDINT.H&gt;&lt;BR /&gt;| # endif&lt;BR /&gt;| #endif&lt;BR /&gt;| #if HAVE_UNISTD_H&lt;BR /&gt;| # include &lt;UNISTD.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| #include &lt;MINIX&gt;&lt;BR /&gt;configure:3539: result: no&lt;BR /&gt;configure:3543: checking minix/config.h presence&lt;BR /&gt;configure:3554: gcc -E  conftest.c&lt;BR /&gt;configure:3564:26: minix/config.h: No such file or directory&lt;BR /&gt;configure:3560: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 3545 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;MINIX&gt;&lt;BR /&gt;configure:3579: result: no&lt;BR /&gt;configure:3615: checking for minix/config.h&lt;BR /&gt;configure:3622: result: no&lt;BR /&gt;configure:3698: checking for gcc&lt;BR /&gt;configure:3724: result: gcc&lt;BR /&gt;configure:3968: checking for C compiler version&lt;BR /&gt;configure:3971: gcc --version &lt;/MINIX&gt;&amp;amp;5&lt;BR /&gt;gcc (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2003 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;configure:3974: $? = 0&lt;BR /&gt;configure:3976: gcc -v &lt;/MINIX&gt;&amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:3979: $? = 0&lt;BR /&gt;configure:3981: gcc -V &lt;/UNISTD.H&gt;&amp;amp;5&lt;BR /&gt;gcc: `-V' option must have argument&lt;BR /&gt;configure:3984: $? = 1&lt;BR /&gt;configure:3987: checking whether we are using the GNU C compiler&lt;BR /&gt;configure:4034: result: yes&lt;BR /&gt;configure:4040: checking whether gcc accepts -g&lt;BR /&gt;configure:4082: result: yes&lt;BR /&gt;configure:4099: checking for gcc option to accept ANSI C&lt;BR /&gt;configure:4187: result: none needed&lt;BR /&gt;configure:4205: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;conftest.c:2: error: parse error before "me"&lt;BR /&gt;configure:4208: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #ifndef __cplusplus&lt;BR /&gt;|   choke me&lt;BR /&gt;| #endif&lt;BR /&gt;configure:4319: checking dependency style of gcc&lt;BR /&gt;configure:4387: result: gcc3&lt;BR /&gt;configure:4416: checking for a BSD-compatible install&lt;BR /&gt;configure:4470: result: /opt/imake/bin/install -c&lt;BR /&gt;configure:4559: checking build system type&lt;BR /&gt;configure:4577: result: hppa1.1-hp-hpux11.00&lt;BR /&gt;configure:4585: checking host system type&lt;BR /&gt;configure:4599: result: hppa1.1-hp-hpux11.00&lt;BR /&gt;configure:4607: checking for a sed that does not truncate output&lt;BR /&gt;configure:4661: result: /usr/bin/sed&lt;BR /&gt;configure:4675: checking for ld used by gcc&lt;BR /&gt;configure:4742: result: /usr/ccs/bin/ld&lt;BR /&gt;configure:4751: checking if the linker (/usr/ccs/bin/ld) is GNU ld&lt;BR /&gt;configure:4766: result: no&lt;BR /&gt;configure:4771: checking for /usr/ccs/bin/ld option to reload object files&lt;BR /&gt;configure:4778: result: -r&lt;BR /&gt;configure:4787: checking for BSD-compatible nm&lt;BR /&gt;configure:4829: result: /usr/bin/nm -p&lt;BR /&gt;configure:4833: checking whether ln -s works&lt;BR /&gt;configure:4837: result: yes&lt;BR /&gt;configure:4844: checking how to recognise dependent libraries&lt;BR /&gt;configure:5044: result: file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library&lt;BR /&gt;configure:5256: checking dlfcn.h usability&lt;BR /&gt;configure:5269: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5272: $? = 0&lt;BR /&gt;configure:5275: test -s conftest.o&lt;BR /&gt;configure:5278: $? = 0&lt;BR /&gt;configure:5288: result: yes&lt;BR /&gt;configure:5292: checking dlfcn.h presence&lt;BR /&gt;configure:5303: gcc -E  conftest.c&lt;BR /&gt;configure:5309: $? = 0&lt;BR /&gt;configure:5328: result: yes&lt;BR /&gt;configure:5364: checking for dlfcn.h&lt;BR /&gt;configure:5371: result: yes&lt;BR /&gt;configure:5436: checking for g++&lt;BR /&gt;configure:5452: found /usr/local/bin/g++&lt;BR /&gt;configure:5462: result: g++&lt;BR /&gt;configure:5478: checking for C++ compiler version&lt;BR /&gt;configure:5481: g++ --version &lt;/STDINT.H&gt;&amp;amp;5&lt;BR /&gt;g++ (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2003 Free Software Foundation, Inc.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;configure:5484: $? = 0&lt;BR /&gt;configure:5486: g++ -v &lt;/INTTYPES.H&gt;&amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:5489: $? = 0&lt;BR /&gt;configure:5491: g++ -V &lt;/STRINGS.H&gt;&amp;amp;5&lt;BR /&gt;g++: `-V' option must have argument&lt;BR /&gt;configure:5494: $? = 1&lt;BR /&gt;configure:5497: checking whether we are using the GNU C++ compiler&lt;BR /&gt;configure:5522: g++ -c   conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5525: $? = 0&lt;BR /&gt;configure:5528: test -s conftest.o&lt;BR /&gt;configure:5531: $? = 0&lt;BR /&gt;configure:5544: result: yes&lt;BR /&gt;configure:5550: checking whether g++ accepts -g&lt;BR /&gt;configure:5572: g++ -c -g  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5575: $? = 0&lt;BR /&gt;configure:5578: test -s conftest.o&lt;BR /&gt;configure:5581: $? = 0&lt;BR /&gt;configure:5592: result: yes&lt;BR /&gt;configure:5636: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5639: $? = 0&lt;BR /&gt;configure:5642: test -s conftest.o&lt;BR /&gt;configure:5645: $? = 0&lt;BR /&gt;configure:5672: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure: In function `int main()':&lt;BR /&gt;configure:5679: error: `exit' undeclared (first use this function)&lt;BR /&gt;configure:5679: error: (Each undeclared identifier is reported only once for &lt;BR /&gt;   each function it appears in.)&lt;BR /&gt;configure:5675: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 5655 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| #define HAVE_DLFCN_H 1&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| int&lt;BR /&gt;| main ()&lt;BR /&gt;| {&lt;BR /&gt;| exit (42);&lt;BR /&gt;|   ;&lt;BR /&gt;|   return 0;&lt;BR /&gt;| }&lt;BR /&gt;configure:5636: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5639: $? = 0&lt;BR /&gt;configure:5642: test -s conftest.o&lt;BR /&gt;configure:5645: $? = 0&lt;BR /&gt;configure:5672: g++ -c -g -O2  conftest.cc &amp;gt;&amp;amp;5&lt;BR /&gt;configure:5675: $? = 0&lt;BR /&gt;configure:5678: test -s conftest.o&lt;BR /&gt;configure:5681: $? = 0&lt;BR /&gt;configure:5706: checking dependency style of g++&lt;BR /&gt;configure:5774: result: gcc3&lt;BR /&gt;configure:5796: checking how to run the C++ preprocessor&lt;BR /&gt;configure:5828: g++ -E  conftest.cc&lt;BR /&gt;configure:5834: $? = 0&lt;BR /&gt;configure:5866: g++ -E  conftest.cc&lt;BR /&gt;configure:5880:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:5872: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 5857 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| #define HAVE_DLFCN_H 1&lt;BR /&gt;| #ifdef __cplusplus&lt;BR /&gt;| #include &lt;STDLIB.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:5910: result: g++ -E&lt;BR /&gt;configure:5935: g++ -E  conftest.cc&lt;BR /&gt;configure:5941: $? = 0&lt;BR /&gt;configure:5973: g++ -E  conftest.cc&lt;BR /&gt;configure:5987:28: ac_nonexistent.h: No such file or directory&lt;BR /&gt;configure:5979: $? = 1&lt;BR /&gt;configure: failed program was:&lt;BR /&gt;| #line 5964 "configure"&lt;BR /&gt;| /* confdefs.h.  */&lt;BR /&gt;| &lt;BR /&gt;| #define PACKAGE_NAME ""&lt;BR /&gt;| #define PACKAGE_TARNAME ""&lt;BR /&gt;| #define PACKAGE_VERSION ""&lt;BR /&gt;| #define PACKAGE_STRING ""&lt;BR /&gt;| #define PACKAGE_BUGREPORT ""&lt;BR /&gt;| #define PACKAGE "libxfcegui4"&lt;BR /&gt;| #define VERSION "4.0.2"&lt;BR /&gt;| #define STDC_HEADERS 1&lt;BR /&gt;| #define HAVE_SYS_TYPES_H 1&lt;BR /&gt;| #define HAVE_SYS_STAT_H 1&lt;BR /&gt;| #define HAVE_STDLIB_H 1&lt;BR /&gt;| #define HAVE_STRING_H 1&lt;BR /&gt;| #define HAVE_MEMORY_H 1&lt;BR /&gt;| #define HAVE_STRINGS_H 1&lt;BR /&gt;| #define HAVE_INTTYPES_H 1&lt;BR /&gt;| #define HAVE_UNISTD_H 1&lt;BR /&gt;| #define HAVE_DLFCN_H 1&lt;BR /&gt;| #ifdef __cplusplus&lt;BR /&gt;| #include &lt;STDLIB.H&gt;&lt;BR /&gt;| #endif&lt;BR /&gt;| /* end confdefs.h.  */&lt;BR /&gt;| #include &lt;AC_NONEXISTENT.H&gt;&lt;BR /&gt;configure:6073: checking for g77&lt;BR /&gt;configure:6089: found /usr/local/bin/g77&lt;BR /&gt;configure:6099: result: g77&lt;BR /&gt;configure:6114: checking for Fortran 77 compiler version&lt;BR /&gt;configure:6117: g77 --version &lt;/AC_NONEXISTENT.H&gt;&amp;amp;5&lt;BR /&gt;GNU Fortran (GCC) 3.3.2&lt;BR /&gt;Copyright (C) 2002 Free Software Foundation, Inc.&lt;BR /&gt;&lt;BR /&gt;GNU Fortran comes with NO WARRANTY, to the extent permitted by law.&lt;BR /&gt;You may redistribute copies of GNU Fortran&lt;BR /&gt;under the terms of the GNU General Public License.&lt;BR /&gt;For more information about these matters, see the file named COPYING&lt;BR /&gt;or type the command `info -f g77 Copying'.&lt;BR /&gt;configure:6120: $? = 0&lt;BR /&gt;configure:6122: g77 -v &lt;/STDLIB.H&gt;&amp;amp;5&lt;BR /&gt;Reading specs from /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.2/specs&lt;BR /&gt;Configured with: ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure  : (reconfigured) ./configure &lt;BR /&gt;Thread model: single&lt;BR /&gt;gcc version 3.3.2&lt;BR /&gt;configure:6125: $? = 0&lt;BR /&gt;configure:6127: g77 -V &lt;/AC_NONEXISTENT.H&gt;&amp;amp;5&lt;BR /&gt;g77: `-V' option must have argument&lt;BR /&gt;configure:6130: $? = 1&lt;BR /&gt;configure:6137: checking whether we are using the GNU Fortran 77 compiler&lt;BR /&gt;configure:6151: g77 -c  conftest.F &amp;gt;&amp;amp;5&lt;BR /&gt;configure:6154: $? = 0&lt;BR /&gt;configure:6157: test -s conftest.o&lt;BR /&gt;configure:6160: $? = 0&lt;BR /&gt;configure:6173: result: yes&lt;BR /&gt;configure:6180: checking  ...&lt;/STDLIB.H&gt;&lt;/STRING.H&gt;&lt;/MEMORY.H&gt;&lt;/STDLIB.H&gt;&lt;/STDDEF.H&gt;&lt;/STDLIB.H&gt;&lt;/SYS&gt;&lt;/SYS&gt;&lt;/STDIO.H&gt;&lt;/STDINT.H&gt;&lt;/UNISTD.H&gt;&lt;/STDINT.H&gt;&lt;/INTTYPES.H&gt;&lt;/STRINGS.H&gt;&lt;/STRING.H&gt;&lt;/MEMORY.H&gt;&lt;/STDLIB.H&gt;&lt;/STDDEF.H&gt;&lt;/STDLIB.H&gt;&lt;/SYS&gt;&lt;/SYS&gt;&lt;/STDIO.H&gt;&lt;/AC_NONEXISTENT.H&gt;&lt;/AC_NONEXISTENT.H&gt;</description>
      <pubDate>Tue, 23 Dec 2003 16:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make/m-p/3151904#M900912</guid>
      <dc:creator>Ceaser123</dc:creator>
      <dc:date>2003-12-23T16:38:23Z</dc:date>
    </item>
  </channel>
</rss>

