home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22068 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  4.5 KB

  1. Path: sparky!uunet!nwnexus!remote!UUCP
  2. From: Vince.Skahan@f15.n229.z1.fidonet.org (Vince Skahan)
  3. Newsgroups: comp.os.linux
  4. Subject: elm 2.4pl17
  5. Message-ID: <725657825.AA28261@remote.halcyon.com>
  6. Date: Wed, 23 Dec 1992 20:28:11 -0800
  7. Sender: UUCP@remote.halcyon.com
  8. Lines: 255
  9.  
  10.  
  11. jdoss@jmd386.lonestar.org (Joe M. Doss) writes:
  12. >I have elm 2.4pl13 working fine.  All the undefined symbols are caused
  13. >by libutil.a not having ranlib run on it by default.  All you need to
  14. >do is edit config.sh, and replace the line that says:
  15. >ranlib=:
  16. >with
  17. >ranlib=ranlib
  18.  
  19. That's it !!!!!!!! (and the crowd goes wild!!!)
  20.  
  21. just in case there are others out there trying to get elm2.4.17
  22. running,
  23. here's my config.sh that works for me at least.  There were a handful
  24. of
  25. minimal patches required too that I'll include...
  26.  
  27. The paths and stuff in the config.sh reference my 'old' system, which
  28. is
  29. mcc-interim 0.97p2 plus a 0.98-5 kernel, gcc2.2.2, jump4.1, mailpak1-3,
  30. newspak1.1 and X-1.1 plus many other goodies.  Your paths will no doubt
  31. differ...
  32.  
  33. Thanks to all (!) that kicked me help regarding elm2.4.17....it was
  34. much appreciated.
  35.  
  36. #--------------------------- lib/ndbz.c------------------
  37.  
  38. 236,237c236,237
  39. < extern int atoi();
  40. < extern long atol();
  41. > /* extern int atoi(); */
  42. > /* extern long atol(); */
  43.  
  44. #--------------------------- lib/ldstate.c------------------
  45.  
  46. 71c71
  47. <     extern long atol();
  48. > /* extern long atol(); */
  49.  
  50. #--------------------------- src/init.c ------------------
  51.  
  52. 269c269
  53. <   signal(SIGBUS,  bus_signal);/* Bus error      */
  54. > /*  signal(SIGBUS,  bus_signal); *//* Bus error      */
  55.  
  56. #--------------------------- utils/readmsg.c ------------------
  57.  
  58. 132c132
  59. < extern long atol();
  60. > /* extern long atol(); */
  61.  
  62. #--------------------------- elm2.4.17 config.sh ----------------
  63.  
  64. : use /bin/sh
  65. # config.sh
  66. # This file was produced by running the Configure script.
  67.  
  68. Log='$Log'
  69. Header='$Header'
  70. bin='/usr/local/bin'
  71. contains='grep'
  72. cppstdin='/usr/bin/cpp'
  73. cppminus=''
  74. d_getopt='define'
  75. d_memcpy='define'
  76. d_mkdir='define'
  77. d_rename='define'
  78. d_symlink='define'
  79. d_whoami='undef'
  80. n='-n'
  81. c=''
  82. orderlib='false'
  83. ranlib='ranlib'
  84. package='elm2'
  85. pager='builtin+'
  86. prefshell='/bin/sh'
  87. spitshell='cat'
  88. shsharp='true'
  89. sharpbang=': use '
  90. startsh=': use /bin/sh'
  91. d_eunice='undef'
  92. define='define'
  93. eunicefix=':'
  94. loclist='
  95. cat
  96. chgrp
  97. chmod
  98. cp
  99. echo
  100. expr
  101. grep
  102. ln
  103. ls
  104. make
  105. mv
  106. rm
  107. sed
  108. sleep
  109. touch
  110. tr
  111. '
  112. expr='expr'
  113. sed='sed'
  114. echo='echo'
  115. cat='cat'
  116. rm='rm'
  117. mv='mv'
  118. cp='cp'
  119. tail=''
  120. tr='tr'
  121. mkdir=''
  122. sort=''
  123. uniq=''
  124. grep='grep'
  125. trylist='
  126. Mcc
  127. compress
  128. cpp
  129. date
  130. emacs
  131. execmail
  132. ispell
  133. line
  134. lint
  135. lp
  136. lpr
  137. mailx
  138. mips
  139. more
  140. nroff
  141. pack
  142. pg
  143. pmake
  144. pr
  145. rmail
  146. sendmail
  147. shar
  148. smail
  149. submit
  150. tar
  151. tbl
  152. test
  153. troff
  154. uname
  155. uuname
  156. vi
  157. '
  158. test='test'
  159. inews=''
  160. ispell='ispell'
  161. egrep=''
  162. more='/bin/more'
  163. pg='pg'
  164. Mcc='Mcc'
  165. vi='/usr/bin/vi'
  166. mailx='mailx'
  167. mail=''
  168. cpp='/usr/bin/cpp'
  169. perl=''
  170. emacs='/usr/bin/emacs'
  171. ls='ls'
  172. rmail='/bin/rmail'
  173. sendmail='/usr/lib/sendmail'
  174. shar='shar'
  175. smail='/bin/smail'
  176. submit=''
  177. tbl='tbl'
  178. troff='troff'
  179. nroff='nroff'
  180. uname='/usr/bin/uname'
  181. uuname='/usr/bin/uuname'
  182. line='line'
  183. chgrp='chgrp'
  184. chmod='chmod'
  185. lint='lint'
  186. sleep='sleep'
  187. pr='/usr/bin/pr'
  188. tar='/usr/bin/tar'
  189. ln='ln'
  190. lpr='lpr'
  191. lp='lp'
  192. touch='touch'
  193. make='make'
  194. date='/usr/bin/date'
  195. csh=''
  196. pmake='pmake'
  197. mips='false'
  198. col=''
  199. pack='pack'
  200. compress='/usr/bin/compress'
  201. execmail=''
  202. libswanted='intl nls'
  203. c_date='Tue Dec 22 19:36:07 GMT 1992'
  204. d_altcheck='undef'
  205. d_ascii='undef'
  206. d_calendar='define'
  207. calendar='calendar'
  208. d_content='undef'
  209. d_crypt='define'
  210. cryptlib=''
  211. d_cuserid='undef'
  212. d_disphost='undef'
  213. d_domname='undef'
  214. d_usegetdom='undef'
  215. d_errlst='define'
  216. d_flock='undef'
  217. d_dotlock='define'
  218. d_fcntlock='undef'
  219. lock_dir='/usr/spool/locks'
  220. has_flock='undef'
  221. has_fcntl='undef'
  222. d_ftruncate='define'
  223. d_gethname='define'
  224. d_douname='undef'
  225. d_phostname='undef'
  226. d_host_comp='undef'
  227. ign_hname='n'
  228. d_havetlib='define'
  229. termlib='-ltermcap'
  230. d_index='define'
  231. d_internet='define'
  232. d_ispell='undef'
  233. ispell_path=''
  234. ispell_options=''
  235. d_locale='define'
  236. d_nl_types='undef'
  237. d_msgcat='undef'
  238. d_usenls='define'
  239. d_mboxedit='undef'
  240. d_mime='undef'
  241. defencoding='7bit'
  242. defcharset='US-ASCII'
  243. defdispcharset='US-ASCII'
  244. d_mmdf='undef'
  245. d_newauto='define'
  246. d_noaddfrom='define'
  247. d_usedomain='undef'
  248. d_nocheckvalid='define'
  249. d_noxheader='undef'
  250. d_pidcheck='define'
  251. d_portable='define'
  252. d_ptem='undef'
  253. d_putenv='define'
  254. d_remlock='undef'
  255. maxattempts='6'
  256. d_setgid='define'
  257. d_savegrpmboxid='define'
  258. mailermode='2755'
  259. d_sigvec='undef'
  260. d_sigvectr='undef'
  261. d_sigset='undef'
  262. <<MESSAGE TOO LONG -- SOME LINES WERE DELETED>>
  263.  * Origin: Canada Remote Systems, Mississauga, Ontario  (1:229/15)
  264.  
  265.