On 10/28/20 11:48 AM, Carlos Morales Socorro wrote:
Hi, let me show the answer: cmorsoc@linmain:~/Descargas/gzip/gzip-1.10/lib$ gcc -E -DHAVE_CONFIG_H -I. -I./lib -I./lib -g -O2 gzip.c >gzip.i gcc.exec: error: gzip.c: No such file or directory
Unfortunately I gave you the wrong instructions last time. Try running the command in the src subdirectory instead. Something like this:
cd src gcc -E -DHAVE_CONFIG_H -I. -I./lib -I./lib -g -O2 gzip.c >gzip.i