On Sat, Apr 02, 2016 at 08:58:00PM +0200, Frans Houweling wrote:
     Both compile ok
     
     >~$ gcc -c -std=gnu99  -g -O2 test.c
     >~$ gcc -c -std=gnu99 -fgnu89-inline -g -O2 test.c
     >~

Hmm.   Try these two:


gcc -c -fgnu89-inline -std=gnu99 -g -O2  -pthread -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm 
-I/usr/include/pango-1.0 test.c

gcc -c -fgnu89-inline -std=gnu99 -g -O2  test.c
     
     

-- 
Avoid eavesdropping.  Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pspp-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to