This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to recursively search libs using gcc
- From: Name lastlong <brew_pt at yahoo dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: "gcc-help at gcc dot gnu dot org" <gcc-help at gcc dot gnu dot org>
- Date: Mon, 17 Jan 2011 03:11:27 -0800 (PST)
- Subject: Re: How to recursively search libs using gcc
--- On Thu, 1/13/11, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> From: Jonathan Wakely <jwakely.gcc@gmail.com>
> The shell might treat ( and ) as special characters that
> need to be quoted or escaped.
Thats right, -Wl,\( and -Wl,\) did work for me. Thanks a lot.
-Brew