bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP-BUG: PSPP make check errors [cross posting to address@hidden]


From: Paul Eggert
Subject: Re: PSPP-BUG: PSPP make check errors [cross posting to address@hidden]
Date: Thu, 27 Aug 2020 15:30:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Your log says that the problem occurred when you ran this:

gcc -std=gnu11 -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -g -O2 -MT fopen.lo -MD -MP -MF .deps/fopen.Tpo -c fopen.c -fPIC -DPIC -o .libs/fopen.o

Can you send us the preprocessor output? That is, the output of these commands:

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

and then send us fopen.i.gz. That might help us debug the problem without your having to come up with a smaller reproducer.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]