[Mono-list] Build fails on AppDomain because of AssemblyBuilderconstructor

Nick Drochak ndrochak@gol.com
Thu, 8 Nov 2001 19:11:46 +0900


| > So, we can just 'make linux' (or just 'make') and in corlib.build's
| > linux target replace the copy file task with the windows target task
| > that builds corlib_res.dll.  That copy task doesn't work well anyway
| > since the .NET class loader gets confused about a dll that's been
| > renamed (but that's a story for another time...)
|
| That looks good.  Can you go ahead and make the changes and update our
| README accordingly?
|

I made those changes to the corlib.build file and put some more explanation
in the mcs/class/README file.  I tried to explain about the different dll's
that get built by nant and where they end up. Someone should review it, and
see if it makes sense.

In doing so I saw some things that need to be fixed in some of the build
files for the tests.  It doesn't seem like we are linking to the mono dll's
where we should in all cases.  I'll work on that later today.

Oh yeah, I also added the /nowarn switch to corlib.build for the linux
target.  Now there's much less noise about those unused fields when making.


Nick D.