gen-fib.o problem
Karl Berry
karl at freefriends.org
Thu Mar 4 00:48:14 CET 2021
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
More information about the tex-live
mailing list.