Special Offer Free Echinacea" See Inside For Details

2001-01-15 Thread financialclass
New Vitality Newsletter Green Tea Is It Nature's Answer? IMPORTANT HEALTH BULLETIN GREEN TEA You’ve probably read about it in the papers, heard about it on CNN and radio, and word of mouth can be pretty powerful as well, but do you really know what Green Tea is all about and what it can mean

Special Offer Free Echinacea" See Inside For Details

2001-01-15 Thread financialclass
New Vitality Newsletter Green Tea Is It Nature's Answer? IMPORTANT HEALTH BULLETIN GREEN TEA You’ve probably read about it in the papers, heard about it on CNN and radio, and word of mouth can be pretty powerful as well, but do you really know what Green Tea is all about and what it can mean

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Dave Brolley
Thanks everyone. Right now I'm just using the as a workaround until the automake problem is fixed. I'm only worried about GNU make on Cywin at the moment. Dave Lars J. Aas wrote: > On Mon, Jan 15, 2001 at 06:37:38PM +0100, Akim Demaille wrote: > : Hm, it looks like it's removed only in the to

Makefile.in

2001-01-15 Thread John Poltorak
I'm not sure if this is the correct list to mention Makefile.in, but I will anyway... In the process of trying to build WGET v1.6 on OS/2, it was discovered that the GNU source compiled fine if:- exeext = @exeext@ was changed to:- exeext = @EXEEXT@ in src/Makefile.in Is the variable ex

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Lars J. Aas
On Mon, Jan 15, 2001 at 06:37:38PM +0100, Akim Demaille wrote: : Hm, it looks like it's removed only in the top dir. It also seems : you've been saved by the colon :) But apparently, expect problems : with Sun? Dunno. If I recall correctly, IRIX make supports $VPATH in the sense that it will u

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Akim Demaille
> "Dave" == Dave Brolley <[EMAIL PROTECTED]> writes: Dave> No problems so far. What kind of problems are you expecting? It likes removing VPATH definitions from Makefiles. Many people complain about that, but I confess I never really tried to understand what the problem was. I just know th

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Tom Tromey
> "Dave" == Dave Brolley <[EMAIL PROTECTED]> writes: Dave> FWIW, I'm working around this for now using VPATH: Dave>VPATH=$(srcdir):../host Dave> and specifying h1.cpp without a path in in Dave> libfred_la_SOURCES. Seems to work OK. Is this supported? I'm afraid not. I believe some versi

Re: echoing command lines

2001-01-15 Thread Tom Tromey
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> I think I wouldn't reject a patch that would look at Alexandre> MAKEFLAGS and turn libtool quiet if it finds a -s in Alexandre> there... Automake could do this too. But it will just make the Makefiles even more complica

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Dave Brolley
Akim Demaille wrote: >> "Dave" == Dave Brolley <[EMAIL PROTECTED]> writes: > > > Dave> FWIW, I'm working around this for now using VPATH: > > Dave>VPATH=$(srcdir):../host > > Dave> and specifying h1.cpp without a path in in > Dave> libfred_la_SOURCES. Seems to work OK. Is this sup

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Akim Demaille
> "Dave" == Dave Brolley <[EMAIL PROTECTED]> writes: Dave> FWIW, I'm working around this for now using VPATH: Dave>VPATH=$(srcdir):../host Dave> and specifying h1.cpp without a path in in Dave> libfred_la_SOURCES. Seems to work OK. Is this supported? Expect problems with Autoconf...

Re: Automake: Compiling sources in other directories

2001-01-15 Thread Dave Brolley
Tom Tromey wrote: >> "Dave" == Dave Brolley <[EMAIL PROTECTED]> writes: > > > Dave> To work around the problem I have to change the generated dependency to: > > Dave>h1.lo: ../host/h1.cpp > Dave>$(LTCXXCOMPILE) -c -o $@ $< > > Dave> Is this a make bug, or should automake