swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0? argp.h


From: Rick Riolo
Subject: Re: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0? argp.h
Date: Fri, 4 Jun 1999 12:17:22 -0400 (EDT)

Here is what happens:

address@hidden debug]$ pwd
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/builds/debug
address@hidden debug]$ ./config.status
creating Makefile
creating m4/Makefile
creating src/Makefile
...
creating src/misc/Makefile
creating src/objectbase/Makefile
...
creating tests/simtools/Makefile
creating swarmconfig.h
swarmconfig.h is unchanged
address@hidden debug]$ grep misc_H src/misc/Makefile
misc_HEADERS = getopt.h
...

Note that my src/misc/Makefile.{am,in} do NOT have argp.h !!

------>
address@hidden swarm-1.4.1]$ pwd
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1
address@hidden swarm-1.4.1]$ grep -n argp.h src/misc/Makefile.am
address@hidden swarm-1.4.1]$ grep -n argp.h src/misc/Makefile.in
address@hidden swarm-1.4.1]$ grep -n getopt.h src/misc/Makefile.in
163:misc_HEADERS = getopt.h
360:getopt.lo getopt.o : getopt.c ../../swarmconfig.h misc.h getopt.h
361:getopt1.lo getopt1.o : getopt1.c ../../swarmconfig.h getopt.h
address@hidden swarm-1.4.1]$ grep -n getopt.h src/misc/Makefile.am
27:misc_HEADERS = getopt.h
<------

- r

Rick Riolo                           address@hidden
Center for Study of Complex Systems (CSCS)
4477 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 734 763 3323                  Fax: 734 763 9267
http://www.pscs.umich.edu/PEOPLE/rlr-home.html

On 4 Jun 1999, Marcus G. Daniels wrote:

> Date: 04 Jun 1999 07:55:30 -0700
> From: Marcus G. Daniels <address@hidden>
> Reply-To: address@hidden
> To: address@hidden
> Subject: Re: swarm 1.4 to 1.4.1 difference? Or redhat 5.2 vs 6.0?  argp.h
> 
> >>>>> "RLR" == Rick Riolo <address@hidden> writes:
> 
> RLR> misc_HEADERS = getopt.h
> 
> I can't see how this could happen, since both src/misc/Makefile.{am,in} have:
> 
> misc_HEADERS = argp.h getopt.h 
> 
> ..all I can think of is some bizarre sed problem.
> 
> What happens if you run ./config.status at the top of build directory.
> Does the resulting Makefile in src/misc still not list argp.h?
> 
>                   ==================================
>    Swarm-Support is for discussion of the technical details of the day
>    to day usage of Swarm.  For list administration needs (esp.
>    [un]subscribing), please send a message to <address@hidden>
>    with "help" in the body of the message.
> 
> 


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]