Nick Hudson wrote:
>
> I've been playing more with the MLB in NetBSD pkgsrc and I'm seeing a
> few problems with tag inferrences. The problem as I see it boils down to
> the fact that
>
> cc = gcc = /usr/bin/cc = /usr/bin/gcc = ...
> c++ = g++ = /usr/bin/c++ = /usr/bin/g++ = ...
>
> What is the easiest way of getting libtool to infer the correct tag? The
> introduction of CC_ALIASES or somesuch set at libtool configure/build
> time seems sensible. Comments?
>
> Nick
> --
I'm not sure why this is a problem, if you don't have a "g++" tag
configured, but already have "c++", then libtool will just ignore the
"c++" tag and rebuild an identical one for "g++". I'll admit this isn't
beautiful, but I think it is better than a single line of code that
would require maintenance or could cause a bug at some point.
Or perhaps I am missing the point... (?)
--
Robert Boehne Software Engineer
Ricardo Software Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email: [EMAIL PROTECTED]
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool