gen-fib.o problem

Hartmut Henkel hartmut_henkel at gmx.de
Thu Mar 4 19:49:21 CET 2021


Hi Karl,

On Wed, 3 Mar 2021, Karl Berry wrote:
> Hi Hartmut,
>
>     ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c
>     gcc -Wall  -g -O2   -o gen-fib gen-fib.o
>     gcc: error: gen-fib.o: No such file or directory
>
> Does not happen for me or, seemingly, anyone else. Looking at
> gmp/native/Makefile.am, gen-fib is treated identically to gen-fac,
> which worked for you (just above).
>
> What I get after the
> ln -s ../../../../libs/gmp/native/../gmp-src/gen-fib.c gen-fib.c
>   is:
> depbase=`echo gen-fib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I../../../../libs/gmp/native  -I../../../../libs/gmp/native/../gmp-src  -Wall  -g -MT gen-fib.o -MD -MP -MF $depbase.Tpo -c -o gen-fib.o gen-fib.c &&\
> mv -f $depbase.Tpo $depbase.Po
> gcc -Wall  -g   -o gen-fib gen-fib.o
> echo timestamp >stamp-fib
> -------------------------
>
> Why that normal compile command (depbase=...; gcc ...) did not run for
> you, I just can't say. Massive parallel build? Options to ./Build?
> Does it work anywhere you have, you could compare the build trees and
> output of "make -d stamp-fib" or some such? Sorry .... -k

have many thanks for looking into this. It was just a "harmless" ./Build
:-) Now i did an svn cleanup --remove-unversioned --remove-ignored in
the repo and then it compiled fine all the way through. So i guess Build
was disturbed by some obsolete file (iirc, there was one, only not in
the gmp/native/ dir). And sorry for posting to the wrong list, should
have been tlbuild, yes.

Best Regards, Hartmut


More information about the tex-live mailing list.