> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes:
Tom> Objective C shouldn't be a `pure' language. My understanding is
Tom> that in this case you want to use the `C' linker. If not then
Tom> contact and ObjC hacker to get truer information.
Akim> So what should I actually do? I really
> "tailbert" == tailbert writes:
tailbert> probably should not emit a LINK unless it's something
tailbert> automake knows absolutely nothing about. in the case of
tailbert> overriding .m.o, perhaps we should check extension_map
tailbert> first, and then *keep* the test for keys of suffix_ru
> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes:
> "Akim" == akim <[EMAIL PROTECTED]> writes:
Akim> I don't understand the test objc.test (which fails with one of
Akim> the patches I work on).
Akim> I don't understand why $(LINK) should be (and was) defined.
Tom> Objective C shouldn't
> "Akim" == akim <[EMAIL PROTECTED]> writes:
Akim> I don't understand the test objc.test (which fails with one of
Akim> the patches I work on).
Akim> I don't understand why $(LINK) should be (and was) defined.
Objective C shouldn't be a `pure' language.
My understanding is that in this cas
same as above
}
still need to think some more about it. must get. coffee.
cheers
- Original Message -
From: "Akim Demaille" <[EMAIL PROTECTED]>
To: "edward" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 4:24 AM
Subject: Re: Un
> "tailbert" == tailbert writes:
tailbert> hi akim link is defined because
tailbert> .m.o:
tailbert> causes a trigger in finish_languages
Thanks, I know this. My question is more whether this is really what
should happen. I fail to understand why if the user overrides a
suffix rule whi
hi akim
link is defined because
.m.o:
causes a trigger in finish_languages
cheers
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 3:16 PM
Subject: Understanding objc.test
> I don't understand the test objc.te
I don't understand the test objc.test (which fails with one of the
patches I work on).
# Test to make sure LINK defined for Objective C.
echo 'AC_SUBST(OBJC)' >> configure.in
cat > Makefile.am << 'END'
bin_PROGRAMS = foo
foo_SOURCES = foo.m
SUFFIXES = .m
.m.