home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / cplus / 18168 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ames!saimiri.primate.wisc.edu!hp9000.csc.cuhk.hk!cucs5.cs.cuhk.hk!hclam
  3. From: hclam@cuse1.se.cuhk.hk (LAM Ho Cheong)
  4. Subject: tlink error: arguments too long
  5. Message-ID: <1992Dec17.143907.25709@cucs5.cs.cuhk.hk>
  6. Sender: news@cucs5.cs.cuhk.hk
  7. Organization: Faculty of Engineering, The Chinese U. of Hong Kong
  8. Date: Thu, 17 Dec 1992 14:39:07 GMT
  9. Lines: 21
  10.  
  11.    I'm writing a program, which will invoke the Turbo C++ compiler to
  12.    compile a windows application during run time.
  13.  
  14.    For compilation, I've written a make file, which will be called up
  15.    by my program.  However, the tlink shows the following error,
  16.  
  17.    Fatal: Command arguments too long
  18.  
  19.    But all the arguments are necessary as the windows application
  20.    includes several source files and several library have to be linked
  21.    with it.
  22.  
  23.    So, is there anyone who could solve the "argument" error or even
  24.    think of a better approach ?  Please send any suggestion to me at
  25.    the address below...
  26.  
  27.    Thank you!
  28.  
  29. HC
  30. hclam@se.cuhk.hk
  31.  
  32.