1 Jul 2004 09:59
Re: setting library path
Aaron W. LaFramboise wrote: > The easy way to fix this is to just add it to your path: > export PATH=c:/my/new/path/to/dll:%PATH > I think the path will need to be a valid win32 path, not just a MSYS > path which win32 doesn't understand. If you are using the MSYS sh.exe, then that should be export PATH="/c/my/new/path/to/dll:$PATH" sh.exe will convert this to the correct win32 format, in the environment passed to the user process. If, however, you are starting your process from cmd.exe, or command.com, then the correct syntax is PATH=c:\my\new\path\to\dll;%PATH% Best regards, Keith. ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ MinGW-users mailing list MinGW-users@...(Continue reading)
RSS Feed