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:[EMAIL PROTECTED]     OpenAvenue ( http://OpenAvenue.com )
--
The cost of living hasn't affected its popularity.




_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to