> > > Obviously if I can manipulate cmake to provide /D instead of D: as the > > answer that would solve my > > issue, but if that's all, how does this second example work? > > > > Thanks, I hope this interests you! > > I'm not sure what is your preferred way of fixing this, but I'm chiming > in just in case you don't know that rpath does not work on Windows. So > if you can eliminate whatever adds -rpath... to the command line, you'll > be fine.
Well that's great, it seems to be effective when I set it to "" in these Makefiles. Thanks! Greg On Sun, Sep 20, 2015 at 5:37 PM, Óscar Fuentes <[email protected]> wrote: > Greg Jung <[email protected]> writes: > > [snip] > > > Note in passing: Until I went to cmake 3.3.2, the normal RPATHCMD had a > > second directory (a system library) tacked into it and also > > gave problems. > > > > Obviously if I can manipulate cmake to provide /D instead of D: as the > > answer that would solve my > > issue, but if that's all, how does this second example work? > > > > Thanks, I hope this interests you! > > I'm not sure what is your preferred way of fixing this, but I'm chiming > in just in case you don't know that rpath does not work on Windows. So > if you can eliminate whatever adds -rpath... to the command line, you'll > be fine. > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users >
------------------------------------------------------------------------------
_______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
