home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / ada / 3305 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.6 KB

  1. Path: sparky!uunet!sun-barr!olivea!charnel!rat!usc!news!shrike.irvine.com!mark
  2. From: mark@irvine.com (Mark Schimmel)
  3. Newsgroups: comp.lang.ada
  4. Subject: C to Ada translator
  5. Message-ID: <BxxssE.530@irvine.com>
  6. Date: 19 Nov 92 00:17:01 GMT
  7. Organization: Irvine Compiler Corp., Irvine, California, USA
  8. Lines: 38
  9.  
  10. You can now get the 1st release of Irvine Compilers C header file to
  11. Ada translator via anonymous ftp.  The current distribution may not
  12. include your host, but many ports are being worked on.  The most
  13. notable defficiencies are PC-DOS and PC-OS/2.  These are being worked
  14. on and will hopefully be done shortly.
  15.  
  16. Now, thanks to SGI, you can get your release via:
  17.  
  18. % ftp sgi.com
  19.  
  20. ftp> cd c2ada
  21. ftp> binary
  22. ftp> ls
  23.  
  24. -rw-rw-r--   1 root     0           3859 Nov 18 15:57 README
  25. -rw-rw-r--   1 root     0         172171 Nov 18 15:57 dec-ultrix.tar.Z
  26. -rw-rw-r--   1 root     0         324980 Nov 18 15:57 hp700.tar.Z
  27. -rw-rw-r--   1 root     0         182456 Nov 18 15:57 mips-RISCos.tar.Z
  28. -rw-rw-r--   1 root     0          91937 Nov 18 15:57 rios.tar.Z
  29. -rw-rw-r--   1 root     0         198804 Nov 18 15:57 sgi.tar.Z
  30. -rw-rw-r--   1 root     0         350977 Nov 18 15:57 sparc.tar.Z
  31. -rw-rw-r--   1 root     0         101447 Nov 18 15:57 sun3.tar.Z
  32.  
  33. ftp> get sparc.tar.Z
  34. ftp> bye
  35.  
  36. % uncompress sparc.tar
  37. % tar -xf sparc.tar
  38. % ls sparc
  39.  
  40. Make.deps         c2ada*            cpp*              x11.inc
  41. Makefile          c2ada.1           hello_world.ada
  42. README            cfront*           x11.ada
  43. c.ada             cfront.1          x11.c
  44.  
  45.  
  46. I'd be interrested in your reaction to this tool (both positive and
  47. negative).  Your input will affect future revisions.
  48.