public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/19368] New: GCJ doesn't build working "hello world" on OS X
@ 2005-01-11  4:54 bothner at gcc dot gnu dot org
  2005-01-11 13:02 ` [Bug java/19368] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bothner at gcc dot gnu dot org @ 2005-01-11  4:54 UTC (permalink / raw)
  To: java-prs

A fresh CVS (from last night) configured with default options (only --prefix)
builds but the resulting gcj doesn't work.
Linking this "hello world" program:
public class Hello
{
  public static void main (String[] args)
  { System.err.println("Hello!"); }
}
yields:
gcj -o Hello --main=Hello Hello.java                
/usr/bin/ld: warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
symbol _sqrt used from dynamic library /usr/lib/libm.dylib(sqrt970.o) not from
earlier dynamic library /Users/bothner/GNU/install-gcc/lib/libgcj.6.dylib(w_sqrt.o)

Adding -Wl,-bind_at_load yields an executable without complaint,
but running that executable just hangs.

-- 
           Summary: GCJ doesn't build working "hello world" on OS X
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bothner at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: powerpc-apple-darwin7.7.0
  GCC host triplet: powerpc-apple-darwin7.7.0
GCC target triplet: powerpc-apple-darwin7.7.0


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


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

end of thread, other threads:[~2005-01-19  1:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-11  4:54 [Bug java/19368] New: GCJ doesn't build working "hello world" on OS X bothner at gcc dot gnu dot org
2005-01-11 13:02 ` [Bug java/19368] " pinskia at gcc dot gnu dot org
2005-01-11 13:03 ` pinskia at gcc dot gnu dot org
2005-01-11 14:11 ` andreast at gcc dot gnu dot org
2005-01-11 18:02 ` bothner at gcc dot gnu dot org
2005-01-11 19:00 ` pinskia at gcc dot gnu dot org
2005-01-11 19:15 ` andreast at gcc dot gnu dot org
2005-01-11 19:17 ` andreast at gcc dot gnu dot org
2005-01-19  1:43 ` 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).