2009/10/11 Salvatore Santagati:
> Nope, but under Linux works as well ( with and without std=c99 ) ,
> under cygwin if enable std=c99
> I've these type of warning ( source code here is only an example )

Seems Linux has got it wrong then, because ftello and fseeko are not
standard C99 functions. Use -std=gnu99 to enable GNU extensions.

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to