[Mono-devel-list] missing monoresgen.exe in building Mono on Mac OS X.
Paolo Molaro
lupus at ximian.com
Sun Jun 6 04:50:17 EDT 2004
On 06/05/04 S Page wrote:
> I'm compiling Mono using mono-build.sh on Mac OS X 10.3. I've
> installed some fink packages in the past, so I have automake, autoconf,
> etc.
I think mono-build.sh is not being maintained anymore, Dick?
You should be able to just run:
./autogen.sh
make
make install
in the toplevel mono dir.
Set ACLOCAL_FLAGS if you have non-standard installations and you should
be set. For example, since I install mono in my home dir, I use:
LDFLAGS="-L/Users/lupus/devel/install/lib"
CPPFLAGS="-I /Users/lupus/devel/install/include"
ACLOCAL_FLAGS="-I /sw/share/aclocal"
./autogen.sh --prefix=/Users/lupus/devel/install
(all in one line).
lupus
--
-----------------------------------------------------------------
lupus at debian.org debian/rules
lupus at ximian.com Monkeys do it better
More information about the Mono-devel-list
mailing list