[automake] Multiple Compilations of Same Library

2004-02-04 Thread Drummonds, Scott B
Title: [automake] Multiple Compilations of Same Library Hi again, all, I figured out a workaround to my conditional build problem yesterday and am now stuck on a different problem.  Given my lack of experience with automake, I'm hoping that one of you can help me out. Remember that I want

Re: find a header file

2004-02-04 Thread Bob Proulx
Yanfeng Zheng wrote: > There was a problem when i compiled my program on red hat linux > 8.0. The error message was that the header file was > needed. Where can i get file? Thanks a lot. Your question has nothing to do with automake. Why ask it here? There is no standard header . If someone i

RE: Conditional Library Compilation

2004-02-04 Thread Drummonds, Scott B
From: Alexandre Duret-Lutz [mailto:[EMAIL PROTECTED] > What are the symptoms? (i.e., what "doesn't work" means?) To follow up with even more detail about this, Makefile.am looks like this: noinst_LIBRARIES = libNormal.a if FEATURE noinst_LIBRARIES += libNormalFeature.a endif libNormal_a_SO

find a header file

2004-02-04 Thread Yanfeng Zheng
Dear all,   There was a problem when i compiled my program on red hat linux 8.0. The error message was that the header file  was needed. Where can i get file? Thanks a lot.Best Regards,Andrew Zheng

Re: stdsyms.h

2004-02-04 Thread Roger Leigh
"Yanfeng Zheng" <[EMAIL PROTECTED]> writes: > Where can i get the souce code of ? Thanks. I have no idea--it's not a standard header. I would guess you'd get it from whoever supplied the library it belongs with. -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourc

Re: RFC: doc for `Handling Tools that Produce Many Outputs'

2004-02-04 Thread Robert Collins
On Thu, 2004-02-05 at 10:36, Eric Siegerman wrote: > I believe this fails on the following corner case. Suppose the > date ordering is like this (with data.h being the oldest): > data.h data.foo data.c > > data.h is out of date with respect to data.foo, so one wants to > rebuild it, bu

Re: RFC: doc for `Handling Tools that Produce Many Outputs'

2004-02-04 Thread Eric Siegerman
On Sat, Jan 31, 2004 at 11:28:29PM +0100, Alexandre Duret-Lutz wrote: >One of the output (here `data.c') is used as a witness of the run of > `foo'. [...] Hmm. I understand what you're saying here, but "witness" seems an odd choice of words to say it. I can't think of a better one offhand, t

Re: Calling other external Makefiles and outside Make systems

2004-02-04 Thread John Ling
Alexandre Duret-Lutz wrote: John> Thank you Alexandre for providing that documentation. I found the John> last section on "proxy" makefiles helpful in incorporating the other John> projects makefile. I did get it working with this method. For John> example, I did: John> lib_LIBRARIES += libloa