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 07:39:12 -0400 (EDT)

Marcus,

Here is the log of a make -n install in src/misc:
-------->
address@hidden misc]$ make -n install
make  install-exec-am install-data-am
make[1]: Entering directory
`/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/builds/opt/src/misc'
:
/bin/sh /usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/mkinstalldirs
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/lib
list='libmisc.la'; for p in $list; do \
  if test -f $p; then \
    echo "/bin/sh ../../libtool  --mode=install /usr/bin/install -c $p
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/lib/$p"; \
    /bin/sh ../../libtool  --mode=install /usr/bin/install -c $p
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/lib/$p; \
  else :; fi; \
done
:
/bin/sh /usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/mkinstalldirs
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/include
list='misc.h'; for p in $list; do \
  if test -f "$p"; then d= ; else
d="/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/src/misc/"; fi; \
  echo " /usr/bin/install -c -m 644 $d$p
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/include/$p"; \
  /usr/bin/install -c -m 644 $d$p
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/include/$p; \
done
:
/bin/sh /usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/mkinstalldirs
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/include/misc
list='getopt.h'; for p in $list; do \
  if test -f "$p"; then d= ; else
d="/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/src/misc/"; fi; \
  echo " /usr/bin/install -c -m 644 $d$p
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/include/misc/$p"; \
  /usr/bin/install -c -m 644 $d$p
/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/opt/include/misc/$p; \
done
make[1]: Leaving directory
`/usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/builds/opt/src/misc'
<---------

These snips from the Makefile from that dir show why this happens:
--------->
miscdir = $(includedir)/misc

misc_HEADERS = getopt.h

install-miscHEADERS: $(misc_HEADERS)
    @$(NORMAL_INSTALL)
    $(mkinstalldirs) $(DESTDIR)$(miscdir)
    @list='$(misc_HEADERS)'; for p in $$list; do \
      if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
      echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(miscdir)/$$p"; \
      $(INSTALL_DATA) $$d$$p $(DESTDIR)$(miscdir)/$$p; \
    done
<--------
I don't know where misc_HEADERS gets set up...in the config 
files somewhere?  

Anyway, after I make those changes to src/misc/Makefile 
(in my opt/ and debug/ versions),
I am able to make my apps that use Arguements.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 3 Jun 1999, Marcus G. Daniels wrote:

> Date: 03 Jun 1999 09:53:52 -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> /usr/local/swarm/Swarm-1.4.1/swarm-1.4.1/debug/include/misc total
> RLR> 5 -rw-r--r-- 1 swarm swarm 4818 Jun 3 06:52 getopt.h
> 
> I can't see a reason that argp.h wouldn't be installed.  You might
> re-run `make install' in src/misc and capture the log.
> 
> Anyway, I have modified the autoconfiguration and Arguments.[hm] to
> use /usr/include/argp.h and the native library argp feature when
> available.
> 
>                   ==================================
>    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]