<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2619.0">
<TITLE>solaris compiling woes</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>I have a problem compiling openssh pre 1.12 on solaris 2.5.1 platform with gnu gcc 2.95.2</FONT>
</P>

<P><FONT SIZE=2>u_int32_t is missing somehow and i cannot find any includes which define it.</FONT>
</P>

<P><FONT SIZE=2>gcc -g -O2 -Wall -I/usr/local/ssl/include -DETCDIR=\&quot;/usr/local/etc\&quot; -DSSH_PROGRAM=\&quot;/usr/local/bin/ssh\&quot; -DASKPASS_PROGRAM=\&quot;/usr/local/lib/ssh/ssh-askpass\&quot; -DHAVE_CONFIG_H&nbsp; -c&nbsp; authfile.c</FONT></P>

<P><FONT SIZE=2>authfile.c: In function `save_private_key':</FONT>
<BR><FONT SIZE=2>authfile.c:50: parse error before `rand'</FONT>
<BR><FONT SIZE=2>authfile.c:63: invalid lvalue in assignment</FONT>
<BR><FONT SIZE=2>authfile.c:64: invalid operands to binary &amp;</FONT>
<BR><FONT SIZE=2>authfile.c:65: invalid operands to binary &gt;&gt;</FONT>
<BR><FONT SIZE=2>*** Error code 1</FONT>
</P>

<P><FONT SIZE=2>Thanks,</FONT>
<BR><FONT SIZE=2>Emmanuel Tardieu</FONT>
</P>

</BODY>
</HTML>