Hello,
I'm trying to compile expat on my RH 6.2 box. I have downloaded and uncompressed the zip file. The php builder site says that I should add these lines to the makefile:
all: xmlwf/xmlwf${EXE} libexpat.a
ar -rc $@ ${OBJS}
ranlib $@
but when I run make I get the following error:
Makefile:24 ***missing seperator Stop.
the 24 corresponds to the ar -rc $@ ${OBJS} line.
It looks like a syntax error in the makefile but I am not familiar with makefiles and do not know what a missing seperator error is.
Any help would be appreciated.
Thanks.