Sebastien Pouliot wrote: > On Wed, 2007-09-19 at 22:10 -0500, B R wrote: >> yes, libgdiplus is present on the system. But its been mentioned that any >> other libgdiplus other than what comes with Mono, doesn't work. So that's >> why I'm trying to compile it. > > Not quite. > > I said that you need to have a libgdiplus version that *match* your Mono > version, otherwise you can have *runtime* issues (that no one can > replicate). > > Now AFAIK the Mono installer includes both a Mono and a libgdiplus > version that match this condition. If your original install was correct > then it should be working.
It does not work in all cases, as libgdiplus depends on libraries that might not be installed on the system. He may want to run "ldd" on libgdiplus.so and install all missing libs. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
