[Mono-dev] Undefined reference to 'mono_set_rootdir' - further correction

Brian Crowell mono-devel at fluggo.com
Wed Feb 8 12:10:33 EST 2006


Brian Crowell wrote:
> When linking a file in the /mono/metadata directory, the following error 
> occurs:

It's not so much that libmonoos.a is empty-- it's that there's two of them, and 
the wrong one is empty.

mono/os/.libs/libmonoos.a is empty, but mono/os/unix/.libs/libmonoos.a has the 
right export. So I expect that somewhere in the build process, someone was 
supposed to copy the Unix-specific library over the one in the common build 
path. Where does this take place, and why might it fail?

--Brian



More information about the Mono-devel-list mailing list