Eli Zaretskii <[email protected]> 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 -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
