On 12/26/10, Oliver Kullmann <O.Kullmann at swansea.ac.uk> wrote:
> ;;; Invoking external command:
>
> XXX this line has 36861 characters XXX
> -Wl,-rpath=/home/csoliver/SAT-AlgorithmAn error occurred during
> initialization:
> (SYSTEM
> "/home/csoliver/SAT-Algorithmen/OKplatform/ExternalSources/Installations/Gcc/4.1.2/bin/gcc
> -o XXX this line has 37734 characters XXX -lecl -lgmp -ldl -lm ") returned
> non-zero value 127.
I'm guessing the problem is the final link,
gcc -o .../maxima <giant list of .o files here>.
(On my build system, it's about 30 k.)
I suppose a good solution would be to use the @foo.list
argument to gcc, where foo.list contains the list of files.
(Moving stuff to shorter pathnames isn't guaranteed to work.)
I suppose it's ECL's problem to make that work; but I wonder
if there is something we could do to move the process along.
best
Robert Dodier