> > Have you tried something like
> >
> > (add-before 'configure 'set-ldflags
> > (lambda _
> > (substitute* "tecmake.mak"
> > (("STDLDFLAGS := -shared" all) (string-append all "
> > -Wl,-rpath="#$output "/lib")))))
> >
> > not tested though.
>
>
> I'll give a try to this. I didn't try it!
> Thanks!
> Worked! Thank you!!
