Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
diana:windows:building:autotools [2009-11-26 14:04:11] dages |
diana:windows:building:autotools [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 4: | Line 4: | ||
The GNU autotools require Perl. Download and install the MSYS version of Perl from http:// | The GNU autotools require Perl. Download and install the MSYS version of Perl from http:// | ||
+ | |||
+ | You //must// use the MSYS version. | ||
===== autoconf, automake and libtool ===== | ===== autoconf, automake and libtool ===== | ||
Line 20: | Line 22: | ||
Build them in the order in which they are listed in the table. | Build them in the order in which they are listed in the table. | ||
- | $ ./configure --prefix=/mingw | + | $ ./configure --prefix=/usr |
$ make all install | $ make all install | ||
Do //not// build and install GNU make; it will not work in conjunction with MSYS (though it may work if you install a native Windows shell, such as the Interix / SFU '' | Do //not// build and install GNU make; it will not work in conjunction with MSYS (though it may work if you install a native Windows shell, such as the Interix / SFU '' | ||
+ | |||
+ | Note that in MSYS, ''/ | ||
+ | |||
+ | When you install a particular version automake, it will install '' | ||
===== pkg-config ===== | ===== pkg-config ===== |