bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dlltool problem (dot in directory) report and proposed patch


From: Danny Smith
Subject: dlltool problem (dot in directory) report and proposed patch
Date: Tue, 21 Nov 2006 12:38:41 +1300

> There is a problem with dlltool 2.17 (mingw). If a directories in the
> installation path contains a dot dlltool will fail. This is because a
> bug in pex-win32.c:find_executable(). This routine is checking for an
> extension by doing :
>
>   int has_extension = !!strchr (program, '.');


I think this has been fixed in different way by:
2006-11-08  Vladimir Prus  <address@hidden>

        * pex-win32.c (no_suffixes): Remove.
        (std_suffixes): Add "" as first element.
        (find_executable): Remove detection of already-present
        extension. Try all suffixes in std_suffixes.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]