libtool-devel problem with building 'dummy' exe

Charles Wilson cwilson@ece.gatech.edu
Mon Apr 14 03:38:00 GMT 2003


Gerrit P. Haase wrote:

> /expat/expat-1.95.6/.obj/libtool: cannot create .libs/lt-xmlwf/xmlwf.c: directory nonexistent

I've never seen this before: libtool trying to create a .c file in a 
subdirectory of the .libs dir.  Now, this .c file is autogenerated; it's 
the source code that is used to build the "binary wrapper" -- which 
simply calls the shell-script wrapper that libtool has used for ages to 
set the environment properly before running an uninstalled executable.

The binary wrapper is necessary to fool make into not rebuilding the 
"real" executable over and over and over. Eventually, all of the 
functionality of the shell-script wrapper can be folded into the binary 
wrapper instead, and the shell-script wrapper can be eliminated -- but 
not yet.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list