<?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: GNU find static in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526920#M220792</link>
    <description>Probably your least evil method would be to modify your Makefile to produce a statically linked version of the executable. As long as you compiled on an 11.0 machine as a 32-bit executable, this version would run on an  HP-UX 11.x machine and would require no shared libraries.</description>
    <pubDate>Mon, 18 Apr 2005 11:56:50 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-04-18T11:56:50Z</dc:date>
    <item>
      <title>GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526916#M220788</link>
      <description>Hi, &lt;BR /&gt;I need to use GNU find utility and to ship it with my scripts. The problem is that I dont know if the right libs will be in place in the other systems.&lt;BR /&gt;I tried to compile GNU findutils on my HP-UX B.11.11 U 9000/811, but it failed. Im using the default C compiler (no gcc).&lt;BR /&gt;&lt;BR /&gt;Can someone give me some tips on how to compile with static libs? Is there any patch that I must apply to be able to compile?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 18 Apr 2005 07:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526916#M220788</guid>
      <dc:creator>Maicon Stihler</dc:creator>
      <dc:date>2005-04-18T07:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526917#M220789</link>
      <description>Try this version with the HP compiler:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Gnu/findutils-4.1.5/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Gnu/findutils-4.1.5/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Mon, 18 Apr 2005 08:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526917#M220789</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-18T08:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526918#M220790</link>
      <description>it failled with this message:&lt;BR /&gt;&lt;BR /&gt;        cc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/opt/findutils/share/locale\"     -c -o quotearg_.o `test -f quotearg_.c || echo './'`quotearg_.c&lt;BR /&gt;(Bundled) cc: "quotearg.c", line 359: error 1000: Unexpected symbol: "mbstate".&lt;BR /&gt;(Bundled) cc: "quotearg.c", line 275: warning 30: Character constant contains undefined escape sequence.&lt;BR /&gt;(Bundled) cc: "quotearg.c", line 359: error 1588: "mbstate_t" undefined.&lt;BR /&gt;(Bundled) cc: "quotearg.c", line 360: error 1588: "mbstate" undefined.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;Stop.</description>
      <pubDate>Mon, 18 Apr 2005 08:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526918#M220790</guid>
      <dc:creator>Maicon Stihler</dc:creator>
      <dc:date>2005-04-18T08:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526919#M220791</link>
      <description>1) Download this depot:&lt;BR /&gt;  &lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/ftp/hpux/Gnu/findutils-4.1.5/findutils-4.1.5-sd-11.00.depot.gz" target="_blank"&gt;http://hpux.cs.utah.edu/ftp/hpux/Gnu/findutils-4.1.5/findutils-4.1.5-sd-11.00.depot.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2) gunzip the depot&lt;BR /&gt;&lt;BR /&gt;3) install the depot:&lt;BR /&gt;&lt;BR /&gt;  $ mkdir /mnt/depot &lt;BR /&gt;  $ mv findutils-4.1.5-sd-11.00.depot /tmp/depot&lt;BR /&gt;  $ swreg -l depot /tmp/depot/findutils-4.1.5-sd-11.00.depot&lt;BR /&gt;  $ /usr/sbin/swinstall -s /tmp/depot/findutils-4.1.5-sd-11.00.depot&lt;BR /&gt;&lt;BR /&gt;'/opt/findutils/bin/find' will work without additional libraries.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 08:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526919#M220791</guid>
      <dc:creator>Joe Harrison_1</dc:creator>
      <dc:date>2005-04-18T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526920#M220792</link>
      <description>Probably your least evil method would be to modify your Makefile to produce a statically linked version of the executable. As long as you compiled on an 11.0 machine as a 32-bit executable, this version would run on an  HP-UX 11.x machine and would require no shared libraries.</description>
      <pubDate>Mon, 18 Apr 2005 11:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526920#M220792</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-18T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526921#M220793</link>
      <description>Grr. all those stupid ports have internationalization on by default, which is IMHO a stupid thing to do.&lt;BR /&gt;&lt;BR /&gt;I've just uploaded version 4.2.20 that is only depending on libc and libld, both standard on HP-UX&lt;BR /&gt;&lt;BR /&gt;Fetch it on my site:&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/downloads.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/downloads.html&lt;/A&gt; look in the depot section&lt;BR /&gt;&lt;BR /&gt;If you are in a hurry, you might get it from&lt;BR /&gt;&lt;A href="http://www.cmve.net/~mbrand/downloads.html" target="_blank"&gt;http://www.cmve.net/~mbrand/downloads.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.merijn</description>
      <pubDate>Mon, 18 Apr 2005 12:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526921#M220793</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-18T12:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526922#M220794</link>
      <description>I tried to compile it again and I got this error: (Bundled) cc: "strftime.c", line 610: error 1716: Automatic aggregate initialization is an ANSI feature.&lt;BR /&gt;&lt;BR /&gt;It seems that my compiler doesnt support ANSI C :/&lt;BR /&gt;&lt;BR /&gt;I dont know what to do to fix this problem, the offending line looks like this:&lt;BR /&gt; mbstate_t mbstate = mbstate_zero;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 12:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526922#M220794</guid>
      <dc:creator>Maicon Stihler</dc:creator>
      <dc:date>2005-04-18T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526923#M220795</link>
      <description>1. Look at my previous post.&lt;BR /&gt;&lt;BR /&gt;2. Get a free ANSI C compiler (without localization and weird dependencies) from my site too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/gcc-3.4.3-32-11.11-hppa2.0.tbz" target="_blank"&gt;http://mirrors.develooper.com/hpux/gcc-3.4.3-32-11.11-hppa2.0.tbz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Installation instructions here:&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/#gcc_install" target="_blank"&gt;http://mirrors.develooper.com/hpux/#gcc_install&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Mon, 18 Apr 2005 15:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526923#M220795</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-04-18T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: GNU find static</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526924#M220796</link>
      <description>You don't stand a prayer with the Bundled compiler; it is really only intended to build kernels and only understands K&amp;amp;R syntax. The gnu c compiler will suffice; all you have to do is add the "-static" option and no linking will be done against shared libraries. The downside is that your executable will be considerably larger.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Apr 2005 17:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gnu-find-static/m-p/3526924#M220796</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-04-18T17:34:56Z</dc:date>
    </item>
  </channel>
</rss>

