bug-cvs
[Top][All Lists]
Advanced

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

Re: Dev builds breaking on some systems


From: Larry Jones
Subject: Re: Dev builds breaking on some systems
Date: Fri, 29 Dec 2000 13:42:01 -0500 (EST)

Derek R. Price writes:
> 
> Builds are breaking on some systems (notably,
> BSD/OS thor.sdrc.com 4.0.1 BSDI BSD/OS 4.0.1 Kernel #3: Thu Mar  9
> 11:29:16 EST 2000
> ) due to Automake's dependency tracking code.  The work around for this
> is to
> comile without it by passing the '--disable-dependency-tracking' option
> to
> configure:
> 
>         ./configure --disable-dependency-tracking

That doesn't quite work either.  Now I get:

        bash-2.02$ make
        make  all-recursive
        Making all in lib
        "Makefile", line 192: Need an operator
        Fatal errors encountered -- cannot continue
        *** Error code 1
        
        Stop.

lib/Makefile:192 is the last line of:

        DEP_FILES =  # $(DEPDIR)/argmatch.Po $(DEPDIR)/dup2.Po \
        $(DEPDIR)/fncase.Po $(DEPDIR)/fnmatch.Po $(DEPDIR)/ftruncate.Po \
        $(DEPDIR)/getdate.Po $(DEPDIR)/getline.Po $(DEPDIR)/getopt.Po \
        $(DEPDIR)/getopt1.Po $(DEPDIR)/hostname.Po $(DEPDIR)/md5.Po \
        $(DEPDIR)/memmove.Po $(DEPDIR)/mkdir.Po $(DEPDIR)/regex.Po \
        $(DEPDIR)/rename.Po $(DEPDIR)/savecwd.Po $(DEPDIR)/sighandle.Po \
        $(DEPDIR)/strerror.Po $(DEPDIR)/stripslash.Po $(DEPDIR)/strstr.Po \
        $(DEPDIR)/strtoul.Po $(DEPDIR)/valloc.Po $(DEPDIR)/waitpid.Po \
        $(DEPDIR)/xgetwd.Po $(DEPDIR)/yesno.Po

I'm guessing that you can't continue a comment like that.

-Larry Jones

Moms and reason are like oil and water. -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]