PDA

View Full Version : erorr gcc



ravandi
14th April 2017, 14:16
I insert in cmd:
gcc -ldlfcn
it warned:


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

high_flyer
14th April 2017, 23:29
Where is you dlfcn.dll located, and is that location also known to mingw?

ravandi
15th April 2017, 05:23
what is dlfcn.dll?
my mingw
path = F:\MinGW

high_flyer
16th April 2017, 21:56
what is dlfcn.dll?
Well, you started your first post with:

I insert in cmd:
gcc -ldlfcn

If you don't know what dlfcn.dll ist, why did you write "gcc -ldlfcn"?