home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / shells / tcshsrc.zoo / tcsh / Ported < prev    next >
Encoding:
Text File  |  1991-08-06  |  5.3 KB  |  271 lines

  1.  
  2. Hello,
  3.  
  4. This file contains a list of machines used, libraries compiler etc. If you
  5. find it out-of-date, or you have additions or changes, please let me know.
  6.  
  7. christos
  8.  
  9.  
  10. VENDOR    :    sun
  11. MODELS    :    sun3, sun4, sun386i
  12. COMPILER:    cc, gcc
  13. CFLAGS    :    normal
  14. LIBES    :    -ltermcap
  15. OS    :    sunos 3.5, 4.0, 4.1, 4.1.1
  16. CONFIG    :    config.sunos*
  17. ENVIRON    :    n/a
  18. NOTES    :    Don't compile with /usr/5bin/cc
  19. VERSION    :    6.00.01
  20.  
  21. VENDOR    :    hp
  22. MODELS    :    apollo
  23. COMPILER:    cc
  24. CFLAGS    :    -U__STDC__ -I. -O
  25. LIBES    :    -ltermcap
  26. OS    :    domain 10.4.3
  27. CONFIG    :    config.bsd
  28. ENVIRON    :    bsd4.3
  29. NOTES    :    Don't use gcc; breaks tc.os.c
  30. VERSION    :    6.00.01
  31.  
  32. VENDOR    :    hp
  33. MODELS    :    hp9000s300, hp9000s700, hp9000s800
  34. COMPILER:    cc, gcc
  35. CFLAGS    :    normal
  36. LIBES    :    -ltermcap
  37. OS    :    hpux 6.5, 7.0.x, 8.0
  38. CONFIG    :    config.hpux
  39. ENVIRON    :    n/a
  40. NOTES    :    Don't use -lBSD; breaks getpgrp(). Config.hp-3.2 obsolete?
  41. VERSION    :    6.00.01
  42.  
  43. VENDOR    :    hp
  44. MODELS    :    hp9000s500
  45. COMPILER:    cc
  46. CFLAGS    :    -I. -O
  47. LIBES    :    -ltermcap
  48. OS    :    hpux 5.2
  49. CONFIG    :    config.hp-5.2
  50. ENVIRON    :    n/a
  51. NOTES    :    very slow in executing commands (I think the reason is
  52. NOTES    :    a very slow fork)
  53. VERSION    :    6.00.01
  54.  
  55. VENDOR    :    digital
  56. MODELS    :    vax
  57. COMPILER:    cc, gcc
  58. CFLAGS    :    normal
  59. LIBES    :    -ltermcap
  60. OS    :    bsd4.3
  61. CONFIG    :    config.bsd 
  62. ENVIRON    :    n/a
  63. NOTES    :    cc broken: typedef void sigret_t;
  64. VERSION    :    6.00.00
  65.  
  66. VENDOR    :    digital
  67. MODELS    :    vax
  68. COMPILER:    cc, gcc
  69. CFLAGS    :    normal
  70. LIBES    :    -ltermcap
  71. OS    :    mtXinu 4.3
  72. CONFIG    :    config.mtxinu 
  73. ENVIRON    :    n/a
  74. NOTES    :    cc broken: typedef void sigret_t;
  75. VERSION    :    6.00.00
  76.  
  77. VENDOR    :    digital
  78. MODELS    :    vax, decstation
  79. COMPILER:    cc
  80. CFLAGS    :    normal
  81. LIBES    :    -ltermcap
  82. OS    :    ultrix 3.0 (vax), 3.5, 4.0, 4.1, 4.2
  83. CONFIG    :    config.ultrix 
  84. ENVIRON    :    n/a
  85. NOTES    :    pcc broken: typedef void sigret_t (vax); 
  86. NOTES    :    mips compiler on ultrix 3.5 needs -Dvoid=int
  87. NOTES    :    vax compiler on ultrix 3.0 needs -Dvoid=int
  88. NOTES    :    Does Ultrix 4.x still need YPBUGS?
  89. VERSION    :    6.00.01
  90.  
  91. VENDOR    :    apple
  92. MODELS    :    macII
  93. COMPILER:    cc
  94. CFLAGS    :    normal        (-ZP)
  95. LIBES    :    -ltermcap     (-lposix -ltermcap)
  96. OS    :    aux 2.0
  97. CONFIG    :    config.mac2    (-DPOSIX -DPOSIXJOBS)
  98. ENVIRON    :    n/a
  99. NOTES    :    Tcsh can compile both in non POSIX and POSIX mode. The
  100. NOTES    :    default configuration is non POSIX. The flags in parentheses
  101. NOTES    :    are the changes that are needed to compile in POSIX mode
  102. VERSION    :    6.00.01
  103.  
  104. VENDOR    :    ibm
  105. MODELS    :    ps/2, rs6000, rt, ibm370
  106. COMPILER:    cc
  107. CFLAGS    :    normal
  108. LIBES    :    -lcurses -lbsd
  109. OS    :    aix 3.1 (rs6000) aix 1.1 (ps/2) aix 2.2.1 (rt) aix G9.9 (ibm370)
  110. CONFIG    :    config.aix
  111. ENVIRON    :    n/a
  112. NOTES    :    aix G9.9 sfname() frees bad pointers. Use TCF with care!
  113. VERSION    :    6.00.00 
  114.  
  115. VENDOR    :    ibm
  116. MODELS    :    rt
  117. COMPILER:    hc
  118. CFLAGS    :    -I. -U__STDC__
  119. LIBES    :    -ltermcap
  120. OS    :    aos 4.3
  121. CONFIG    :    config.bsd
  122. ENVIRON    :    n/a
  123. NOTES    :    Old versions of the compiler break with -O. No ansi include
  124. NOTES    :    files so we have to undef __STDC__
  125. VERSION    :    6.00.01
  126.  
  127. VENDOR    :    sequent
  128. MODELS    :    symmetry
  129. COMPILER:    cc
  130. CFLAGS    :    normal
  131. LIBES    :    -ltermcap -lseq
  132. OS    :    Dynix 3.0
  133. CONFIG    :    config.symmetry
  134. ENVIRON    :    n/a
  135. NOTES    :    none
  136. VERSION    :    6.00.00
  137.  
  138. VENDOR    :    encore
  139. MODELS    :    multimax
  140. COMPILER:    gcc
  141. CFLAGS    :    normal
  142. LIBES    :    -ltermcap
  143. OS    :    umax 4.2
  144. CONFIG    :    config.bsd
  145. ENVIRON    :    n/a
  146. NOTES    :    none
  147. VERSION    :    6.00.00
  148.  
  149. VENDOR    :    sony
  150. MODELS    :    news 1850, 1750
  151. COMPILER:    gcc
  152. CFLAGS    :    normal
  153. LIBES    :    -ltermcap
  154. OS    :    bsd 4.3, news-os 3.3
  155. CONFIG    :    config.bsd
  156. ENVIRON    :    n/a
  157. NOTES    :    none
  158. VERSION    :    6.00.00
  159.  
  160. VENDOR    :    ibm + compatibles
  161. MODELS    :    i386,i286
  162. COMPILER:    cc
  163. CFLAGS    :    normal
  164. LIBES    :    -ltermcap -ldir -lx
  165. OS    :    xenix
  166. CONFIG    :    config.xenix
  167. ENVIRON    :    n/a
  168. NOTES    :    none
  169. VERSION    :    6.00.01
  170.  
  171. VENDOR    :    hp
  172. MODELS    :    hp300
  173. COMPILER:    gcc
  174. CFLAGS    :    normal
  175. LIBES    :    -ltermcap
  176. OS    :    MORE/bsd 4.3+
  177. CONFIG    :    config.mtxinu
  178. ENVIRON    :    n/a
  179. NOTES    :    none
  180. VERSION    :    6.00.01
  181.  
  182. VENDOR    :    digital
  183. MODELS    :    vax
  184. COMPILER:    gcc
  185. CFLAGS    :    normal
  186. LIBES    :    -ltermcap
  187. OS    :    bsd 4.3reno
  188. CONFIG    :    config.bsdreno
  189. ENVIRON    :    n/a
  190. NOTES    :    For early reno systems need to uncomment definition of
  191. NOTES    :    speed_t in sh.types.h and append "#undef NLS" and
  192. NOTES    :    "#define SYSMALLOC" to end of config.h
  193. VERSION    :    6.00.01
  194.  
  195. VENDOR    :    pyramid
  196. MODELS    :    ?
  197. COMPILER:    cc
  198. CFLAGS    :    -I. -O -DBSD
  199. LIBES    :    -ltermcap
  200. OS    :    ?
  201. CONFIG    :    config.bsd
  202. ENVIRON    :    n/a
  203. NOTES    :    none
  204. VERSION    :    6.00.01
  205.  
  206. VENDOR    :    alliant
  207. MODELS    :    FX/8X series
  208. COMPILER:    pcc
  209. CFLAGS    :    normal
  210. LIBES    :    -ltermcap
  211. OS    :    Concentrix 5.7.00
  212. CONFIG    :    config.bsd
  213. ENVIRON    :    n/a
  214. NOTES    :    n/a
  215. VERSION    :    6.00.01
  216.  
  217. VENDOR    :    next
  218. MODELS    :    any
  219. COMPILER:    cc
  220. CFLAGS    :    normal
  221. LIBES    :    -ltermcap -lcs
  222. OS    :    next os 2.x
  223. CONFIG    :    config.mach
  224. ENVIRON    :    n/a
  225. NOTES    :    n/a
  226. VERSION    :    6.00.01
  227.  
  228. VENDOR    :    Heurikon
  229. MODELS    :    HK68
  230. COMPILER:    gcc (Green Hills C-68000)
  231. CFLAGS    :    -ga -X138 -X25 -I.
  232. LDFLAGS    :    -n
  233. LIBES    :    -lcurses -ltermcap -ldirent
  234. OS    :    UniPlus+ 5.0
  235. CONFIG    :    config.hk68
  236. ENVIRON    :    n/a
  237. NOTES    :    Need Doug Gwyn's POSIX directory library (libdirent.a)
  238. VERSION    :    6.00.01
  239.  
  240. VENDOR    :    Amdahl
  241. MODELS    :    n/a
  242. COMPILER:    cc/gcc
  243. CFLAGS    :    normal
  244. LIBES    :     -lcurses -lsocket -lbsd    
  245. CONFIG    :    config.amdahl
  246. ENVIRON    :    n/a
  247. VERSION    :    6.00.01
  248.  
  249. VENDOR    :    prime
  250. MODELS    :    exl 300 series
  251. COMPILER:    cc
  252. CFLAGS    :    -O -s -I.
  253. LIBES    :    -lcurses -lstcp
  254. OS    :    system v.3.1.2
  255. CONFIG    :    config.sysv
  256. ENVIRON    :    sysv
  257. NOTES    :    Is libstcp.a on all exl 300s?
  258. VERSION    :    6.00.01
  259.  
  260. VENDOR  :       convex
  261. MODELS  :       c220
  262. COMPILER:       cc
  263. CFLAGS  :       normal
  264. LIBES   :       -ltermcap
  265. OS      :       9.0.6 (bsd 4.3)
  266. CONFIG  :       config.convex
  267. ENVIRON :       n/a
  268. NOTES   :       Dont use the -pcc flag.
  269.     :    Use setty to fix the default tty settings.
  270. VERSION :       6.00.01
  271.