--- 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