|
From: | Paul Eggert |
Subject: | Re: PSPP-BUG: PSPP make check errors [cross posting to address@hidden] |
Date: | Fri, 28 Aug 2020 09:06:10 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |