libtool
[Top][All Lists]
Advanced

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

Re: purpose of the c wrapper


From: Bob Friesenhahn
Subject: Re: purpose of the c wrapper
Date: Tue, 2 Jun 2009 10:30:26 -0500 (CDT)

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
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

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