This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj version that include javax.sound.* implementations
- From: Tom Tromey <tromey at redhat dot com>
- To: Ewald Peiszer <ewald dot peiszer at gmx dot at>
- Cc: java at gcc dot gnu dot org
- Date: 08 Sep 2006 11:32:56 -0600
- Subject: Re: gcj version that include javax.sound.* implementations
- References: <4501461F.5080506@gmx.at>
- Reply-to: tromey at redhat dot com
>>>>> "Ewald" == Ewald Peiszer <ewald.peiszer@gmx.at> writes:
Ewald> Can anyone tell me what version of of gcj I actually need? (I assume
Ewald> 4.1 or 4.2?)
The sound stuff showed up in gcc 4.1.
Ewald> Second question: what is the easiest way to install this version on my
Ewald> Stable Debian?
Unfortunately I'm not a Debian user, so I don't know.
Ewald> Should I try to compile it from source? I tried that already and
Ewald> didn't get very far (configure: error: cannot run /bin/sh
Ewald> ./config.sub).
Weird. If you try this, make sure you follow all the GCC installation
instructions. These are on gcc.gnu.org.
Tom