bug-cvs
[Top][All Lists]
Advanced

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

Dev builds breaking on some systems


From: Derek R. Price
Subject: Dev builds breaking on some systems
Date: Thu, 28 Dec 2000 09:31:42 -0500

FYI:

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

This will allow a compile but make will no longer be tracking header
dependencies.  This means that if you make any changes to header files
you may
have to run 'make clean' before running a 'make' to get everything to
compile.

I'm working on getting it up and running.  This requires some Automake
support.  Of course, suggestions and patches are welcome.

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:dprice@openavenue.com     OpenAvenue ( http://OpenAvenue.com )
--
The cost of living hasn't affected its popularity.






reply via email to

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