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

Dave Lovelace dave at firstcomp.biz
Fri Dec 12 20:35:38 CET 2003


Gyepi SAM wrote, in part:
> 
> 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.
> 
That's correct - I don't have automake & autoconf.

> 
> 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
>  
> 

David, did the file I picked up have this?  Thanks.


-- 
- Dave Lovelace
  dave at firstcomp.biz
  davel at cyberspace.org




More information about the Bogofilter mailing list