Eli Zaretskii eliz@gnu.org writes:
Unfortunately, I couldn't figure out how to get wine to add the .lib directory to the initial PATH.
Is that a wine-specific problem, or a general Windows problem?
That's wine specific. Wine copies most environment variables from the unix environment it is started from into the environment of the executed windows program. With some exceptions for "special" environment variables, including PATH. After a quick look at the source code, it looks one should be able to set WINEPATH when starting wine, and have that copied to the windows path (possibly without any automagic translation of the filenames). But I couldn't get that to work.
Anyway, it's a wine-specific problem, and I have a workaround.
Regards, /Niels