This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: installed, compiled, how to link?
- From: David Daney <ddaney at avtrex dot com>
- To: hill0093 <hill0093 at umn dot edu>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 02 Jul 2007 10:41:28 -0700
- Subject: Re: installed, compiled, how to link?
- References: <11377342.post@talk.nabble.com> <4686D716.5010609@avtrex.com> <11377671.post@talk.nabble.com> <4686E3A6.7000008@avtrex.com> <11384524.post@talk.nabble.com> <46885D45.2000106@avtrex.com> <11397506.post@talk.nabble.com>
hill0093 wrote:
David Daney wrote:
libgcj evidently does not support what ever it is you are trying to do
with BufferedImages.
Your options are fairly limited at this point. Either
1) Change your code to use BufferedImage operations that are supported
by the version of libgcj that is part of your system.
2) Install Sun's JVM and use that instead.
3) Get the source code to libgcj and fix it.
When I have problems with gcj, I usually choose option 3. Unless you
are familiar with software development on GNU/Linux, you probably would
be better off with one of the other options.
Thanks for your experience and kindness.
It is sad because one reason to use gcj is to get
an executable that doesn't use JVM.
How do I get the documentation for libgcj ?
There is this web site called google.com. If you enter the terms
'libgcj' and 'documentation' the first page of results has some good links.
David Daney