With the inspiration from Mr. Tushar, I finally figured out the trick: The
option should be written as "\$$ORIGIN/FMOD". Double $ is key! :-)
On Mon, Apr 15, 2019 at 11:19 PM Heng Zhou wrote:
> That way, the option passed is "\\\RIGIN/LibDir".
>
> On Mon, Apr 15,
DgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=NMX1BNoBG-Bn1kvZ0H2kBayJt7s1Lx3N_B0eyvYWkPI&m=lS8lFlZBKlohLkrIpyd4w4zvsjJSLiEiTIwoRDl1P2Q&s=PqmyRNXjbL5jgLiDZw5sAxEK0_qhttdaMeAiUcqgtKw&e=
>
>
>
> On Tue, Apr 16, 2019 at 6:22 AM Heng Zhou wrote:
>
>> Hi,
>>
>> I wanna the following l
Hi,
I wanna the following linker flags to be passed to the linker:
-Wl,--enable-new-dtags,-rpath,"\$ORIGIN/LibDir"
So I type it literally in the Linker's Additional Options. But I found that
the '$' and 'O' in "\$ORIGIN/LibDir" got eaten by NetBeans, so only
"\RIGIN" appears in actual linking op