This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Specifying command line arguments in a file?
- To: Robert Schweikert <rjschwei at hks dot com>
- Subject: Re: Specifying command line arguments in a file?
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Tue, 1 May 2001 08:03:33 -0700
- Cc: dewar at gnat dot com, geoffk at geoffk dot org, gcc at gcc dot gnu dot org
- References: <20010501045019.82FABF289F@nile.gnat.com> <20010430235408.C21613@lucon.org> <3AEEB4FD.CA1A1C6D@hks.com>
On Tue, May 01, 2001 at 09:07:09AM -0400, Robert Schweikert wrote:
> >
> > You can put a list of objects in a file with th GNU ld. Under Linux,
> >
> > # cat /usr/lib/libc.so
> > /* GNU ld script
> > Use the shared library, but some functions are only in
> > the static library, so try that secondarily. */
> > GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a )
>
> H.J.
>
> Will this work without providing a complete linker script, i.e. without using
> SECTION in the linker script?
>
I don't know.
H.J.