[Xcircuit-dev] How to use different version of automake

Tim Edwards tim at opencircuitdesign.com
Tue Jan 20 06:11:38 PST 2009


Dear Svenn,

> when compiling 3.6.145 I get an error message that I don't have
> automake-1.9 installed. That's right because I have automake-1.10
> installed. How can I tell the build process that I have
> autoomake-1.10? Shouldn't these things be intelligent enough to
> discover that a newer version is installed?

The autoconf system has always seemed a bit brain-dead to me, in
spite of its advances over alternatives such as "imake".

If you end up with automake incompatibility, you will need a couple
of extra steps in the compile procedure:

	aclocal
	automake
	autoconf
	./configure
	make
	make install

This is written in the xcircuit install instructions, but it's buried
somewhere in the middle of the page.

					---Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: tim at opencircuitdesign.com    |
| Open Circuit Design, Inc.      | web:   http://opencircuitdesign.com |
| 22815 Timber Creek Lane        | phone: (301) 528-5030               |
| Clarksburg, MD 20871-4001      | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+


More information about the Xcircuit-dev mailing list