Mail Archives: djgpp/1997/12/29/11:59:30
"John McCormick" <piper AT netcore DOT ca> wrote:
> I have a problem when I try and link my object files. I have 20 or so
> files in the
> gcc file1.o file2.o .... -o test.exe
>
> It will get to 15th file and truncate the filename and kill the process.
> How can I solve this?
Seems you are hiting a limitation in command.com. You can:
1) Use response files. Just put the parameters in a file and call gcc like
this: gcc @file
2) Use make, I think you need at least make for a 20 files project.
3) Use RHIDE, it will help you a lot to manage the project.
If you are already using 2 or 3 then you are mixing utilities from djgpp v2.0
and v2.01, just reinstall all with 2.01.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://set-soft.home.ml.org/
or
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-sot AT usa DOT net - ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(541) 759 0013
- Raw text -