This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Alternate character for dollar sign in $ORIGIN?
- From: Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: nd <nd at arm dot com>
- Date: Mon, 3 Jun 2019 08:54:47 +0000
- Subject: Re: Alternate character for dollar sign in $ORIGIN?
- References: <CAH8yC8nMzTeAWUVa6c=Y504tXZUbdq0aMJmVXbv29+L9Sh_y=g@mail.gmail.com>
On 03/06/2019 09:28, Jeffrey Walton wrote:
> Hi Everyone,
>
> I'm having trouble configuring Autotools projects with
> -Wl,-rpath,$ORIGIN/../lib. Everything I've tried is replaced either by
> the shell or the makefile.
'-Wl,-rpath,$$ORIGIN/../lib'
should work from a makefile.
>
> I believe OS X allows use of @ sign instead.
>
> Does GNU allow an alternate character? If so, what is it?
>
> Thanks in advance.
>