<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 8pt Tahoma; MARGIN-LEFT: 2px">
<DIV><FONT size=2></FONT>Yes,</DIV>
<DIV> </DIV>
<DIV>here is the ouput:</DIV>
<DIV>bash-2.03# make -v<BR>GNU Make version 3.79.1, by Richard Stallman and
Roland McGrath.<BR>Built for sparc-sun-solaris2.8<BR>Copyright (C) 1988, 89, 90,
91, 92, 93, 94, 95, 96, 97, 98, 99,
2000<BR> Free Software Foundation,
Inc.<BR>This is free software; see the source for copying conditions.<BR>There
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A<BR>PARTICULAR
PURPOSE.</DIV>
<DIV> </DIV>
<DIV>Report bugs to <<A
href="mailto:bug-make@gnu.org">bug-make@gnu.org</A>>.</DIV>
<DIV> </DIV>
<DIV>Any other ideas ?</DIV>
<DIV>Are there precompieled binarys for solaris anywhere ?</DIV>
<DIV> </DIV>
<DIV>Mit freundlichen Grüßen / Kind regards</DIV>
<DIV> </DIV>
<DIV>Daniel Siegers<BR>Systemadministrator</DIV>
<DIV> </DIV>
<DIV>Heinrich Bauer Dienstleistungs KG<BR>Brieffach 4620<BR>Burchardstraße
11<BR>D-20077 Hamburg</DIV>
<DIV> </DIV>
<DIV>Telefon +49
(40)-3019-1991<BR>Fax +49
(40)-3019-140-1991</DIV>
<DIV> </DIV>
<DIV>E-Mail <A
href="mailto:Daniel.Siegers@Bauerverlag.de">Daniel.Siegers@Bauerverlag.de</A><BR><BR>>>>
"Carroll, Jim P [Contractor]" <JCARRO10@SPRINTSPECTRUM.COM>17.12.2002 18:00
>>> <BR>Have you tried GNU make? <BR><BR>If not, get it from <U><A
href="http://www.sunfreeware.com/">www.sunfreeware.com</A></U> . Be sure that
you have <BR>/usr/local/bin first on your $PATH before running 'make'.
<BR><BR>jc <BR><BR>> -----Original Message----- <BR>> From: Daniel Siegers
[<U> <A
href="mailto:Daniel.Siegers@bauerverlag.de]">mailto:Daniel.Siegers@bauerverlag.de]</A></U>
<BR>> Sent: Tuesday, December 17, 2002 9:02 AM <BR>> To: <U><A
href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</A></U>
<BR>> Subject: [Nagios-users] compiling nsca on Solaris 2.8 <BR>> <BR>>
<BR>> Hi there, <BR>> <BR>> i ve got a problem compiling nsca on
Solaris 2.8 with gcc <BR>> 2.95.3 20010315 (release) <BR>> <BR>>
./configure works fine, but here s the ouput of make all: <BR>> <BR>>
bash-2.03# make all <BR>> cd ./src/; make all ; cd .. <BR>> make[1]:
Entering directory `/usr/share/src/nsca-2.1/src' <BR>> gcc -g -O2
-DHAVE_CONFIG_H -lnsl -lsocket nsca.c netutils.c <BR>> utils.c -o nsca
<BR>> In file included from nsca.c:18: <BR>> ../common/common.h:105: parse
error before `u_int32_t' <BR>> ../common/common.h:105: warning: no semicolon
at end of <BR>> struct or union <BR>> ../common/common.h:106: warning:
data definition has no type <BR>> or storage class <BR>>
../common/common.h:111: parse error before `}' <BR>> ../common/common.h:111:
warning: data definition has no type <BR>> or storage class <BR>>
../common/common.h:116: parse error before `u_int32_t' <BR>>
../common/common.h:116: warning: no semicolon at end of <BR>> struct or union
<BR>> ../common/common.h:117: warning: data definition has no type <BR>>
or storage class <BR>> nsca.c: In function `handle_connection': <BR>>
nsca.c:768: `init_packet' undeclared (first use in this function) <BR>>
nsca.c:768: (Each undeclared identifier is reported only once <BR>>
nsca.c:768: for each function it appears in.) <BR>> nsca.c:768: parse error
before `send_packet' <BR>> nsca.c:791: `send_packet' undeclared (first use in
this function) <BR>> nsca.c:793: `u_int32_t' undeclared (first use in this
function) <BR>> nsca.c: In function `handle_connection_read': <BR>>
nsca.c:837: `data_packet' undeclared (first use in this function) <BR>>
nsca.c:837: parse error before `receive_packet' <BR>> nsca.c:838: `u_int32_t'
undeclared (first use in this function) <BR>> nsca.c:856: `receive_packet'
undeclared (first use in this function) <BR>> nsca.c:896: `packet_crc32'
undeclared (first use in this function) <BR>> nsca.c:898: `calculated_crc32'
undeclared (first use in this function) <BR>> In file included from
netutils.c:32: <BR>> ../common/common.h:105: parse error before `u_int32_t'
<BR>> ../common/common.h:105: warning: no semicolon at end of <BR>> struct
or union <BR>> ../common/common.h:106: warning: data definition has no type
<BR>> or storage class <BR>> ../common/common.h:111: parse error before
`}' <BR>> ../common/common.h:111: warning: data definition has no type
<BR>> or storage class <BR>> ../common/common.h:116: parse error before
`u_int32_t' <BR>> ../common/common.h:116: warning: no semicolon at end of
<BR>> struct or union <BR>> ../common/common.h:117: warning: data
definition has no type <BR>> or storage class <BR>> In file included from
utils.c:32: <BR>> ../common/common.h:105: parse error before `u_int32_t'
<BR>> ../common/common.h:105: warning: no semicolon at end of <BR>> struct
or union <BR>> ../common/common.h:106: warning: data definition has no type
<BR>> or storage class <BR>> ../common/common.h:111: parse error before
`}' <BR>> ../common/common.h:111: warning: data definition has no type
<BR>> or storage class <BR>> ../common/common.h:116: parse error before
`u_int32_t' <BR>> ../common/common.h:116: warning: no semicolon at end of
<BR>> struct or union <BR>> ../common/common.h:117: warning: data
definition has no type <BR>> or storage class <BR>> make[1]: *** [nsca]
Error 1 <BR>> make[1]: Leaving directory `/usr/share/src/nsca-2.1/src'
<BR>> bash-2.03# gcc -v <BR>> Reading specs from <BR>>
/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs <BR>> gcc version
2.95.3 20010315 (release) <BR>> <BR>> <BR>> Has anyone an idea ?
<BR>> <BR>> <BR>> Mit freundlichen Grüßen / Kind regards <BR>>
<BR>> Daniel Siegers <BR>> Systemadministrator <BR>> <BR>> Heinrich
Bauer Dienstleistungs KG <BR>> Brieffach 4620 <BR>> Burchardstraße 11
<BR>> D-20077 Hamburg <BR>> <BR>> Telefon +49 (40)-3019-1991 <BR>>
Fax +49 (40)-3019-140-1991 <BR>> <BR>> E-Mail <U><A
href="mailto:Daniel.Siegers@Bauerverlag.de">Daniel.Siegers@Bauerverlag.de</A></U>
<BR>> <BR>> <BR></DIV></BODY></HTML>