[Mono-dev] libgthread error

Highlord Kruul kruul at x7i.net
Tue Feb 13 20:03:15 EST 2007


alright, I was able to configure & install gettext, which is required by
glib 2 (which is required by mono).

however, I'm getting an error when I try to make glib 2.12.0:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\"
-DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -pthread
-g -O2 -Wall -MT gconvert.lo -MD -MP -MF .deps/gconvert.Tpo -c gconvert.c
-fPIC -DPIC -o .libs/gconvert.o
gconvert.c:47:2: #error GNU libiconv not in use but included iconv.h is from
libiconv
make[4]: *** [gconvert.lo] Error 1
make[4]: Leaving directory `/usr/home/mydirectory/source/glib-2.12.0/glib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/home/mydirectory/source/glib-2.12.0/glib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/home/mydirectory/source/glib-2.12.0/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/home/mydirectory/source/glib-2.12.0'
make: *** [all] Error 2

i've configured & installed libiconv, but it still doesn't seem to fix
glib's make command.  Could the problem be with this gconvert thing?


Kruul


On 2/13/07, Rafael Teixeira <monoman at gmail.com > wrote:
>
> Hi Kruul,
>
> Configure to a prefix where you have permission like your home dir,
> and then make && make install. Adjust your PATH, LD_LIBRARY_PATH, etc.
> to add your prefix bin and lib dirs, etc. to them.
>
> Good luck,
>
> On 2/13/07, Highlord Kruul < kruul at x7i.net> wrote:
> > actually, the server I'm trying to install mono on has the RPM command
> > disabled.  I'm trying building mono from source, now.
> >
> >  It seems that the "make install" command will always return an error on
> my
> > server.  Parts of my server, such as "/usr/local/share/", are off limits
> to
> > me.
> >
> >  Is there a way to simulate a "make install", where I specify an install
> > location somewhere in my ~/ directory?  Perhaps (after doing a "make"
> for
> > Glib (which I believe will solve my libgthread error), could I simply
> add my
> > Glib directory to my server's $PATH?
> >
> > There's got to be a way to get Mono to work, without having to do a full
>
> > type of "installation" procedure...
> >
> >  Kruul
> >
> >
> >
> > On 2/12/07, Rafael Teixeira < monoman at gmail.com> wrote:
> > > Hi Kruul,
> > >
> > > Did you 'force' install with rpm? It quite surely looks like a
> > > dependency failure that either was overriden when installing, or which
> > > the packaging didn't check as needed.
> > >
> > > I don't think RHE2.1 is a supported version for Mono, see the
> > > packages/versions supported in mono downloads page.
> > >
> > > :)
> > >
> > > On 2/9/07, Highlord Kruul < kruul at x7i.net> wrote:
> > > > i get an error whenever I try to run the standard mono command on a
> Red
> > Hat
> > > > Enterprise 2.1 distro
> > > >
> > > >  i'll do:
> > > >
> > > > ./mono
> > > >
> > > >  and it will say:
> > > >
> > > > error while loading shared libraries: libgthread-2.0.so.0: cannot
> open
> > > > shared object file: No such file or directory
> > > >
> > > > I've checked, and that "libgthread" file doesn't even EXIST in linux
> > > > distributions of Mono.  Why in the heck would ./mono be returning an
>
> > error?
> > > > During install, I'm letting the mono installer set up all my
> environment
> > > > variables and everything, what the heck is wrong with it?
> > > >
> > > > also, WHY does a true support FORUM for Mono not already exist?
> > somebody
> > > > should create one...
> > > >
> > > > Kruul
> > > >
> > > >
> > > > _______________________________________________
> > > > Mono-devel-list mailing list
> > > > Mono-devel-list at lists.ximian.com
> > > >
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > > >
> > > >
> > >
> > >
> > > --
> > > Rafael "Monoman" Teixeira
> > > ---------------------------------------
> > > "The reasonable man adapts himself to the world; the unreasonable one
> > > persists in trying to adapt the world to himself. Therefore all
> > > progress depends on the unreasonable man." George Bernard Shaw
> > >
> >
> >
>
>
> --
> Rafael "Monoman" Teixeira
> ---------------------------------------
> "The reasonable man adapts himself to the world; the unreasonable one
> persists in trying to adapt the world to himself. Therefore all
> progress depends on the unreasonable man." George Bernard Shaw
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070213/b75d4660/attachment.html 


More information about the Mono-devel-list mailing list