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 behavior since the Makefile uses the wrapper binary as the target and libtool takes care of building the files in .libs as a sort of side-effect (please ignore the man behind the curtain).

If you put any file at all in place of the wrapper (e.g. 'touch evil_suite.exe') then it seems likely that make install would work.

I don't know enough about Windows CE to know if a wrapper executable can be made to work at all.

Bob
--
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to