<?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: ssh compile error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513414#M878424</link>
    <description>Hi!&lt;BR /&gt;Check the following threads:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0bffa14d9abcd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0bffa14d9abcd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb9b46af52b04d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb9b46af52b04d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;good luck.</description>
    <pubDate>Thu, 05 Apr 2001 09:57:11 GMT</pubDate>
    <dc:creator>Pedro Sousa</dc:creator>
    <dc:date>2001-04-05T09:57:11Z</dc:date>
    <item>
      <title>ssh compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513412#M878422</link>
      <description>HI&lt;BR /&gt;I am compiling ssh-1.2.31 on hpux 11.00 64 bit with gcc 2.95.2 and getting the following errors. Any suggestins please.  configure runs without errors and these errors occur while running make&lt;BR /&gt;&lt;BR /&gt;output of make.log&lt;BR /&gt;&lt;BR /&gt; cd gmp-2.0.2-ssh-2; make&lt;BR /&gt;Making all in mpn&lt;BR /&gt;Making all in tests&lt;BR /&gt; rm -f libmpn.a&lt;BR /&gt; ar cru libmpn.a mp_bases.o udiv_qrnnd.o add_n.o lshift.o rshift.o sub_n.o  inlines.o addmul_1.o cmp.o divmod_1.o divrem.o divrem_1.o dump.o mod_1.o mul.o mul_1.o mul_n.o random2.o sqrtrem.o submul_1.o get_str.o set_str.o scan0.o scan1.o popcount.o hamdist.o gcd_1.o pre_mod_1.o perfsqr.o bdivmod.o gcd.o gcdext.o&lt;BR /&gt; ranlib libmpn.a&lt;BR /&gt;Making all in mpz&lt;BR /&gt;Making all in tests&lt;BR /&gt; /opt/gcc/bin/gcc -DPACKAGE=\"gmp\" -DVERSION=\"2.0.2-ssh-2\" -DSTDC_HEADERS=1 -DHAVE_RANDOM=1 -DSIZEOF_INT=4 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1  -I. -I.  -I.. -I../mpn -I./..    -g -O2  -c set_str.c&lt;BR /&gt;In file included from set_str.c:27:&lt;BR /&gt;../gmp.h:176: parse error before `size_t'&lt;BR /&gt;../gmp.h:177: parse error before `size_t'&lt;BR /&gt;../gmp.h:178: parse error before `size_t'&lt;BR /&gt;../gmp.h:269: parse error before `mpz_size'&lt;BR /&gt;../gmp.h:269: warning: data definition has no type or storage class&lt;BR /&gt;../gmp.h:270: parse error before `mpz_sizeinbase'&lt;BR /&gt;../gmp.h:270: warning: data definition has no type or storage class&lt;BR /&gt;../gmp.h:325: parse error before `size_t'&lt;BR /&gt;../gmp.h:355: parse error before `mpf_size'&lt;BR /&gt;../gmp.h:355: warning: data definition has no type or storage class&lt;BR /&gt;../gmp.h:419: parse error before `__mpn_get_str'&lt;BR /&gt;../gmp.h:419: warning: data definition has no type or storage class&lt;BR /&gt;../gmp.h:433: parse error before `size_t'&lt;BR /&gt;In file included from set_str.c:28:&lt;BR /&gt;../gmp-impl.h:66: warning: parameter names (without types) in function declaration&lt;BR /&gt;../gmp-impl.h:67: parse error before `size_t'&lt;BR /&gt;../gmp-impl.h:71: warning: parameter names (without types) in function declaration&lt;BR /&gt;../gmp-impl.h:72: parse error before `size_t'&lt;BR /&gt;../gmp-impl.h:73: parse error before `size_t'&lt;BR /&gt;../gmp-impl.h:75: warning: parameter names (without types) in function declaration&lt;BR /&gt;../gmp-impl.h:76: parse error before `size_t'&lt;BR /&gt;../gmp-impl.h:77: parse error before `size_t'&lt;BR /&gt;set_str.c: In function `mpz_set_str':&lt;BR /&gt;set_str.c:62: `size_t' undeclared (first use in this function)&lt;BR /&gt;set_str.c:62: (Each undeclared identifier is reported only once&lt;BR /&gt;set_str.c:62: for each function it appears in.)&lt;BR /&gt;set_str.c:62: parse error before `str_size'&lt;BR /&gt;set_str.c:64: parse error before `i'&lt;BR /&gt;set_str.c:103: `str_size' undeclared (first use in this function)&lt;BR /&gt;set_str.c:106: `i' 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;*** 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;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2001 11:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513412#M878422</guid>
      <dc:creator>Asad Malik</dc:creator>
      <dc:date>2001-04-04T11:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: ssh compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513413#M878423</link>
      <description>Asad,&lt;BR /&gt;&lt;BR /&gt;I'm no C guru, but it seems like the code in the gmp.h header file is bad (hence the parse error)...&lt;BR /&gt;&lt;BR /&gt;BTW, is your gcc native 64-bit (hp-pa2.0)? And which "configure" options did you use?&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Thu, 05 Apr 2001 07:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513413#M878423</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-04-05T07:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: ssh compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513414#M878424</link>
      <description>Hi!&lt;BR /&gt;Check the following threads:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0bffa14d9abcd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x0bffa14d9abcd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb9b46af52b04d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb9b46af52b04d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;good luck.</description>
      <pubDate>Thu, 05 Apr 2001 09:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513414#M878424</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-04-05T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: ssh compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513415#M878425</link>
      <description>HI&lt;BR /&gt;I have not used any option with configure.  gcc is for 64 bit.  I have used it to compile on a similar machine.</description>
      <pubDate>Mon, 09 Apr 2001 11:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513415#M878425</guid>
      <dc:creator>Asad Malik</dc:creator>
      <dc:date>2001-04-09T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: ssh compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513416#M878426</link>
      <description>Hi Asad,&lt;BR /&gt;&lt;BR /&gt;this may not be much of help for your particular compiler error, but I had no trouble installing OpenSSH.&lt;BR /&gt;&lt;BR /&gt;We switched to OpenSSH because it is completely under the GPL and there are no licensing issues involved with certain cryptographic algorithms (e.g. IDEA)&lt;BR /&gt;&lt;BR /&gt;OpenSSH is cooperating with SSH1 and SSH2 deamons.&lt;BR /&gt;&lt;BR /&gt;It only requires the following to be installed in advance:&lt;BR /&gt;&lt;BR /&gt;perl 5.X&lt;BR /&gt;zlib&lt;BR /&gt;openSSL</description>
      <pubDate>Mon, 09 Apr 2001 11:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513416#M878426</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2001-04-09T11:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: ssh compile error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513417#M878427</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just install gcc, and binutils, put then on the begining of the PATH and recompile with &lt;BR /&gt;./configure --enable-gcc.&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Wed, 02 May 2001 15:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ssh-compile-error/m-p/2513417#M878427</guid>
      <dc:creator>Rui_3</dc:creator>
      <dc:date>2001-05-02T15:11:48Z</dc:date>
    </item>
  </channel>
</rss>

