home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / programm / 4339 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!mips!rtech!sgiblab!tsoft!dennis
  3. From: bbs.dennis@tsoft.sf-bay.org (Dennis Yelle)
  4. Subject: Is link386 slow, or what?
  5. Message-ID: <P47RPB1w165w@tsoft.sf-bay.org>
  6. Sender: bbs@tsoft.sf-bay.org (BBS User)
  7. Organization: The TSoft BBS and Public Access Unix, +1 415 969 8238
  8. Date: Thu, 20 Aug 1992 01:24:36 GMT
  9. Lines: 27
  10.  
  11. I am porting a DOS program to OS/2.
  12. I successfully linked it for the first time today with LINK386.
  13. It took 1 minute 13 seconds.
  14. I went to OS/2's DOS command line, and compiled and linked
  15. the same source code for DOS, and the LINK time was 5 seconds,
  16. with MicroSoft's LINK 5.13.
  17. Does anyone know how to speed up LINK386?
  18.  
  19. The code was compiled with IBM's C Set/2 compiler.
  20. I build 3 .lib's and the link step links 5 .obj's with
  21. my 3 .lib's plus IBM's .lib's.
  22. The .lib's were created by IBM's LIB.EXE.
  23. The LINK386 options are:
  24.  
  25.   LINK386 /a:16 /base:65536 /m /noi /pm:vio /st:0x1a000
  26.  
  27. I have "DISKCACHE=512,LW,32" in CONFIG.SYS.
  28. I am running on a 33 Mhz 486 with 16 MB of RAM.
  29.  
  30. LINK386 produces a 150K .EXE file, and takes 1 min 13 seconds to do so.
  31. While LINK386 is running, the disk drive light is on constantly, and
  32. PULSE shows the system is about 20% busy.
  33.  
  34. Can anyone help???
  35.  
  36. --
  37. Dennis Yelle (bbs.dennis@tsoft.sf-bay.org)
  38.