The linker definition does not handle env elements. I am attempting to set an environment variable for my compilation and linking. The effects of this environment variable are seen when compiling. However, when linking the effects are not seen. I also ran in verbose mode and the compilation output shows the environment being set, but that is not shown in the link.
Hi,
I noticed the same problem and made a fix (only for gcc as I needed only this one).
It shouldn't be too hard adding a fix for another linker if needed though.
See https://sourceforge.net/tracker/?func=detail&aid=3066727&group_id=36177&atid=416922