<?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 Re: make gcc433 on hp-ux11.23ia64 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379906#M348474</link>
    <description>&lt;!--!*#--&gt;&amp;gt; SHLIB_PATH=[...]&lt;BR /&gt;&amp;gt; LD_LIBRARY_PATH=[...]&lt;BR /&gt;&lt;BR /&gt;I think that you're working too hard.  If you&lt;BR /&gt;have a working build environment (C compiler,&lt;BR /&gt;...), then I doubt that these things are&lt;BR /&gt;needed, and I fear that they are confusing&lt;BR /&gt;the "configure" script.  (I certainly did&lt;BR /&gt;not define either.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; CC=/usr/local/gcc-3.4.4/bin/gcc&lt;BR /&gt;&lt;BR /&gt;Do you have any evidence that this compiler&lt;BR /&gt;works (properly)?  I do not expect a working&lt;BR /&gt;compiler to complain about system header&lt;BR /&gt;files ("/usr/include/sys/_inttypes.h",&lt;BR /&gt;"/usr/include/sys/types.h", ...).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ../.././libiberty/regex.c:130: warning: function declaration isn't a prototype&lt;BR /&gt;&lt;BR /&gt;As I said before, I believe that you should&lt;BR /&gt;not be trying to use line 130 here.  But you&lt;BR /&gt;are trying to use it, so I'd still say that&lt;BR /&gt;your configuration is bad.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; --with-gmp=[...]&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;I found it much simpler to install these&lt;BR /&gt;things (in "/usr/local"), and let the GCC&lt;BR /&gt;builder find them by itself.&lt;BR /&gt;&lt;BR /&gt;But I still claim that your fundamental&lt;BR /&gt;configuration (build environment) is bad.</description>
    <pubDate>Tue, 17 Mar 2009 12:07:56 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-03-17T12:07:56Z</dc:date>
    <item>
      <title>make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379898#M348466</link>
      <description>Hi all.&lt;BR /&gt;I try to build gcc4.3.3 from source and get error after make:&lt;BR /&gt;/usr/include/sys/_inttypes.h:138: error: duplicate 'unsigned'&lt;BR /&gt;In file included from ../.././libiberty/regex.c:51:&lt;BR /&gt;/usr/include/sys/types.h:206: error: two or more data types in declaration specifiers&lt;BR /&gt;../.././libiberty/regex.c:130: warning: function declaration isn't a prototype&lt;BR /&gt;../.././libiberty/regex.c:130: warning: conflicting types for built-in function 'malloc'&lt;BR /&gt;../.././libiberty/regex.c:131: warning: conflicting types for built-in function 'realloc'&lt;BR /&gt;In file included from ../.././libiberty/regex.c:638:&lt;BR /&gt;../.././libiberty/regex.c: In function 'byte_regex_compile':&lt;BR /&gt;../.././libiberty/regex.c:2439: warning: implicit declaration of function 'free'&lt;BR /&gt;../.././libiberty/regex.c:2439: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;anybody knows what itis mean, and how build this gcc? i try do it with CC=/usr/local/gcc-3.4.4/bin/gcc, --with-ld=/usr/ccs/bin/ld and other parameters...&lt;BR /&gt;host is HP-UX11.23 ia64.</description>
      <pubDate>Mon, 16 Mar 2009 11:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379898#M348466</guid>
      <dc:creator>vajava_xxx</dc:creator>
      <dc:date>2009-03-16T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379899#M348467</link>
      <description>Are you using Gnu make?&lt;BR /&gt;&lt;BR /&gt;Try using Gnu make &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/http://hpux.connect.org.uk/hppd/hpux/Gnu/make-3.81/&lt;/A&gt;</description>
      <pubDate>Mon, 16 Mar 2009 11:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379899#M348467</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-16T11:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379900#M348468</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;On HP-UX make comes from the first make utility on the SHLIB_PATH variable.&lt;BR /&gt;&lt;BR /&gt;The make that is listed as a dependency for gcc should be installed prior to attempting a gcc compile.&lt;BR /&gt;&lt;BR /&gt;There are depot versions of make and gcc that might be simpler to use.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 16 Mar 2009 11:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379900#M348468</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-16T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379901#M348469</link>
      <description>I try make and gmake both. and now I fresh gmake to GNU Make 3.81.but errors still remain:&lt;BR /&gt;../.././libiberty/regex.c: In function 'xregerror':&lt;BR /&gt;../.././libiberty/regex.c:8078: warning: incompatible implicit declaration of built-in function 'abort'&lt;BR /&gt;../.././libiberty/regex.c: In function 'xregfree':&lt;BR /&gt;../.././libiberty/regex.c:8112: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;gmake[3]: *** [regex.o] Error 1&lt;BR /&gt;gmake[3]: Leaving directory `/home/gcc/gcc-4.3.3/host-ia64-hp-hpux11.23/libiberty'&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2009 13:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379901#M348469</guid>
      <dc:creator>vajava_xxx</dc:creator>
      <dc:date>2009-03-16T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379902#M348470</link>
      <description>&amp;gt;I fresh gmake to GNU Make 3.81.but errors still remain: ...&lt;BR /&gt;gmake[3]: *** [regex.o] Error 1&lt;BR /&gt;&lt;BR /&gt;I just see warnings and that gmake error.&lt;BR /&gt;Are there any gcc errors before that?&lt;BR /&gt;&lt;BR /&gt;You should fix your regex.c source such that you include the appropriate headers for free and abort:&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: On HP-UX make comes from the first make utility on the SHLIB_PATH variable. &lt;BR /&gt;&lt;BR /&gt;That's PATH, not SHLIB_PATH.&lt;/STDLIB.H&gt;</description>
      <pubDate>Tue, 17 Mar 2009 02:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379902#M348470</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-17T02:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379903#M348471</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I try to build gcc4.3.3 from source [...]&lt;BR /&gt;&lt;BR /&gt;How, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] and other parameters...&lt;BR /&gt;&lt;BR /&gt;That opens a rather large door.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ../.././libiberty/regex.c:130: warning: function declaration isn't a prototype&lt;BR /&gt;&lt;BR /&gt;All I have is GCC 4.3.2 (on HP-UX 11.31), but&lt;BR /&gt;it looks to me as if your configuration is&lt;BR /&gt;badly damaged.  My libiberty/regex.c says:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;#  if defined STDC_HEADERS || defined _LIBC&lt;BR /&gt;#   include &lt;STDLIB.H&gt;&lt;BR /&gt;#  else&lt;BR /&gt;char *malloc ();  [&amp;lt;--- Line 130.]&lt;BR /&gt;char *realloc ();&lt;BR /&gt;#  endif&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;I'd expect STDC_HEADERS to be defined, and,&lt;BR /&gt;hence, &lt;STDLIB.H&gt; to be included, but you're&lt;BR /&gt;in the "else" block, which, I'd say, probably&lt;BR /&gt;means that you're doomed.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; CC=/usr/local/gcc-3.4.4/bin/gcc [...]&lt;BR /&gt;&lt;BR /&gt;That seems to be rather old.  I don't know if&lt;BR /&gt;it should work or not.  What _I_ did was to&lt;BR /&gt;download a binary kit (4.2.2 was current at&lt;BR /&gt;the time) from:&lt;BR /&gt;      &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and then use that to build the latest source&lt;BR /&gt;kit.  My notes are a bit vague, but I suspect&lt;BR /&gt;that all I did for 4.3.2 was:&lt;BR /&gt;&lt;BR /&gt;      mkdir gcc-4.3.2_obj&lt;BR /&gt;      cd gcc-4.3.2_obj&lt;BR /&gt;      ../gcc-4.3.2/configure&lt;BR /&gt;      gmake bootstrap-lean&lt;BR /&gt;      gmake install&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I fresh gmake to GNU Make 3.81.but errors&lt;BR /&gt;&amp;gt; still remain: ... &lt;BR /&gt;&lt;BR /&gt;GNU "make" should help, but it can't solve&lt;BR /&gt;your worst problem(s).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; You should fix your regex.c source [...]&lt;BR /&gt;&lt;BR /&gt;I claim that regex.c itself is delightful,&lt;BR /&gt;but the configuration is a complete mess.  I&lt;BR /&gt;know which one I'd be playing with, and it's&lt;BR /&gt;_not_ the GCC source code.&lt;/STDLIB.H&gt;&lt;/STDLIB.H&gt;</description>
      <pubDate>Tue, 17 Mar 2009 03:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379903#M348471</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-17T03:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379904#M348472</link>
      <description>okay, that's my all param:&lt;BR /&gt;./configure --host=ia64-hp-hpux11.23 &lt;BR /&gt; --target=ia64-hp-hpux11.23 &lt;BR /&gt; --build=ia64-hp-hpux11.23&lt;BR /&gt; --prefix=/usr/local/gcc433&lt;BR /&gt; --with-gnu-as&lt;BR /&gt; --with-ld=/usr/ccs/bin/ld&lt;BR /&gt; --enable-threads=posix&lt;BR /&gt; --enable-languages=c,c++ &lt;BR /&gt; --enable-bootstrap&lt;BR /&gt; --with-gmp=/usr/local/lib/gmp-4.2.4 &lt;BR /&gt; --with-mpfr=/usr/local/lib/mpfr-2.4.1&lt;BR /&gt; --with-gmp-include=/usr/local/lib/gmp-4.2.4/include&lt;BR /&gt;  --with-mpfr-include=/usr/local/lib/mpfr-2.4.1/include&lt;BR /&gt; --with-mpfr-lib=/usr/local/lib/mpfr-2.4.1/lib&lt;BR /&gt; --with-gmp-lib=/usr/local/lib/gmp-4.2.4/lib&lt;BR /&gt;&lt;BR /&gt;CC=/usr/local/gcc-3.4.4/bin/gcc&lt;BR /&gt;SHLIB_PATH=/usr/local/bin/:/usr/local/lib/mpfr-2.4.1:/usr/local/lib/gmp-4.2.4:/usr/lib:/usr/libexec:/usr/local/lib&lt;BR /&gt;LD_LIBRARY_PATH=/usr/local/lib/mpfr-2.4.1:/usr/local/lib/gmp-4.2.4:/usr/lib:/usr/libexec&lt;BR /&gt;&lt;BR /&gt;and it lead to gmake error:&lt;BR /&gt;...&lt;BR /&gt;In file included from /usr/include/sys/types.h:10,&lt;BR /&gt;                 from ../.././libiberty/regex.c:51:&lt;BR /&gt;/usr/include/sys/_inttypes.h:138: error: duplicate 'unsigned'&lt;BR /&gt;In file included from ../.././libiberty/regex.c:51:&lt;BR /&gt;/usr/include/sys/types.h:206: error: two or more data types in declaration specifiers&lt;BR /&gt;../.././libiberty/regex.c:130: warning: function declaration isn't a prototype&lt;BR /&gt;../.././libiberty/regex.c:130: warning: conflicting types for built-in function 'malloc'&lt;BR /&gt;../.././libiberty/regex.c:131: warning: function declaration isn't a prototype&lt;BR /&gt;../.././libiberty/regex.c:131: warning: conflicting types for built-in function 'realloc'&lt;BR /&gt;In file included from ../.././libiberty/regex.c:638:&lt;BR /&gt;../.././libiberty/regex.c: In function 'byte_regex_compile':&lt;BR /&gt;../.././libiberty/regex.c:2439: warning: implicit declaration of function 'free'&lt;BR /&gt;../.././libiberty/regex.c:2439: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c:2500: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c:2533: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c:2640: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c:3643: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c:4150: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c: In function 'byte_re_compile_fastmap':&lt;BR /&gt;../.././libiberty/regex.c:4835: warning: implicit declaration of function 'abort'&lt;BR /&gt;../.././libiberty/regex.c:4835: warning: incompatible implicit declaration of built-in function 'abort'&lt;BR /&gt;../.././libiberty/regex.c: In function 'byte_re_match_2_internal':&lt;BR /&gt;../.././libiberty/regex.c:7421: warning: incompatible implicit declaration of built-in function 'abort'&lt;BR /&gt;../.././libiberty/regex.c: In function 'xregcomp':&lt;BR /&gt;../.././libiberty/regex.c:7975: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c: In function 'xregexec':&lt;BR /&gt;../.././libiberty/regex.c:8050: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;../.././libiberty/regex.c: In function 'xregerror':&lt;BR /&gt;../.././libiberty/regex.c:8078: warning: incompatible implicit declaration of built-in function 'abort'&lt;BR /&gt;../.././libiberty/regex.c: In function 'xregfree':&lt;BR /&gt;../.././libiberty/regex.c:8112: warning: incompatible implicit declaration of built-in function 'free'&lt;BR /&gt;gmake[3]: *** [regex.o] Error 1&lt;BR /&gt;gmake[3]: Leaving directory `/home/vvoronko/gcc/gcc-4.3.3/host-ia64-hp-hpux11.23/libiberty'&lt;BR /&gt;gmake[2]: *** [all-stage2-libiberty] Error 2&lt;BR /&gt;gmake[2]: Leaving directory `/home/vvoronko/gcc/gcc-4.3.3'&lt;BR /&gt;gmake[1]: *** [stage2-bubble] Error 2&lt;BR /&gt;gmake[1]: Leaving directory `/home/vvoronko/gcc/gcc-4.3.3'&lt;BR /&gt;gmake: *** [all] Error 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 06:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379904#M348472</guid>
      <dc:creator>vajava_xxx</dc:creator>
      <dc:date>2009-03-17T06:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379905#M348473</link>
      <description>&amp;gt;it leads to gmake error:&lt;BR /&gt;&lt;BR /&gt;You should look at the gcc errors, not gmake:&lt;BR /&gt;/usr/include/sys/_inttypes.h:138: error: duplicate 'unsigned'&lt;BR /&gt;In file included from ../.././libiberty/regex.c:51:&lt;BR /&gt;/usr/include/sys/types.h:206: error: two or more data types in declaration specifiers</description>
      <pubDate>Tue, 17 Mar 2009 09:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379905#M348473</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-17T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379906#M348474</link>
      <description>&lt;!--!*#--&gt;&amp;gt; SHLIB_PATH=[...]&lt;BR /&gt;&amp;gt; LD_LIBRARY_PATH=[...]&lt;BR /&gt;&lt;BR /&gt;I think that you're working too hard.  If you&lt;BR /&gt;have a working build environment (C compiler,&lt;BR /&gt;...), then I doubt that these things are&lt;BR /&gt;needed, and I fear that they are confusing&lt;BR /&gt;the "configure" script.  (I certainly did&lt;BR /&gt;not define either.)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; CC=/usr/local/gcc-3.4.4/bin/gcc&lt;BR /&gt;&lt;BR /&gt;Do you have any evidence that this compiler&lt;BR /&gt;works (properly)?  I do not expect a working&lt;BR /&gt;compiler to complain about system header&lt;BR /&gt;files ("/usr/include/sys/_inttypes.h",&lt;BR /&gt;"/usr/include/sys/types.h", ...).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ../.././libiberty/regex.c:130: warning: function declaration isn't a prototype&lt;BR /&gt;&lt;BR /&gt;As I said before, I believe that you should&lt;BR /&gt;not be trying to use line 130 here.  But you&lt;BR /&gt;are trying to use it, so I'd still say that&lt;BR /&gt;your configuration is bad.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; --with-gmp=[...]&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;I found it much simpler to install these&lt;BR /&gt;things (in "/usr/local"), and let the GCC&lt;BR /&gt;builder find them by itself.&lt;BR /&gt;&lt;BR /&gt;But I still claim that your fundamental&lt;BR /&gt;configuration (build environment) is bad.</description>
      <pubDate>Tue, 17 Mar 2009 12:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379906#M348474</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-17T12:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379907#M348475</link>
      <description>&amp;gt; CC=/usr/local/gcc-3.4.4/bin/gcc&lt;BR /&gt;I try others installed gcc too.&lt;BR /&gt;gcc4.2.3 and gcc4.3.1, and it was with same errors.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; --with-gmp=[...]&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;I found it much simpler to install these&lt;BR /&gt;&amp;gt;things (in "/usr/local"), and let the GCC&lt;BR /&gt;&amp;gt;builder find them by itself.&lt;BR /&gt;I afraid what early installed gcc or some progs not'll be work properly. because i install it in individual folders and set some variable like SHLIB_PATH and LD_LIBRARY_PATH.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ../.././libiberty/regex.c:130: warning: function declaration isn't a prototype&lt;BR /&gt;&lt;BR /&gt;&amp;gt;As I said before, I believe that you should&lt;BR /&gt;&amp;gt;not be trying to use line 130 here.  But you&lt;BR /&gt;&amp;gt;are trying to use it&lt;BR /&gt;how I may don't "use line 130 here"? and not install gmp\mpfr in shared folder(in "/usr/local")?</description>
      <pubDate>Wed, 18 Mar 2009 10:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379907#M348475</guid>
      <dc:creator>vajava_xxx</dc:creator>
      <dc:date>2009-03-18T10:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379908#M348476</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I try others installed gcc too.&lt;BR /&gt;&amp;gt; gcc4.2.3 and gcc4.3.1, and it was with same&lt;BR /&gt;&amp;gt; errors.&lt;BR /&gt;&lt;BR /&gt;I don't know what you installed, or how you&lt;BR /&gt;installed it.  All I know is that it appears&lt;BR /&gt;not to work properly.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Do you have any evidence that this compiler&lt;BR /&gt;&amp;gt; works (properly)?  I do not expect a working&lt;BR /&gt;&amp;gt; compiler to complain about system header&lt;BR /&gt;&amp;gt; files ("/usr/include/sys/_inttypes.h",&lt;BR /&gt;&amp;gt; "/usr/include/sys/types.h", ...).&lt;BR /&gt;&lt;BR /&gt;Still waiting for an answer to that one.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] and set some variable like SHLIB_PATH&lt;BR /&gt;&amp;gt; and LD_LIBRARY_PATH.&lt;BR /&gt;&lt;BR /&gt;I believe that the GCC builders can figure&lt;BR /&gt;out what to do with these (if anything)&lt;BR /&gt;without your help.  _With_ your help --&lt;BR /&gt;that's "help" -- , I don't know what will&lt;BR /&gt;happen.  It's possible that if you specify&lt;BR /&gt;bad values for these variables, or if the C&lt;BR /&gt;compiler doesn't work for some other reason,&lt;BR /&gt;then the "configure" scripts will not be able&lt;BR /&gt;to compile and link any of their little test&lt;BR /&gt;programs.  If that happens, the results might&lt;BR /&gt;look as bad as what you see.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how I may don't "use line 130 here"?&lt;BR /&gt;&lt;BR /&gt;With a working C compiler, the GCC builders&lt;BR /&gt;should be defining STDC_HEADERS, so you&lt;BR /&gt;shouldn't need to do anything.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] and not install gmp\mpfr in shared&lt;BR /&gt;&amp;gt; folder(in "/usr/local")?&lt;BR /&gt;&lt;BR /&gt;I assume that all those "-with-xxx" options&lt;BR /&gt;should let you put your stuff wherever you&lt;BR /&gt;wish.  I did it the easy way, and let the&lt;BR /&gt;GCC builders find things in the usual places.</description>
      <pubDate>Wed, 18 Mar 2009 14:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379908#M348476</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-18T14:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379909#M348477</link>
      <description>Why don't you use the compiled packages from &lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt; ? I used their site since the late 1990s to get up running tools that i used with linux on hpux 10.20 and now i use it to run the tools on hpux 11.31.&lt;BR /&gt;&lt;BR /&gt;you can find your os versions gcc under this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=gcc" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=gcc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you need to install the runtime dependencies to use the package above. but on this page you get every info you need to get the packages running.</description>
      <pubDate>Wed, 18 Mar 2009 14:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379909#M348477</guid>
      <dc:creator>Johannes Krackowizer</dc:creator>
      <dc:date>2009-03-18T14:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379910#M348478</link>
      <description>to Krackowizer:&lt;BR /&gt;yes, I know this site, but I need gcc433, that ther's no yet.&lt;BR /&gt;&lt;BR /&gt;to Schweda:&lt;BR /&gt;&amp;gt; Do you have any evidence that this compiler&lt;BR /&gt;&amp;gt; works (properly)?  I do not expect a working&lt;BR /&gt;&amp;gt; compiler to complain about system header&lt;BR /&gt;&amp;gt; files ("/usr/include/sys/_inttypes.h",&lt;BR /&gt;&amp;gt; "/usr/include/sys/types.h", ...).&lt;BR /&gt;&amp;gt;&amp;gt;Still waiting for an answer to that one.&lt;BR /&gt;I try hp-gcc-4.3.1, which hp-ux 11.23 bundled. try with the same result. now I may prove it works properly?&lt;BR /&gt;&lt;BR /&gt;the work specificity of this host is have many diferent version compilers. some of them install from package (hpux.cs.utah.edu), some builds from source -like in this case.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 08:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379910#M348478</guid>
      <dc:creator>vajava_xxx</dc:creator>
      <dc:date>2009-03-19T08:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379911#M348479</link>
      <description>Did you install all depencies for compiling gcc? I had some years ago a similar problem compiling gcc 2.xx on hpux 10.20. I got strange error from make but they dont point to the problem, in fact the point at errors in header files from the os and things like that. Then i found a nice manual somewhere in the internet that told me to install about 30-40 packages from &lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt; and than i was able to compile.&lt;BR /&gt;&lt;BR /&gt;Perhaps you should look at the Build time dependencies on &lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt; (even if it is for gcc 4.2.3) and install the packages you are missing and then try to compile gcc 433.</description>
      <pubDate>Thu, 19 Mar 2009 10:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379911#M348479</guid>
      <dc:creator>Johannes Krackowizer</dc:creator>
      <dc:date>2009-03-19T10:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379912#M348480</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I try hp-gcc-4.3.1, which hp-ux 11.23&lt;BR /&gt;&amp;gt; bundled. try with the same result.&lt;BR /&gt;&lt;BR /&gt;What, exactly, did you get where?  Tried&lt;BR /&gt;what, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; now I may prove it works properly?&lt;BR /&gt;&lt;BR /&gt;If "now" was intended to be "How", then show&lt;BR /&gt;that you can compile a simple test program.&lt;BR /&gt;Ideally, a test program which includes the&lt;BR /&gt;header file which gets the complaints.  For&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;dyi # cat hm.c&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;&lt;BR /&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;    printf( "Hi, Mom!\n");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;dyi # gcc -o hm hm.c&lt;BR /&gt;&lt;BR /&gt;dyi # ./hm&lt;BR /&gt;Hi, Mom!&lt;BR /&gt;&lt;BR /&gt;dyi # gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: ia64-hp-hpux11.31&lt;BR /&gt;Configured with: ../gcc-4.3.2/configure&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.3.2 (GCC)&lt;BR /&gt;&lt;BR /&gt;dyi # type gcc&lt;BR /&gt;gcc is hashed (/usr/local/bin/gcc)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] and set some variable like SHLIB_PATH&lt;BR /&gt;&amp;gt; and LD_LIBRARY_PATH.&lt;BR /&gt;&lt;BR /&gt;Have you tried it without this stuff?  After&lt;BR /&gt;that, I'd start by throwing away all those&lt;BR /&gt;other "configure" options, and bringing back&lt;BR /&gt;only what is needed to get the job done.&lt;/SYS&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Thu, 19 Mar 2009 10:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379912#M348480</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-19T10:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379913#M348481</link>
      <description>bash-3.00$ gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: ia64-hp-hpux11.23&lt;BR /&gt;Configured with: /tmp/gcc-4.3.1.tar.gz/gcc-4.3.1/configure --host=ia64-hp-hpux11.23 --target=ia64-hp-hpux11.23 --build=ia64-hp-hpux11.23 --prefix=/opt/hp-gcc-4.3.1 --with-gnu-as --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-threads=posix --enable-languages=c,c++ --with-gmp=/proj/opensrc/be/ia64-hp-hpux11.23 --with-mpfr=/proj/opensrc/be/ia64-hp-hpux11.23&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.3.1 (GCC)&lt;BR /&gt;bash-3.00$&lt;BR /&gt;bash-3.00$ type gcc&lt;BR /&gt;gcc is hashed (/opt/hp-gcc/bin/gcc)&lt;BR /&gt;bash-3.00$ gcc -o hm hm.c&lt;BR /&gt;&lt;BR /&gt;bash-3.00$ ./hm&lt;BR /&gt;Hi, Mom!&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 11:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379913#M348481</guid>
      <dc:creator>vajava_xxx</dc:creator>
      <dc:date>2009-03-19T11:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379914#M348482</link>
      <description>&lt;!--!*#--&gt;&amp;gt;  bash-3.00$ gcc -v&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Ok.  You seem to have a working GCC 4.3.1.&lt;BR /&gt;How did you get it?  Then what happened?&lt;BR /&gt;&lt;BR /&gt;As I said, I had no trouble building 4.3.2&lt;BR /&gt;on my 11.31 system.  I've started building&lt;BR /&gt;4.3.3 in my usual way:&lt;BR /&gt;&lt;BR /&gt;dyi # mkdir gcc-4.3.3_obj&lt;BR /&gt;dyi # cd gcc-4.3.3_obj&lt;BR /&gt;dyi # ../gcc-4.3.3/configure 2&amp;gt;&amp;amp;1 | tee ../gcc-4.3.3_configure.out&lt;BR /&gt;dyi # gmake bootstrap-lean 2&amp;gt;&amp;amp;1 | tee ../gcc-4.3.3_gmake.out&lt;BR /&gt;&lt;BR /&gt;It's still cooking, but there's no sign of&lt;BR /&gt;trouble after a couple of hours.&lt;BR /&gt;&lt;BR /&gt;If you're using a working compiler, and&lt;BR /&gt;you're still seeing those complaints about&lt;BR /&gt;system header files and that stuff in&lt;BR /&gt;regex.c, then I'd suggest looking into all&lt;BR /&gt;the config.log and config.status files you&lt;BR /&gt;can find.&lt;BR /&gt;&lt;BR /&gt;Around here, for example:&lt;BR /&gt;&lt;BR /&gt;dyi # pwd&lt;BR /&gt;/usr/local/gnu/gcc/gcc-4.3.3_obj&lt;BR /&gt;dyi # find . -name '*.h' -exec grep STDC_HEADERS {} \; -exec ls {} \;&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./intl/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./libiberty/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./gcc/auto-host.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./build-ia64-hp-hpux11.31/libiberty/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./build-ia64-hp-hpux11.31/fixincludes/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./fixincludes/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./libcpp/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./libdecnumber/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/hpux64/libgomp/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/hpux64/libstdc++-v3/include/ia64-hp-hpux11.31/bits/c++config&lt;BR /&gt;.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/hpux64/libstdc++-v3/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/hpux64/libiberty/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/hpux64/libssp/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/libgomp/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/libstdc++-v3/include/ia64-hp-hpux11.31/bits/c++config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/libstdc++-v3/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/libiberty/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/libssp/config.h&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;#define STDC_HEADERS 1&lt;BR /&gt;./ia64-hp-hpux11.31/libgfortran/confdefs.h&lt;BR /&gt;dyi #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, seeing STDC_HEADERS defined in&lt;BR /&gt;libiberty/config.h, I would not expect to&lt;BR /&gt;get those complaints about&lt;BR /&gt;libiberty/regex.c:130 (and its friends).&lt;BR /&gt;(And _I_ don't get them.)</description>
      <pubDate>Thu, 19 Mar 2009 21:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379914#M348482</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-19T21:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: make gcc433 on hp-ux11.23ia64</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379915#M348483</link>
      <description>&lt;!--!*#--&gt;Yup.  Still works:&lt;BR /&gt;&lt;BR /&gt;dyi # gcc -v&lt;BR /&gt;Using built-in specs.&lt;BR /&gt;Target: ia64-hp-hpux11.31&lt;BR /&gt;Configured with: ../gcc-4.3.3/configure&lt;BR /&gt;Thread model: posix&lt;BR /&gt;gcc version 4.3.3 (GCC)</description>
      <pubDate>Thu, 19 Mar 2009 22:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-gcc433-on-hp-ux11-23ia64/m-p/4379915#M348483</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-19T22:12:24Z</dc:date>
    </item>
  </channel>
</rss>

