public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
@ 2004-09-07 18:02 ` dtiller at captechventures dot com
  2004-11-13  5:35 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dtiller at captechventures dot com @ 2004-09-07 18:02 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From dtiller at captechventures dot com  2004-09-07 18:02 -------
For those of us who use gcj in the embedded arena, having static support is
crucial. Many embedded projects can't use a real JVM for performance or memory
footprint reasons. Making statically-linked executables is ideal for porting
Java code into embedded devices.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
  2004-09-07 18:02 ` [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment dtiller at captechventures dot com
@ 2004-11-13  5:35 ` pinskia at gcc dot gnu dot org
  2005-05-28  0:30 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-13  5:35 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-13 05:35 -------
*** Bug 18459 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ovidr at users dot
                   |                            |sourceforge dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
  2004-09-07 18:02 ` [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment dtiller at captechventures dot com
  2004-11-13  5:35 ` pinskia at gcc dot gnu dot org
@ 2005-05-28  0:30 ` pinskia at gcc dot gnu dot org
  2005-05-29  2:09 ` gerrit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-28  0:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-28 00:30 -------
*** Bug 21793 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerrit at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
                   ` (2 preceding siblings ...)
  2005-05-28  0:30 ` pinskia at gcc dot gnu dot org
@ 2005-05-29  2:09 ` gerrit at gcc dot gnu dot org
  2005-06-19 23:04 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: gerrit at gcc dot gnu dot org @ 2005-05-29  2:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From gerrit at gcc dot gnu dot org  2005-05-29 02:09 -------
(In reply to comment #29)
> *** Bug 21793 has been marked as a duplicate of this bug. ***

The same example works with the MinGW version of gcj-3.4.2?

And it works when I set the encoding to ISO-8859-1:

$ /usr/bin/gcj -Dfile.encoding=ISO-8859-1 --main=hello_j hello_j.java -o hello_j

$ ./hello_j
Just another Java hacker,


How do I set the default encoding to ISO-8859-1 when building gcj?

And when will GCC be switched to use >= libtool-1.5.10 and newer automake &
autoconf versions?  Shared libraries are not supported by the antiquated libtool
and friends used by GCC.


Gerrit

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
                   ` (3 preceding siblings ...)
  2005-05-29  2:09 ` gerrit at gcc dot gnu dot org
@ 2005-06-19 23:04 ` pinskia at gcc dot gnu dot org
  2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
  2005-07-15 21:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-19 23:04 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-19 23:04 -------
Static linking can never work correctly with libjava/libgcj/gcj.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
                   ` (4 preceding siblings ...)
  2005-06-19 23:04 ` pinskia at gcc dot gnu dot org
@ 2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
  2005-07-15 21:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-19 23:05 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-19 23:05 -------
*** Bug 22094 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |snambi at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment
       [not found] <20040116155120.13708.mec.gnu@mindspring.com>
                   ` (5 preceding siblings ...)
  2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
@ 2005-07-15 21:41 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-15 21:41 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-15 21:41 -------
*** Bug 21068 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gruni dot ca at gmail dot
                   |                            |com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13708


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-07-15 21:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040116155120.13708.mec.gnu@mindspring.com>
2004-09-07 18:02 ` [Bug libgcj/13708] static java program crashes at startup, UTF-8 environment dtiller at captechventures dot com
2004-11-13  5:35 ` pinskia at gcc dot gnu dot org
2005-05-28  0:30 ` pinskia at gcc dot gnu dot org
2005-05-29  2:09 ` gerrit at gcc dot gnu dot org
2005-06-19 23:04 ` pinskia at gcc dot gnu dot org
2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
2005-07-15 21:41 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).