<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hey Nile,<br>
<br>
Well were getting there, configure now runs without errors but make all
still fails with this error:<br>
<br>
rm -rf /c/lina/tmp<br>
rm -rf /lina-tmp<br>
mkdir -p /c/lina/tmp<br>
mkdir -p /lina-tmp<br>
mount -o managed C:/cygwin/lina-tmp /c/lina/tmp<br>
mount: /c/lina/tmp: Device or resource busy<br>
make[4]: *** [mount-cygwin-directories] Error 1<br>
make[4]: Leaving directory `/c/lina/src/toolkit/host-tools/compiler'<br>
make[3]: *** [build-compiler] Error 2<br>
make[3]: Leaving directory `/c/lina/src/toolkit/host-tools'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/c/lina/src/toolkit'<br>
make[1]: *** [all] Error 2<br>
make[1]: Leaving directory `/c/lina/src'<br>
make: *** [build-src] Error 2<br>
<br>
-Robin-<br>
<br>
Nile Geisinger wrote:
<blockquote cite="mid:978267.44799.qm@web53811.mail.re2.yahoo.com"
type="cite">
<style type="text/css"><!-- DIV {margin:0px;} --></style>
<div
style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
<div
style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>
Hi Robin,<br>
<br>
A recent version of automake changed their quoting rules. All of the
warning you are experiencing are from other packages installed on your
system that don't obey these quoting rules. Unfortunately, autoconf
spews out errors from all packages installed on a system rather than
errors in the local package.<br>
<br>
I personally build with the same version of automake that you are using
on Linux so I think you should be fine. <br>
<br>
However, I believe you also have legacy files from your first attempt
to build using the other automake. To make sure you're starting clean,
try:<br>
<br>
rm -rf autom4te.cache <br>
make maintainer-clean<br>
<br>
That should remove the object path errors and use the CYGWIN automake.<br>
<br>
cheers,<br>
<br>
Nile<br>
</div>
</div>
</blockquote>
</body>
</html>