[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] 4.3.0 beta3 compile problem on solaris 10 sparc
- To: xymon (at) xymon.com
- Subject: Re: [xymon] 4.3.0 beta3 compile problem on solaris 10 sparc
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Thu, 18 Nov 2010 07:10:20 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <4CE4376C.909 (at) logicaltech.com.au> <ic1ejd$8tt$2 (at) voodoo.hswn.dk> <ic1ejd$8tt$2 (at) voodoo.hswn.dk> <4CE450D8.1050809 (at) logicaltech.com.au>
- User-agent: nn/6.7.3
In <4CE450D8.1050809 (at) logicaltech.com.au> Roland Soderstrom <rolands (at) logicaltech.com.au> writes:
>So Makefile.SunOS finds the Gnu linker, but later it is using
>/usr/ccs/bin/ld. Where? and Why?
Most likely your compiler was built to search for the linker
in /usr/ccs/bin before trying /usr/local/bin
>Another problem:
>I'm trying to compile the client on Solaris 9 SPARC and get this error.
>gcc -g -O2 -Wall -Wno-unused -D_REENTRANT -D_LARGEFILE_SOURCE
>-D_FILE_OFFSET_BITS=64 -DSunOS -I. -I/var/tmp/xymon-4.3.0.beta3/include
>-DCLIENTONLY=1 -I. -I../include -c -o misc.o misc.c
>In file included from /var/tmp/xymon-4.3.0.beta3/include/libxymon.h:56,
> from misc.c:34:
>/var/tmp/xymon-4.3.0.beta3/include/../lib/eventlog.h:38: error: syntax
>error before numeric constant
Yes, I've seen this on Solaris 8 also. Looking into it.
Regards,
Henrik