[Mono-list] Configuring and making Mono Runtime

Richard Anthony Hein 935551@ican.net
Mon, 10 Sep 2001 23:39:43 -0400


Thanks Bob and Jim,

Putting both your answers together worked for me.

Cheers,

Richard A. Hein

-----Original Message-----
From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
Behalf Of Jim Richardson
Sent: September 10, 2001 7:44 PM
To: Richard Anthony Hein
Cc: Mono List
Subject: RE: [Mono-list] Configuring and making Mono Runtime


This error is probably because aclocal is only looking in /usr/share/aclocal
for its *.m4 files. I had to create symbolic links for libtool.m4 and
glib.m4 in /usr/share/aclocal to the actual files located in
/usr/local/share/aclocal.

There is a way to configure aclocal to look in the local path, at least
there must be because one of the systems I use repsponds:

jrichardson@JIMR-LAPTOP ~
$ aclocal --print-ac-dir
/usr/local/share/aclocal

the other responds:

jrichardson@JIM-2000 ~
$ aclocal --print-ac-dir
/usr/share/aclocal

Since I got it working on my laptop first I must have managed to change that
config, but last Saturday, I tried for a couple of hours on my desktop and
finally just created the two symbolic links.

I hope this solves your issue.
Jim

> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
> Behalf Of Richard Anthony Hein
> Sent: Monday, September 10, 2001 4:27 PM
> To: 'Bob Smith'; 'Mono-List' (E-mail)
> Subject: RE: [Mono-list] Configuring and making Mono Runtime
>
>
> I just tried that and now I get this error:
>
> ====
> rahein@K6 ~/mono
> $ ./autogen.sh --prefix=//c/mono
> Running libtoolize...
> You should add the contents of `/usr/local/share/aclocal/libtool.m4' to
> `aclocal
> .m4'.
> Running aclocal  ...
> aclocal: configure.in: 14: macro `AM_PROG_LIBTOOL' not found in library
> aclocal: configure.in: 21: macro `AM_PATH_GLIB' not found in library
>
> **Error**: aclocal failed. This may mean that you have not
> installed all of the packages you need, or you may need to
> set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
> for the prefix where you installed the packages whose
> macros were not found
> ====
>
> I am using libtool-1.4.1 - do you think that's the problem?
>
> Thanks,
>
> Richard A. Hein
>
>
> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
> Behalf Of Bob Smith
> Sent: September 10, 2001 5:09 PM
> To: Richard Anthony Hein
> Cc: mono-list@ximian.com
> Subject: Re: [Mono-list] Configuring and making Mono Runtime
>
>
> try:
> /autogen.sh --prefix=//c/mono
> make
> make install
>
>
> On Mon, 10 Sep 2001, Richard Anthony Hein wrote:
>
> > I haven't done this for awhile (and I haven't much of a clue), as I have
> > been trying to get my system all set up with Debian Sid, reinstalling
> > Windows 2K (registry got screwed), and other stuff that has occupied my
> > time.
> >
> > The last time I installed the Mono runtime, things worked fine.  Now it
> > seems that the instructions on  http://www.go-mono.com/download.html are
> not
> > correct.  I added the step of running autoconf before
> ./configure (as just
> > running ./configure first results in a path or file not found error).
> >
> > What am I doing wrong or missing here?
> >
> > rahein@K6 ~/mono
> > $ autoconf
> > configure.in:16: warning: AC_TRY_RUN called without default to
> allow cross
> > compi
> > ling
> >
> > rahein@K6 ~/mono
> > $ ls
> > AUTHORS  ChangeLog    NEWS    autogen.sh  configure.in  libffi  notes
> > status
> > CVS      Makefile.am  README  configure   doc           mono    runtime
> > ximian
> >
> > rahein@K6 ~/mono
> > $ ./configure --prefix=//c/mono
> > creating cache ./config.cache
> > ./configure: 523: Syntax error: word unexpected (expecting ")")
> >
> > ThanksE6,
> >
> > Richard A. Hein
> >
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


_______________________________________________
Mono-list maillist  -  Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list