This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compile question about dll of windows
- From: Andrew Haley <aph at redhat dot com>
- To: jfbriere at myway dot com
- Cc: danny_r_smith_2001 at yahoo dot co dot nz, java at gcc dot gnu dot org
- Date: Fri, 11 Apr 2003 16:02:23 +0100 (BST)
- Subject: Re: compile question about dll of windows
- References: <20030411145410.53BC539D4@xmxpita.myway.com>
Jean-Francois Briere writes:
> Jean-Francois
>
> >>Right. If there are any special options that need to be passed, the
> >>-Wl,--option syntax should be used.
> >>
> >>I think I may have missed something. Is the direct invocation of ld an attempt
> >>to workaround bug with long commandline inputs being piped fom driver to ld?
>
> Exactly.
>
> Direct invocation of ld is the workaround of choice to when dealing with lond command line
> inputs piped from gcj to ld.
How does it help?
Andrew.