Install DCC on Solaris 10 x86_64

View: New views
3 Messages — Rating Filter:   Alert me  

Install DCC on Solaris 10 x86_64

by Carlo Corona :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Hi,
I'm installing dcc client plugin for spamassassin 3.1.7 on Solaris 10 x86_64
operative system.

The compilation procedure with ./configure --disable-server --disable-dccm
 is ok
When a launch a "make install" command i receive the following error:
make: Fatal error in reader: ./gmake.inc, line 44: Unexpected end of line seen
Can any one help me.
Thanks

Carlo Corona

--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi, ed e'
risultato non infetto.

_______________________________________________
DCC mailing list      DCC@...
http://www.rhyolite.com/mailman/listinfo/dcc

Re: Install DCC on Solaris 10 x86_64

by Vernon Schryver :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

> From: "Carlo Corona"

> I'm installing dcc client plugin for spamassassin 3.1.7 on Solaris 10 x86_64
> operative system.
>
> The compilation procedure with ./configure --disable-server --disable-dccm
>  is ok
> When a launch a "make install" command i receive the following error:
> make: Fatal error in reader: ./gmake.inc, line 44: Unexpected end of line seen
> Can any one help me.

What version of DCC software are you using?

>From where did you obtain it?

Line 44 in recent versions of gmake.inc is
ifeq (,$(findstring k,$(MAKEFLAGS)))
Is that what you find in line 44 of your copy?

I just now tried `make -n install` on two systems that use gmake after
./configure --disable-server --disable-dccm
and saw no problems.  (I used "-n" for obvious reasons.)
`uname -a` says "SunOS xxxx 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-250"
on one of them.
The other is a SUSE Linux system


Vernon Schryver    vjs@...
_______________________________________________
DCC mailing list      DCC@...
http://www.rhyolite.com/mailman/listinfo/dcc

Re: Install DCC on Solaris 10 x86_64

by Vernon Schryver :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

> I'm installing dcc client plugin for spamassassin 3.1.7 on Solaris 10 x86_64

> make: Fatal error in reader: ./gmake.inc, line 44: Unexpected end of line seen

I think this was caused by not having gmake.

The DCC makefiles work with GNU `gmake` (even if it is named "make")
or with BSD style `make`.  They do not work with Solaris' `make` because
the non-gmake versions of the Makefiles try to ".include <bsd.prog.mk>"


Vernon Schryver    vjs@...
_______________________________________________
DCC mailing list      DCC@...
http://www.rhyolite.com/mailman/listinfo/dcc