Advertisement
Guest User

Untitled

a guest
May 16th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. !make
  2. make linux CFLAGS=-DNOUUCP
  3. make[1]: Entering directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  4. Making C-Kermit "8.0.211" for Linux 1.2 or later...
  5. IMPORTANT: Read the comments in the linux section of the
  6. makefile if you have trouble.
  7. make xermit KTARGET=${KTARGET:-linuxa} "CC = gcc" "CC2 = gcc" \
  8. "CFLAGS = -O -DLINUX -pipe -funsigned-char -DFNFLOAT -DCK_POSIX_SIG \
  9. -DCK_NEWTERM -DTCPSOCKET -DLINUXFSSTND -DNOCOTFMC -DPOSIX \
  10. -DUSE_STRERROR -DCK_NCURSES -I/usr/include/ncurses -DHAVE_PTMX -DHAVE_CRYPT_H " "LNKFLAGS = " "LIBS = -lncurses -lm"
  11. make[2]: Entering directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  12. gcc -o wermit \
  13. ckcmai.o ckclib.o ckutio.o ckufio.o \
  14. ckcfns.o ckcfn2.o ckcfn3.o ckuxla.o \
  15. ckcpro.o ckucmd.o ckuus2.o ckuus3.o \
  16. ckuus4.o ckuus5.o ckuus6.o ckuus7.o \
  17. ckuusx.o ckuusy.o ckuusr.o ckucns.o \
  18. ckudia.o ckuscr.o ckcnet.o ckusig.o \
  19. ckctel.o ckcuni.o ckupty.o ckcftp.o \
  20. ckuath.o ck_crp.o ck_ssl.o -lncurses -lm
  21. ckufio.o: In function `zvpass':
  22. ckufio.c:(.text+0xc9e2): undefined reference to `crypt'
  23. ckcnet.o: In function `locate_srv_dns':
  24. ckcnet.c:(.text+0x4774): undefined reference to `__res_search'
  25. ckcnet.c:(.text+0x47e0): undefined reference to `__dn_expand'
  26. ckcnet.c:(.text+0x4855): undefined reference to `__dn_expand'
  27. ckcnet.c:(.text+0x4969): undefined reference to `__dn_expand'
  28. ckcnet.o: In function `locate_txt_rr':
  29. ckcnet.c:(.text+0xc726): undefined reference to `__res_search'
  30. ckcnet.c:(.text+0xc79a): undefined reference to `__dn_expand'
  31. ckcnet.c:(.text+0xc7ee): undefined reference to `__dn_expand'
  32. collect2: ld returned 1 exit status
  33. make[2]: *** [xermit] Error 1
  34. make[2]: Leaving directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  35. make[1]: *** [linuxa] Error 2
  36. make[1]: Leaving directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  37. make: *** [linux] Error 2
  38. vayavya@srilatha1:kermit-source-from-coulombia-edu$
  39. vayavya@srilatha1:kermit-source-from-coulombia-edu$
  40. vayavya@srilatha1:kermit-source-from-coulombia-edu$ make linux CFLAGS=-DNOUUCP
  41. make[1]: Entering directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  42. Making C-Kermit "8.0.211" for Linux 1.2 or later...
  43. IMPORTANT: Read the comments in the linux section of the
  44. makefile if you have trouble.
  45. make xermit KTARGET=${KTARGET:-linuxa} "CC = gcc" "CC2 = gcc" \
  46. "CFLAGS = -O -DLINUX -pipe -funsigned-char -DFNFLOAT -DCK_POSIX_SIG \
  47. -DCK_NEWTERM -DTCPSOCKET -DLINUXFSSTND -DNOCOTFMC -DPOSIX \
  48. -DUSE_STRERROR -DCK_NCURSES -I/usr/include/ncurses -DHAVE_PTMX -DHAVE_CRYPT_H " "LNKFLAGS = " "LIBS = -lncurses -lm"
  49. make[2]: Entering directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  50. gcc -o wermit \
  51. ckcmai.o ckclib.o ckutio.o ckufio.o \
  52. ckcfns.o ckcfn2.o ckcfn3.o ckuxla.o \
  53. ckcpro.o ckucmd.o ckuus2.o ckuus3.o \
  54. ckuus4.o ckuus5.o ckuus6.o ckuus7.o \
  55. ckuusx.o ckuusy.o ckuusr.o ckucns.o \
  56. ckudia.o ckuscr.o ckcnet.o ckusig.o \
  57. ckctel.o ckcuni.o ckupty.o ckcftp.o \
  58. ckuath.o ck_crp.o ck_ssl.o -lncurses -lm
  59. ckufio.o: In function `zvpass':
  60. ckufio.c:(.text+0xc9e2): undefined reference to `crypt'
  61. ckcnet.o: In function `locate_srv_dns':
  62. ckcnet.c:(.text+0x4774): undefined reference to `__res_search'
  63. ckcnet.c:(.text+0x47e0): undefined reference to `__dn_expand'
  64. ckcnet.c:(.text+0x4855): undefined reference to `__dn_expand'
  65. ckcnet.c:(.text+0x4969): undefined reference to `__dn_expand'
  66. ckcnet.o: In function `locate_txt_rr':
  67. ckcnet.c:(.text+0xc726): undefined reference to `__res_search'
  68. ckcnet.c:(.text+0xc79a): undefined reference to `__dn_expand'
  69. ckcnet.c:(.text+0xc7ee): undefined reference to `__dn_expand'
  70. collect2: ld returned 1 exit status
  71. make[2]: *** [xermit] Error 1
  72. make[2]: Leaving directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  73. make[1]: *** [linuxa] Error 2
  74. make[1]: Leaving directory `/media/partition3/beagleboard/serial_boot/kermit-source-from-coulombia-edu'
  75. make: *** [linux] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement