This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Alternate character for dollar sign in $ORIGIN?
- From: Jeffrey Walton <noloader at gmail dot com>
- To: Binutils <binutils at sourceware dot org>
- Date: Mon, 3 Jun 2019 04:28:54 -0400
- Subject: Alternate character for dollar sign in $ORIGIN?
- Reply-to: noloader at gmail dot com
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.
I believe OS X allows use of @ sign instead.
Does GNU allow an alternate character? If so, what is it?
Thanks in advance.