home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- 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
- From: hclam@cuse1.se.cuhk.hk (LAM Ho Cheong)
- Subject: tlink error: arguments too long
- Message-ID: <1992Dec17.143907.25709@cucs5.cs.cuhk.hk>
- Sender: news@cucs5.cs.cuhk.hk
- Organization: Faculty of Engineering, The Chinese U. of Hong Kong
- Date: Thu, 17 Dec 1992 14:39:07 GMT
- Lines: 21
-
- I'm writing a program, which will invoke the Turbo C++ compiler to
- compile a windows application during run time.
-
- For compilation, I've written a make file, which will be called up
- by my program. However, the tlink shows the following error,
-
- Fatal: Command arguments too long
-
- But all the arguments are necessary as the windows application
- includes several source files and several library have to be linked
- with it.
-
- So, is there anyone who could solve the "argument" error or even
- think of a better approach ? Please send any suggestion to me at
- the address below...
-
- Thank you!
-
- HC
- hclam@se.cuhk.hk
-
-