> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> You're right - that wasn't directly from autoconf. It's an
Lars> AC_TRY_COMPILE we set up in a custom macro that fails, and
Lars> ac_ext is ".cc" at that point.
!!! If you applied all the patch I sent, it should not be .cc. I
don'
On Wed, Jul 19, 2000 at 02:33:25PM +0200, Akim Demaille wrote:
: > "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
: Lars> It got further (when I added ac_objext=obj - without it, all the
: Lars> extension tests failed of course), but stopped again on a
: Lars> "conftest.cc" file when it chec
> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> On Wed, Jul 19, 2000 at 02:11:43PM +0200, Akim Demaille wrote: :
Lars> How about this? : : I don't have good answers yet to provide
Lars> wrt .obj, maybe you should : try to set it by hand in
Lars> configure.in just to see if it works.
On Wed, Jul 19, 2000 at 02:11:43PM +0200, Akim Demaille wrote:
: How about this?
:
: I don't have good answers yet to provide wrt .obj, maybe you should
: try to set it by hand in configure.in just to see if it works. We
: will address this second issue later (note that ./configure
: ac_objext=o
How about this?
I don't have good answers yet to provide wrt .obj, maybe you should
try to set it by hand in configure.in just to see if it works. We
will address this second issue later (note that ./configure
ac_objext=obj should be enough).
Index: ChangeLog
from Akim Demaille <[EMAIL PROTEC