[Bioperl-l] Problem make-ing, arg list too long
David A. Jewell
djewell@Dartmouth.EDU
21 Oct 2002 16:15:05 EDT
I did this several months ago for our IP30 system.
The solution (Thanks again to bioperl group for providing me with the answer)
as root:
systune -i
systune> ncargs 63000
autoconfig -v
reboot
This will allow you to have a longer Arg list in the makefile.
-dave
David Jewell
Research Computing
Dartmouth College
--- Scott Presnell wrote:
Hi All,
Sorry, I'm sure I've just done something stupid, because
I don't see any mention of such a basic problem in the lists...
When trying to "make" bioperl-live, all shells
I've tried (sh, csh, tcsh, bash) come back with
"Arg list too long"
here's one example attempt...
% make SHELL=/usr/gnu/bin/bash
make: execvp: /usr/gnu/bin/bash: Arg list too long
make: *** [pm_to_blib] Error 127
In the Makefile, the macro TO_INST_PM, referenced
by the pm_to_blib target has 498 lines, and approching
14k chars. Is this the expected expansion?
For what it matters my environment is:
% uname -a
IRIX64 blaster 6.5 04101931 IP35
% make -v
GNU Make 3.80
% perl -v
This is perl, v5.6.0 built for IP30-irix
Is this a problem is irix execvp(), or in the shell, or?
Thanks for any help or pointers...
- Scott
_______________________________________________
Bioperl-l mailing list
Bioperl-l@bioperl.org
http://bioperl.org/mailman/listinfo/bioperl-l
--- end of quote ---