This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Long command lines


"Charles S. Wilson" wrote:
> 
> I don't think there's any easy way.  You'll have to edit the make file,
> and split the gcc command into three (or more) parts:
> 
> ar rc tmp1.a "some of the .o files"
> ar rc tmp2.a "more of the .o files"
> ....
> ....
> gcc -O4 -o lcint tmp1.a tmp2.a ... -ll
> 
> --Chuck

I just read Mumit's answer.  He's probably right; I was assuming that
you *were*, in fact, running into a 'command-line-too-long' problem.

--Chuck

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]