On 8/28/20 6:01 AM, Ruth Waite wrote:
[ad3658@cus-survox1 pspp-1.4.0]$ gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. 
-I.. -g -O2 -E fopen.c >fopen.i gzip fopen.i
gcc: error: fopen.c: No such file or directory
gcc: error: gzip: No such file or directory

I see two problems. First, please run the gcc command in the same directory that you ran it for your original report. Second, run the gzip command on a separate line. So, please run something like the following and then attach fopen.i.gz in an email back to us.

cd /export/home/ad/ad36/ad3658/Downloads/pspp-1.4.0/gl

gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -g -O2 -E fopen.c >fopen.i

gzip fopen.i

Reply via email to