I insert in cmd:
gcc -ldlfcn
it warned:
Code:
F:/Qt-Android/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../. ./i686-w64-mingw32/bin/ld.exe: cannot find -ldlfcn collect2.exe: error: ld returned 1 exit status
Printable View
I insert in cmd:
gcc -ldlfcn
it warned:
Code:
F:/Qt-Android/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../. ./i686-w64-mingw32/bin/ld.exe: cannot find -ldlfcn collect2.exe: error: ld returned 1 exit status
Where is you dlfcn.dll located, and is that location also known to mingw?
what is dlfcn.dll?
my mingw
path = F:\MinGW
Well, you started your first post with:Quote:
what is dlfcn.dll?
If you don't know what dlfcn.dll ist, why did you write "gcc -ldlfcn"?Quote:
I insert in cmd:
gcc -ldlfcn