<?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 LZOP for HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252244#M677979</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am looking for lzop for HP-UX&lt;BR /&gt;&lt;BR /&gt;I am trying to compile lzop on HP-UX 11.11 (hppa64-hp-hpux11.11)&lt;BR /&gt;I am getting the following error: cannot compute sizeof (short), 77&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;&lt;BR /&gt;I have the sources for lzop 1.02rc1 and lzo-2.03 installed form the depo.&lt;BR /&gt;I have tried to use HP ANSI C++ B3910B A.03.60 and gcc-4.2.3 no luck.&lt;BR /&gt;&lt;BR /&gt;Please see attached the config.log.&lt;BR /&gt;&lt;BR /&gt;If you have a copy of lzop already precompiled that will be of great help.&lt;BR /&gt;I got lzo precompiled from &lt;A href="http://hpux.cs.utah.edu." target="_blank"&gt;http://hpux.cs.utah.edu.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you have any suggestions that will be of big help.&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
    <pubDate>Thu, 14 Aug 2008 13:16:38 GMT</pubDate>
    <dc:creator>Mihai Lazar</dc:creator>
    <dc:date>2008-08-14T13:16:38Z</dc:date>
    <item>
      <title>LZOP for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252244#M677979</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am looking for lzop for HP-UX&lt;BR /&gt;&lt;BR /&gt;I am trying to compile lzop on HP-UX 11.11 (hppa64-hp-hpux11.11)&lt;BR /&gt;I am getting the following error: cannot compute sizeof (short), 77&lt;BR /&gt;See `config.log' for more details.&lt;BR /&gt;&lt;BR /&gt;I have the sources for lzop 1.02rc1 and lzo-2.03 installed form the depo.&lt;BR /&gt;I have tried to use HP ANSI C++ B3910B A.03.60 and gcc-4.2.3 no luck.&lt;BR /&gt;&lt;BR /&gt;Please see attached the config.log.&lt;BR /&gt;&lt;BR /&gt;If you have a copy of lzop already precompiled that will be of great help.&lt;BR /&gt;I got lzo precompiled from &lt;A href="http://hpux.cs.utah.edu." target="_blank"&gt;http://hpux.cs.utah.edu.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you have any suggestions that will be of big help.&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Thu, 14 Aug 2008 13:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252244#M677979</guid>
      <dc:creator>Mihai Lazar</dc:creator>
      <dc:date>2008-08-14T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: LZOP for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252245#M677980</link>
      <description>Works fine for me:&lt;BR /&gt;&lt;BR /&gt;dy # uname -a&lt;BR /&gt;HP-UX dy B.11.11 U 9000/785 2012616114 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;dy # gcc --version&lt;BR /&gt;gcc (GCC) 4.3.0&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;config.log:&lt;BR /&gt;[...]&lt;BR /&gt;configure:6105: checking for short&lt;BR /&gt;configure:6129: gcc -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;BR /&gt;configure:6135: $? = 0&lt;BR /&gt;configure:6138: test -z     || test ! -s conftest.err&lt;BR /&gt;configure:6141: $? = 0&lt;BR /&gt;configure:6144: test -s conftest.o&lt;BR /&gt;configure:6147: $? = 0&lt;BR /&gt;configure:6158: result: yes&lt;BR /&gt;configure:6161: checking size of short&lt;BR /&gt;configure:6473: gcc -o conftest -g -O2   conftest.c -llzo2  &amp;gt;&amp;amp;5&lt;BR /&gt;configure:6476: $? = 0&lt;BR /&gt;configure:6478: ./conftest&lt;BR /&gt;configure:6481: $? = 0&lt;BR /&gt;configure:6504: result: 2&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;No "Bus error(coredump)" here.&lt;BR /&gt;&lt;BR /&gt;I extracted the "configure: failed program&lt;BR /&gt;was:" stuff, and looked at it.  Seems pretty&lt;BR /&gt;simple.  Even runs on my VMS system.  Gets&lt;BR /&gt;"2" there, too:&lt;BR /&gt;&lt;BR /&gt;alp $ cc short&lt;BR /&gt;alp $ link short&lt;BR /&gt;alp $ run short&lt;BR /&gt;alp $ type conftest.val&lt;BR /&gt;2&lt;BR /&gt;&lt;BR /&gt;There seems to be something seriously wrong&lt;BR /&gt;with your system, or compiler, or something.&lt;BR /&gt;Luckily, HP hasn't offered me their C or C++&lt;BR /&gt;compiler at a competitive price ($0), so I&lt;BR /&gt;can't compare using one of those.&lt;BR /&gt;&lt;BR /&gt;The rest of the build seems to work as well:&lt;BR /&gt;&lt;BR /&gt;dy # ./src/lzop --version&lt;BR /&gt;lzop 1.02rc1&lt;BR /&gt;LZO library 2.03&lt;BR /&gt;Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have tried to use HP ANSI C++ B3910B&lt;BR /&gt;&amp;gt; A.03.60 and gcc-4.2.3 no luck.&lt;BR /&gt;&lt;BR /&gt;A transcript showing the actual commands and&lt;BR /&gt;actual output might be more helpful than a&lt;BR /&gt;vague description of what you did ("I tried&lt;BR /&gt;[...] gcc-4.2.3"), and of what happened when&lt;BR /&gt;you did it ("no luck").&lt;BR /&gt;&lt;BR /&gt;Have you tried using a C compiler instead of&lt;BR /&gt;a C++ compiler?</description>
      <pubDate>Thu, 14 Aug 2008 21:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252245#M677980</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-14T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: LZOP for HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252246#M677981</link>
      <description>I have no problems compiling that fragment with aCC -Ae.  Of course I don't have: -I/usr/local/include/lzo -L/usr/local/lib -llzo2&lt;BR /&gt;&lt;BR /&gt;Can you use a debugger to find where that signal 10 is occurring?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Steven: Have you tried using a C compiler instead of a C++ compiler?&lt;BR /&gt;&lt;BR /&gt;The use of "aCC -Ae" should be fine.</description>
      <pubDate>Fri, 15 Aug 2008 05:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lzop-for-hp-ux/m-p/4252246#M677981</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-15T05:54:21Z</dc:date>
    </item>
  </channel>
</rss>

