Hi there,
Paul D. Smith schrieb:
%% Robert Hartmann <Robert.Hartmann@xxxxxxxxxxxxxxx> writes:
rh> 9) make -w 2>&1 | tee make.out
rh> After 24h hours without coming to an end I stopped make.
Almost certainly something that make is running is asking you a
question, but since you are buffering the output through the pipe and
into tee, most likely in line-buffered mode, the question is not being
printed since it doesn't end in a newline.
Ok, I tried "make" as superuser without piping the output to "tee",
but once again "make" doesn't come to an end.
running make as root:
again it hangs here
updating cache ../config.cache
configure: creating ./config.status
after pressing Control + C I've got the message
rm: cannot get current directory: Stale NFS file handle
make[1]: *** [configure-build-libiberty] Fehler 1
make: *** [all] Unterbrechung
Probably one of my problems is caused by the special nature of
the partition.
now I changed the working directory from
/mnt/hda7/XCompiler/src/.... (you know its FAT32)
to
~/build-powerpc/ (a EXT2 Partition)
to circumnavigate this problem.
and now make became more talkative and delivered this error message:
checking for shared libgcc... configure: error: Link tests are not
allowed after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Fehler 1
make[1]: Leaving directory `/home/robert/build-powerpc/gcc'
make: *** [all] Fehler 2
robert@sporack:~/build-powerpc/gcc$
Someone has an idea what this should tell me?
Does it mean that he tries to do an link test
and fails because I don't want to generate executables?
I really don't know where the option "GCC_NO_EXECUTABLES"
comes from. Does this mean, that I have to compile a new
libgcc to succeed the procedure?
Any suggestions what I should try now?
Best regards,
Robert
|