[Mono-dev] Help with a hung build....

Robert Jordan robertj at gmx.net
Fri May 15 18:57:38 EDT 2009


Randall Stewart wrote:
> All:
> 
> I would appreciate a bit of advice if possible.
> 
> I have now gotten the AIX port to pass the regressions and build
> up to the point where it hits the mcs/docs directory. In that
> directory it belches:
> 
> gmake all-local
> gmake[1]: Entering directory `/home/rrs/mono/mono-2.4/mcs/docs'
> MDOC    [net_2_0] cs-errors.tree
> System.DllNotFoundException: libc.a

"libc.a" was substituted by autotools in mono/data/config.in
as the name of the "libc" of your system.

It's the value of the LIBC variable in configure.in which
defaults to "libc.so.6", but it seems that you've changed
it to "libc.a". This is most likely wrong, unless "libc.a"
is a dynamic library on AIX.

Robert



More information about the Mono-devel-list mailing list