Ralf Wildenhues wrote:
> (On most w32 systems,
> a script without an .exe extension would match such a rule as well, but
> that's not the case for example on GNU/Linux -> w32 cross compiles and
> with some weird Cygwin mount options.)
...such as the default (only) mount mode under the upcoming cyg
Hello Vincent, Bob,
Bob already noted that the primary reason for any kind of wrapper, be
that a shell script or a compiled C program, for uninstalled programs
is so that uninstalled shared libraries are found when these programs
are executed.
Another reason is that, on some platforms, programs m
On Tue, 2 Jun 2009, Bob Friesenhahn wrote:
On Tue, 2 Jun 2009, Vincent Torri wrote:
So, the first line is the link of my real binary (evil_suite.exe), then the
compilation of the c wrapper is done and is failing. If I run make install,
evil_suite.exe is not installed.
This is expected be