[JDEV] Question on Solaris install of Jabber server 1.2

Craig ckaes at jabber.com
Wed Nov 29 13:07:17 CST 2000


Looks like you're using Solaris' make when you should be using gmake. On my
Solaris box, make does bad things:
/usr/ccs/bin/make
make: Fatal error in reader: Makefile, line 6: Badly formed macro
assignment

but gmake does good things:
/usr/local/bin/gmake
Making all in gen
gmake[1]: Entering directory `/home/craigk/src/jabber2-pthread/jabberd/gen'

gcc -g -Wall -fPIC -I/usr/include -I./ -I../ -I/home/craigk/usr/include
-c -o
base_host.o base_host.c

--C

Stanley Boykin wrote:

> Hello, I hope this is the appropriate place to post my question.  I am
> having problems installing the 1.2 server on a Sun Solaris 7 machine.  I
> get through the installs of libxode and libjabber okay - in fact get all
> the way to the 'make install' of the server itself - when I get the
> following error message:
>
> ----
> Making all in jabberd
> make: Fatal error in reader: Makefile, line 6: Badly formed macro
> assignment
> Current working directory /export/home/sboykin/jabber/jabber-1.2/jabberd
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> ----
>
> If anyone has any tips on this error, your help would be greatly
> appreciated.  Thanks.





More information about the JDev mailing list