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

Re: [Condor-users] trying to compile condor 4.5.3



On 09/28/2010 06:53 PM, Roger Mason wrote:
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

That's not a problem with configure script, it's a problem with imake.

Try fresh with USE_OLD_IMAKE=YEAHMIGHTBEAGOODIDEA set in your environment.

Best,


matt