Menu

dependency tracking

Developers
2002-11-12
2013-10-17
  • Rorik Peterson

    Rorik Peterson - 2002-11-12

    I turned on the automatic dependency tracking feature in autotools, as it has appeared robust enough recently.  Let me know if things break.

    rorik

     
    • Nobody/Anonymous

      Hi Rorik,

      Things break!

      I don't know how the autotools dependency tracking works but it seems to require the file

      autobld/depcomp

      which I guess you should add to the repository.

      gmake[3]: Entering directory `/home/zender/nco/src/nco'
      source='nco_att_utl.c' object='nco_att_utl.lo' libtool=yes \ depfile='.deps/nco_att_utl.Plo' tmpdepfile='.deps/nco_att_utl.TPlo' \ depmode=none /bin/sh ../../autobld/depcomp \ /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../..   -I/usr/local/include  -g -O2 -c -o nco_att_utl.lo `test -f 'nco_att_utl.c' || echo './'`nco_att_utl.c
      source='nco_bnr.c' object='nco_bnr.lo' libtool=yes \ depfile='.deps/nco_bnr.Plo' tmpdepfile='.deps/nco_bnr.TPlo' \ depmode=none /bin/sh ../../autobld/depcomp \ /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../..   -I/usr/local/include  -g -O2 -c -o nco_bnr.lo `test -f 'nco_bnr.c' || echo './'`nco_bnr.c
      source='nco_cln_utl.c' object='nco_cln_utl.lo' libtool=yes \ depfile='.deps/nco_cln_utl.Plo' tmpdepfile='.deps/nco_cln_utl.TPlo' \ depmode=none /bin/sh ../../autobld/depcomp \ /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../..   -I/usr/local/include  -g -O2 -c -o nco_cln_utl.lo `test -f 'nco_cln_utl.c' || echo './'`nco_cln_utl.c
      ../../autobld/depcomp: ../../autobld/depcomp: No such file or directory
      gmake[3]: *** [nco_att_utl.lo] Error 127
      gmake[3]: *** Waiting for unfinished jobs....
      ../../autobld/depcomp: ../../autobld/depcomp: No such file or directory
      gmake[3]: *** [nco_bnr.lo] Error 127
      ../../autobld/depcomp: ../../autobld/depcomp: No such file or directory
      gmake[3]: *** [nco_cln_utl.lo] Error 127
      gmake[2]: *** [all-recursive] Error 1

       
    • Rorik Peterson

      Rorik Peterson - 2002-11-13

      You're right, I forgot to commit depcomp.  It should work now.

      rorik

       

Log in to post a comment.