DG/UX [was: Re: problem building 0.15.7]

Gyepi SAM gyepi at praxis-sw.com
Fri Dec 12 20:24:36 CET 2003


On Fri, Dec 12, 2003 at 02:06:12PM -0500, David Relson wrote:
> On Fri, 12 Dec 2003 13:56:15 -0500 (EST)
> Dave Lovelace <dave at firstcomp.biz> wrote:
> 
> > Gyepi SAM wrote, in part:
> > > 
> > > Did you get a chance to run my configure.new script? What was the
> > > result. Send any errors generated.
> > <sigh>  It doesn't finish the configure.  I get, at the end:

I was hoping there were not too many differences between the two versions.
Correct me if I am wrong, but I assumed that you have not installed GNU automake
and autoconf on the machine? If you have, then you should apply the patch at
the bottom of this message and regenerate your configure file.

> src/tests/t.frame.in is a file that existed in cvs for a day or two. 
> How about I create a current cvs snapshot for you so you'll have a
> consistent set of files?

This is a good idea. My configure.new script was generated from a configure.ac
file with the following patch which ends up generating ar invocations as well,
which should solve the linker problems. So, David, please make sure that your
CVS snapshot includes this patch.

Thanks

-Gyepi

diff -B -u -b -r1.199 configure.ac
--- configure.ac        7 Dec 2003 13:36:35 -0000       1.199
+++ configure.ac        12 Dec 2003 19:19:35 -0000
@@ -13,6 +13,7 @@
 AM_CONFIG_HEADER(src/config.h:config.in)
 AC_PROG_AWK
 AC_PROG_CC(gcc xlc cc)
+AC_CHECK_TOOL(AR, ar)
 AC_PROG_RANLIB
 AC_PATH_PROGS(PERL, perl perl5, $PATH:/usr/local/bin:/usr/bin)
 AM_PROG_LEX
 




More information about the Bogofilter mailing list