home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / misc / 19195 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  2.6 KB

  1. Xref: sparky comp.sys.amiga.misc:19195 comp.sys.amiga.programmer:17919
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer
  5. Subject: Re: Oops!I did a stupid thing! Can C people help?
  6. Message-ID: <C01Cn6.B5q@unx.sas.com>
  7. Date: 29 Dec 92 19:25:54 GMT
  8. References: <1992Dec27.233309.16636@vax5.cit.cornell.edu>
  9. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  10. Distribution: comp
  11. Organization: SAS Institute Inc.
  12. Lines: 49
  13. Originator: walker@twix.unx.sas.com
  14. Nntp-Posting-Host: twix.unx.sas.com
  15.  
  16.  
  17. In article <1992Dec27.233309.16636@vax5.cit.cornell.edu>, blyy@vax5.cit.cornell.edu writes:
  18. |> recently, I began to inspect.  I keep getting a "file not found dos/dos.h"
  19. |> error when I try to compile.  And - hark! - there is no dos.h in my
  20. |> include:dos/ directory. I assume that there should be. If it is legal
  21. |> (I don't see why not) - could anyone who might have this file please email
  22. |> it to me (I'm sure it's only a few lines long). It would be massively
  23. |> helpful.  
  24.  
  25. Unfortunately, it is illegal for anyone to send you a copy of the
  26. header file, since it is copyrighted.  However, this file should be
  27. on your V6.0 distribution disks.  You can reinstall it very quickly 
  28. and easily.  If you really only need that one file, do the
  29. following:
  30.  
  31.    Insert disk 4 of your V6.0 distribution in any floppy drive.
  32.  
  33.    Issue the following command from the CLI:
  34.  
  35.       COPY SASC_6.0_Disk_4:compiler_headers/include/dos/dos.h sc:include/dos/dos.h
  36.  
  37. If you suspect that more files may have been trashed, you might want
  38. to reinstall all the includes with the following procedure:
  39.  
  40.    Insert disk 1 of your V6.0 disk set
  41.    
  42.    Double-click on the installer icon
  43.    
  44.    Go through the initial screens (install for real, etc.)
  45.    
  46.    When it asks what components to install, select only 
  47.    "compiler".  You should deselect all other options.
  48.    
  49.    When it asks which libraries to install, deselect all
  50.    of them.
  51.    
  52. This procedure will reinstall your base compiler executables and
  53. the header files, but leave the rest of your system alone.  If you
  54. have installed the 6.1 patch, you'll need to reinstall it after
  55. doing this.
  56.  
  57. -- 
  58.   *****
  59. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  60.  *|. o.| ||                                          1200/2400/9600 Dual
  61.   | o  |//     For all you do, this bug's for you!
  62.   ====== 
  63. usenet: walker@unx.sas.com                            bix: djwalker 
  64. Any opinions expressed are mine, not those of SAS Institute, Inc.
  65.