home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4598 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.5 KB

  1. Path: sparky!uunet!olivea!decwrl!sun-barr!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!princeton!phoenix.Princeton.EDU!serenang
  2. From: serenang@phoenix.Princeton.EDU (Serena Ng)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: Is there any way to execute a DOS program from a WINOS2 program?
  5. Message-ID: <1992Aug31.153127.9910@Princeton.EDU>
  6. Date: 31 Aug 92 15:31:27 GMT
  7. References: <l9sep2INNqlc@predator.cs.utexas.edu> <1992Aug28.205248.21272@njitgw.njit.edu> <MARTY.92Aug31094929@predator.cs.utexas.edu>
  8. Sender: news@Princeton.EDU (USENET News System)
  9. Organization: Princeton University
  10. Lines: 12
  11. Originator: news@nimaster
  12. Nntp-Posting-Host: phoenix.princeton.edu
  13.  
  14. I downloaded EMX-0.8d from Hobbes and installed the GCC compiler under OS2.
  15. I have a 486/33 with 12 megs of RAM installed. GCC works fine and created
  16. the executable PROG.EXE. However, I need to read in a huge data set 10000 by
  17. 20, so I tried to use EMXBIND to combine PROG with EMX.exe.  I tried the
  18. BIND.CMD that comes with EMX-0.8d and came back with an error "cannot open
  19. PROG.EXE". I tried to use EMXBIND manually, got the same message. "PROG.EXE"
  20. was in the default directory where I executed BIND and EMXBIND though. 
  21.  
  22. This is the first time I use GCC. Are there compiling options I should have
  23. used before I run BIND? The path to all the emx executables seem fine since
  24. the BIND program did not complain about locating EMXL.exe or EMX.exe. Any
  25. tips and advice on this problem would be appreciated.
  26.