This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: probs cross-building current libstdc++-v3, because of need to link?


On Thu, Aug 14, 2003 at 12:52:58PM -0400, Daniel Jacobowitz wrote:
> On Tue, Aug 12, 2003 at 02:47:32AM -0400, Phil Edwards wrote:
> > We may have to do something devious here, such as redefining the same
> > things that AC_NO_EXECUTABLES does, but without the killer side effects,
> > but right nBrain panic: falling asleep in 10 secoNO CARRIER
> 
> I posted just the macro you're looking for to autoconf-conversion a
> month or two ago.  Still have a copy of it?

No, but the archives did.  Very nice, sir; I owe you $BEVERAGE.

I'll be testing it with tonight's build and some more experimentation later.
I put it in config/no-executables.m4 as your first patch called it; later I
saw the second one but didn't pull it in.

When that finally gets checked it, please consider putting it in its
own file rather than adding it to acx.m4.  AFAICT right now there are no
other macros in acx.m4 which would be appropriate for target libraries;
it's all for toplevel use.  We might also start gathering useful target
lib macros into their own file, but no hurry there.


Phil

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]