Topic: problem constructing 32 bits library
I have written a simple subroutine using exp and log functions, when trying to create a dll of this code choosing 32 bits and shared library in the Project Options I get the following error message :
c:/simply fortran/mingw-w64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe: i386:x86-64 architecture of input file `build\Duration.o' is incompatible with i386 output
and some :
undefined reference to `log'
undefined reference to `exp'
undefined reference to `malloc'
undefined reference to `free'
Could anyone help me please ?