[Mono-dev] Bug 486705 Update / Fix?
Andreas Färber
andreas.faerber at web.de
Sat Mar 21 03:53:54 EDT 2009
Hi,
Am 21.03.2009 um 05:20 schrieb Shao Jiaxing:
> I'm using Mono 2.4RC3 source tarball on SLES 10.2.Unfortunately, I
> compile
> Mono 2.4RC3 has problem,too. My problem is compiling
> ICSharpCode.SharpZipLib and cause error.So, I modified Makefile to
> skip this
> library because I only want to compile OracleClient library.
If you want to build a single library only, no need to modify the
Makefile. Just `cd` to the library's subdirectory and do `make`, `make
install` there.
> I don't know how to submit my change to Mono source SVN, who can
> help me?
If you were using an SVN working copy you could submit the result of
`svn diff > my.patch` to this list (or as an attachment to a bug). If
you're using a source tarball, you will need an original and a
modified copy and to fiddle around with `diff -u file1.original
file1.modified >> my.patch`.
Andreas
More information about the Mono-devel-list
mailing list