Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2000 14:30:23 -0500 (EST)
From:      Alexander Litvin <archer@whichever.org>
To:        freebsd-java@freebsd.org
Subject:   Re: Problem with appletviewer in jdk1.2.2b10
Message-ID:  <200010291930.e9TJUNG75717@unknown.whichever.org>
In-Reply-To: <200010291708.KAA04295@nomad.yogotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200010291708.KAA04295@nomad.yogotech.com> you wrote:

NW> libgcc is *NOT* supposed to be built shared.  However, as you point out,
NW> the binaries created by gcc are dependant upon these routines, so they
NW> should be linked into the final executable.

Right. libgcc.a is supposed to be linked in automatically. That is,
without -lgcc given to linker.

The problem is that our port _has_ -lgcc flag
(see e.g. build/freebsd/java/java/GNUmakefile).

My guess is that this causes incorrect dynamic leftover libgcc
being linked in (dynamic libraries are looked at first).

--- 
After living in New York, you trust nobody,
but you believe everything.  Just in case.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010291930.e9TJUNG75717>