libtool
[Top][All Lists]
Advanced

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

EXEEXT and -link


From: Earnie Boyd
Subject: EXEEXT and -link
Date: Wed, 30 Oct 2002 11:05:56 -0500
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826

There's a problem in that libtool directs the binary output to the .libs directory with a script built to execute the binary. The script does not and cannot have the .exe extention. So the question is, how to go about resolving the issue?

The issue is the fact that the make target is modified by the EXEEXT variable. Therefore the target isn't complete when doing things like `make check' or `make install'. Make therefore builds the binaries again.

As a resolution, should libtool.m4 capture the value of EXEEXT into it's own variable (e.g.: lt_EXEEXT) and reset EXEEXT to null?

Earnie.





reply via email to

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