I've problem when try to use function from msdn [ 1 ] as _ftelli64 and
_fseeki64 all times result are ( with msys )
"undefined reference to"
What flag I need to link [ 2 ] that basic function from msdn ?
These are info about my environment
$ uname -a
MINGW32_NT-5.1 YOSHI 1.0.11(0.46/3/2) 2009-07-11 17:46 i686 Msys
$ gcc -v
Reading specs from C:/Mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc
--with-gnu-ld --with-gnu-as --host=mingw32 --target=mingw32
--prefix=/mingw --enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
[ 1 ] http://msdn.microsoft.com/en-us/library/75yw9bf3%28VS.80%29.aspx
[ 2 ] http://www.mingw.org/wiki/Building_a_program_giving_me_error_messages
cheers
Salvatore
|