[Mono-list] Still can't build!

Dick Porter dick@ximian.com
26 Jul 2002 16:21:48 +0100


On Fri, 2002-07-26 at 15:57, J. Perkins wrote:
> I finally gave up, wiped everything out, and started again clean.
> This is a Win2K box (everything builds okay on RH7.3). I installed
> Cygwin. I installed the MS SDK. I got the mono-build-w32.sh script,
> ran it, and got:
> 
>    ---
> 
> Running libtoolize...
> You should add the contents of 
> `/usr/autotool/stable/share/aclocal/libtool.m4' to `aclocal.m4'.
> Running aclocal -I /home/jason/mono-24-Jul-02/install/share/aclocal  ...
> aclocal: /usr/share/aclocal/pkg.m4: 5: duplicated macro 
> `PKG_CHECK_MODULES'

Try deleting the cygwin pkg-config package.

The script doesn't yet check for cygwin having pkg-config installed (it
was written before there was a cygwin package.)  Fixing that is on my
todo list.

- Dick