it fails here:
fflush.c(95): error: a value of type "__off_t={__int64_t={long long}}" cannot
be assigned to an entity of type "fpos_t"
fp_->_offset = pos;
^
compilation aborted for fflush.c (code 2)
*** [fflush.o] Error code 2
1 error
A quick look at /usr/include/stdio.h sh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Alexander Nasonov on 11/17/2009 2:37 AM:
> it fails here:
>
> fflush.c(95): error: a value of type "__off_t={__int64_t={long long}}" cannot
> be assigned to an entity of type "fpos_t"
> fp_->_offset = pos;
> ^
> comp
17.11.09, 06:12, "Eric Blake" :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> Are you sure you are using a C++ compiler instead of a C compiler?
I was refering to the product called "IntelĀ® C++ Compiler Professional Edition
for Linux". They ship the C compiler as well.
Thanks,
Alex