jannico 0 Newbie Poster

Hello,

i want do some coding with libtiff.
My environment is:
win2000
DevC++/Mingw 4.9.9.2
i installed the devpacks for libtiff, libz, libjpeg

i got some code, but compiling i get a linker error:
undefined reference to _ _fxstat64
undefined reference to mmap64
undefined reference to munmap

these functions are part of libtiff.a which i included, i also passed
-ltiff to the compiler.

i have no idea what i do wrong. Googling other people had the same problem but didnt get an answer. Maybe someone here has an idea.

regards and thanks you,
jannico