Both compile ok
~$ gcc -c -std=gnu99 -g -O2 test.c ~$ gcc -c -std=gnu99 -fgnu89-inline -g -O2 test.c ~
On 02/04/2016 20:54, John Darrington wrote:
OK. So it compiles ok. The link failure is to be expected. Now try with: gcc -c -std=gnu99 -g -O2 file.c and with gcc -c -std=gnu99 -fgnu89-inline -g -O2 file.c J'
_______________________________________________ pspp-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/pspp-dev
