[Mono-dev] x86_64 and building

Mike Kestner mkestner at novell.com
Mon Dec 19 00:17:36 EST 2005


On Sun, 2005-12-18 at 18:06 -0800, Todd Berman wrote:

> > So far, I've no problems getting mono/mcs and libgdiplus to build.
> > However, I can't get gtk-sharp to build (it bombs out moaning that .net
> > or mono needs to be installed - so I'm guessing there is a problem with
> > the current build script).
> > 
> > I'm fine putting that into bugzilla, but can anyone else using an x86_64
> > box confirm it?
> 
> works for me here.
> 
> sounds like a local issue.

My main Gtk# development machine is amd64, so I'll second Todd's motion.

There are 3 "moaning that .net or mono needs to be installed" messages,
but 2 specify gacutil and al as a specific missing requirement too.  So
since you didn't mention that I suspect it is the 3rd one which results
from not finding mono.pc and AC_PATH_PROG not finding csc.exe.

Since you are building on mono, apparently your issue is a failure to
find mono.pc.  On a 64 bit build I would suspect the whole libdir=lib64
thing.  Mono is most likely stuffing the pc file in
prefix/lib/pkgconfig.  Make sure your PKG_CONFIG_PATH isn't doing
something like prefix/lib64/pkgconfig.

-- 
Mike Kestner <mkestner at novell.com>




More information about the Mono-devel-list mailing list