Specifying command line arguments in a file?

H . J . Lu hjl@lucon.org
Tue May 1 08:03:00 GMT 2001


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.



More information about the Gcc mailing list