This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: SWT and gcj - any license issues?
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: "Kevin B. Hendricks" <kevin dot hendricks at sympatico dot ca>, <java at gcc dot gnu dot org>
- Date: 19 Apr 2003 09:53:38 -0600
- Subject: Re: SWT and gcj - any license issues?
- References: <POEIJGMGPFPGFHAGKFHAAEDOCHAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> A second problem is that gcj automatically links against the
Erik> gcc_s, gcj, m, pthread, dl, and c libraries. How can I prevent
Erik> gcj from automatically doing this? I obviously need more control
Erik> over the linking process ...
You can edit libgcj.spec. This is where these extra libraries come
in.
Tom