On 16.12.2010 17:42, Dumple wrote: > > I have a question about building libgdiplus which I suspect may be trivial > for those with some Linux knowledge. > > I downloaded libgdiplus onto a RedHat Linux server. (In particular, the > package name was mono-libgdiplus-mono-1-9-1-46-g504b5ed) The README file > included in the libgdiplus package recommended running the command > "./configure" followed by "make". However, there is no "configure" file in > the package.
What you've downloaded is likely a developer's package of libgdiplus. There should be a file named `autogen.sh' which you may run to re-create the `configure' script. -- Alex _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
