Hi Adam,

* Adam Mercer wrote on Sun, May 10, 2009 at 11:09:01PM CEST:
> 
> Does anyone have any experience with libtool based projects and
> condor_compile (for the Condor workflow management system
> <http://www.cs.wisc.edu/condor/>)?

Never heard of it.

> I would like to update the libtool in one of our projects to the
> latest 2.2.6a release but I am running into strange problems when
> compiling for condor. This involves changing the compiler from just
> "gcc" to "condor_compile gcc" for example, and proceeding as normal.
> However when I do this the configure stage seems to work, but when it
> is creating all the Makefiles the following is displayed:
> 
> config.status: creating Makefile
> sed: file ./confstatiT3775/subs-2.sed line 40: unterminated `s' command
> 
> and the resulting Makefile is empty. This is the only error and the
> project builds and links fine when not compiling for condor.

Please run
  ./config.status --debug

manually and inspect the leftover scripts.  Post them, or parts thereof,
if you are having trouble.

The error indicates that you are using an older version of Autoconf.
If this turns out to be a quoting bug in code provided from Autoconf
(which I cannot tell yet), then you might want to just update to a
recent version.

Cheers,
Ralf


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

Reply via email to