This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

java/1840: unknown encoding: `ISO8859-1'



>Number:         1840
>Category:       java
>Synopsis:       unknown encoding: `ISO8859-1'
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 02 11:26:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Schmitt Marc
>Release:        gcc version 2.97 20010129 (experimental)
>Organization:
>Environment:
Reading specs from /pub/gcc/20010129/lib/gcc-lib/sparc-sun-solaris2.6/2.97/specs
Reading specs from /pub/gcc/20010129/lib/gcc-lib/sparc-sun-solaris2.6/2.97/../../../libgcj.spec
rename spec lib to liborig
rename spec startfile to startfileorig
Configured with: ../Source/configure --enable-threads=posix --prefix=/pub/gcc/20010129 --enable-shared --enable-languages=c++,java --with-as=/pub/binutils/2.10.1/bin/as --with-ld=/pub/binutils/2.10.1/bin/ld
>Description:
I managed to compile/install the snapshot 20010129 on
SunOS 5.6 Generic_105181-17 sun4u sparc SUNW,Ultra-4
but I can`t compile any java source files:

bash# gcj --main=HelloWorld HelloWorld.java 
HelloWorld.java:0: unknown encoding: `ISO8859-1'
Please submit a full bug report, with preprocessed source
if appropriate.  See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
bash#
>How-To-Repeat:
bash# cat HelloWorld.java 
public class HelloWorld {
  public static void main(String[] argv) {
    System.out.println("Hello world!");
  }
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]