This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


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

RE: Build errors on IRIX 6.5 using MIPSpro C compiler


On Irix, the command line is reasonable short. "man sh" says: 
Sometimes, particularly when using wildcards, the shell will fail to execute
a command, and complain with the message
        arg list too long
This can often be avoided by using multiple commands, the xargs(1) command,
or by increasing the ncargs kernel parameter with the systune(1m) command. 
I have doubled the command line length from default of 20480 to 40960 with
the command: 
        systune ncargs 40960

This has helped with other applications that use libtool.  Haven't tried it
with gsl.

+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone:	+61 3 9469 0642
FAX:	+61 3 9462 2700
Email:	David.Billinghurst@riotinto.com




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