Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. > make
  2. Making all in src
  3. make[1]: Entering directory `/devsrc/community/proj.4/src'
  4. make all-am
  5. make[2]: Entering directory `/devsrc/community/proj.4/src'
  6. if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DPROJ_LIB=\"/devsrc/proj.4_r1938/share/proj\" -DMUTEX_pthread -g -O2 -MT PJ_aeqd.lo -MD -MP -MF ".deps/PJ_aeqd.Tpo" -c -o PJ_aeqd.lo PJ_aeqd.c; \
  7. then mv -f ".deps/PJ_aeqd.Tpo" ".deps/PJ_aeqd.Plo"; else rm -f ".deps/PJ_aeqd.Tpo"; exit 1; fi
  8. ../libtool: line 474: CDPATH: command not found
  9. libtool: Version mismatch error. This is libtool 2.4, but the
  10. libtool: definition of this LT_INIT comes from an older release.
  11. libtool: You should recreate aclocal.m4 with macros from libtool 2.4
  12. libtool: and run autoconf again.
  13. make[2]: *** [PJ_aeqd.lo] Error 1
  14. make[2]: Leaving directory `/devsrc/community/proj.4/src'
  15. make[1]: *** [all] Error 2
  16. make[1]: Leaving directory `/devsrc/community/proj.4/src'
  17. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement