wine y Codelite: no encuentra le_exec.exe
Entramos en el registro (regedit) y modificamos la variable PATH (si no esta, la tendremos que crear)
HKEY_CURRENT_USER>Environment:
Name: Path
Type: REG_SZ
Data: c:\\windows;c:\\windows\\system32;c:\\Program Files;c:\\mingw\\bin;c:\\Program Files (x86)\CodeLite
Nota:Puede que regedit no lo tengas instalado para ello hay que instalar winetricks, desde synaptic por ejemplo o descargartelo desde la web: http://www.kegel.com/wine/winetricks
$ cd .wine$ wget wget http://www.kegel.com/wine/winetricks
hay que darle permisos de ejecución:
$ chmod +x ./winetricks
y ejecutarlo para tener disponible el regedit.
Fuente:
https://forum.winehq.org/viewtopic.php?f=8&t=19457