[Mono-dev] Can't find C runtime library while installing mono
Bill Seurer
seurer at us.ibm.com
Thu Aug 3 16:11:38 EDT 2006
Just a follow-up on how we resolved this. It turned out that glib (gmodule
specifically) doesn't handle libraries on AIX (and thus PASE on i5/OS)
properly. We did a little bit of hacking on it and now the problem does
not occur.
--
Bill Seurer IBM System i5 internal compiler development Rochester, MN
Business: seurer at us.ibm.com Home: Bill at seurer.net
http://w3.rchland.ibm.com/~seurer/ http://www.seurer.net
mono-devel-list-bounces at lists.ximian.com wrote on 08/02/2006 10:01:29 AM:
>
> We have mono building and running OK under PASE on i5/OS (i.e., AIX) but
> get an error when installing:
>
> > gmake install
> ...
> gmake[6]: Entering directory `/QOpenSys/home/seurer/dev/mono-1.1.15
> /mcs/class/System'
> gmake install-local
> gmake[7]: Entering directory `/QOpenSys/home/seurer/dev/mono-1.1.15
> /mcs/class/System'
> MONO_PATH="../../class/lib/net_1_1_bootstrap:$MONO_PATH"
> /home/seurer/dev/mono-1.1.15/runtime/mono-wrapper
> ../../class/lib/net_1_1_bootstrap/gacutil.exe /i
> ../../class/lib/default/System.dll /f /root /usr/local/lib /package 1.0
>
> Unhandled Exception: System.DllNotFoundException: libc.a
> in (wrapper managed-to-native) Mono.Tools.Driver:symlink (string,string)
> in <0x00ab0> Mono.Tools.Driver:Install (Boolean check_refs, System.String
> name, System.String package, System.String gacdir, System.String
> link_gacdir, System.String libdir, System.String link_libdir)
> in <0x00718> Mono.Tools.Driver:Main (System.String[] args)
> gmake[7]: *** [install-local] Error 1
> ...
>
> I suspect that we need to set some sort of environment variable so that
it
> can find the C runtime library (libc). Is that right, and if so, what is
> the environment variable? Thanks!
> --
> Bill Seurer IBM System i5 internal compiler development Rochester,
MN
> Business: seurer at us.ibm.com Home: Bill at seurer.net
> http://w3.rchland.ibm.com/~seurer/ http://www.seurer.net
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list