[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] trying to compile condor 4.5.3



Hello,

I'm trying to compile condor 4.5.3 on a linux system with gcc-4.5.0 and
glibc-2.11.2.

The makefiles generated by ./configure are plagued by continuation lines
without a terminating backslash.  Like this:

KERBEROS_LIB = $(KERBEROS_DIR)/lib/libkrb5.a
   $(KERBEROS_DIR)/lib/libk5crypto.a
   $(KERBEROS_DIR)/lib/libcom_err.a
   $(KERBEROS_DIR)/lib/libkrb5support.a

These cause an error: Makefile:163: *** missing separator.  Stop.

Is there an easy fix other than manual editing of every Makefile?

Thanks,
Roger