Advertisement
blippy2

gnu-cobol-2.2 compilation errors

Oct 5th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. libtool: link: gcc -I.. -O2 -pipe -finline-functions -fsigned-char -Wall -Wwrite -strings -Wmissing-prototypes -Wno-format-y2k -U_FORTIFY_SOURCE -o cobc.exe cobc -cobc.o cobc-ppparse.o cobc-pplex.o cobc-parser.o cobc-scanner.o cobc-config.o c obc-reserved.o cobc-error.o cobc-tree.o cobc-field.o cobc-typeck.o cobc-codegen. o cobc-codeoptim.o ../libcob/.libs/libcob.a -lm /usr/lib/libgmp.a -ldb-5.3 ../l ib/libsupport.a
  2. cobc-cobc.o:cobc.c:(.text+0x739): undefined reference to `_imp__cob_get_current_ date_and_time'
  3. cobc-cobc.o:cobc.c:(.text+0x6bf7): undefined reference to `_imp__cob_raise'
  4. cobc-cobc.o:cobc.c:(.text+0x6cb9): undefined reference to `_imp__cob_raise'
  5. cobc-cobc.o:cobc.c:(.text+0x7baf): undefined reference to `_imp__cob_optind'
  6. cobc-cobc.o:cobc.c:(.text+0x7bde): undefined reference to `_imp__cob_optarg'
  7. cobc-cobc.o:cobc.c:(.text+0x7c1b): undefined reference to `_imp__cob_getopt_long _long'
  8. cobc-cobc.o:cobc.c:(.text+0x7c5b): undefined reference to `_imp__cob_optarg'
  9. cobc-cobc.o:cobc.c:(.text+0x7cbb): undefined reference to `_imp__cob_optarg'
  10. cobc-cobc.o:cobc.c:(.text+0x8e4f): undefined reference to `_imp__cob_optind'
  11. cobc-cobc.o:cobc.c:(.text+0x8e66): undefined reference to `_imp__cob_optarg'
  12. cobc-cobc.o:cobc.c:(.text+0x8e99): undefined reference to `_imp__cob_getopt_long _long'
  13. cobc-cobc.o:cobc.c:(.text+0x8ed1): undefined reference to `_imp__cob_optarg'
  14. cobc-cobc.o:cobc.c:(.text+0x8f03): undefined reference to `_imp__cob_optarg'
  15. cobc-cobc.o:cobc.c:(.text+0x8f8d): undefined reference to `_imp__cob_optarg'
  16. cobc-cobc.o:cobc.c:(.text+0x8fd2): undefined reference to `_imp__cob_optarg'
  17. cobc-cobc.o:cobc.c:(.text+0x9030): undefined reference to `_imp__cob_optarg'
  18. cobc-cobc.o:cobc.c:(.text+0x91f8): more undefined references to `_imp__cob_optar g' follow
  19. cobc-cobc.o:cobc.c:(.text+0x9eca): undefined reference to `_imp__cob_optind'
  20. cobc-cobc.o:cobc.c:(.text.startup+0x7d): undefined reference to `_imp__cob_reg_s ighnd'
  21. cobc-cobc.o:cobc.c:(.text.startup+0x688): undefined reference to `_imp__cob_temp _name'
  22. cobc-cobc.o:cobc.c:(.text.startup+0x9c8): undefined reference to `_imp__cob_temp _name'
  23. cobc-cobc.o:cobc.c:(.text.startup+0xd7f): undefined reference to `_imp__cob_incr _temp_iteration'
  24. cobc-cobc.o:cobc.c:(.text.startup+0x1270): undefined reference to `_imp__cob_tem p_name'
  25. cobc-cobc.o:cobc.c:(.text.startup+0x13c8): undefined reference to `_imp__cob_get _current_date_and_time'
  26. cobc-config.o:config.c:(.text+0x7aa): undefined reference to `_imp__cob_expand_e nv_string'
  27. cobc-config.o:config.c:(.text+0x7d1): undefined reference to `_imp__cob_free'
  28. cobc-config.o:config.c:(.text+0x1623): undefined reference to `_imp__cob_malloc'
  29. cobc-config.o:config.c:(.text+0x16cf): undefined reference to `_imp__cob_free'
  30. cobc-tree.o:tree.c:(.text+0xc346): undefined reference to `_imp__cob_valid_date_ format'
  31. cobc-tree.o:tree.c:(.text+0xc364): undefined reference to `_imp__cob_valid_datet ime_format'
  32. cobc-tree.o:tree.c:(.text+0xc39a): undefined reference to `_imp__cob_valid_date_ format'
  33. cobc-tree.o:tree.c:(.text+0xc3b4): undefined reference to `_imp__cob_valid_time_ format'
  34. cobc-tree.o:tree.c:(.text+0xc3c9): undefined reference to `_imp__cob_valid_date_ format'
  35. cobc-tree.o:tree.c:(.text+0xc3f3): undefined reference to `_imp__cob_valid_time_ format'
  36. cobc-tree.o:tree.c:(.text+0xc415): undefined reference to `_imp__cob_valid_time_ format'
  37. collect2: error: ld returned 1 exit status
  38. make[3]: *** [Makefile:529: cobc.exe] Error 1
  39. make[3]: Leaving directory '/home/mcarter/gnucobol-2.2/cobc'
  40. make[2]: *** [Makefile:444: all] Error 2
  41. make[2]: Leaving directory '/home/mcarter/gnucobol-2.2/cobc'
  42. make[1]: *** [Makefile:546: all-recursive] Error 1
  43. make[1]: Leaving directory '/home/mcarter/gnucobol-2.2'
  44. make: *** [Makefile:457: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement