Results 1 to 4 of 4

Thread: erorr gcc

  1. #1
    Join Date
    Oct 2015
    Posts
    46
    Thanks
    19
    Platforms
    Windows

    Default erorr gcc

    I insert in cmd:
    gcc -ldlfcn
    it warned:
    Qt Code:
    1. F:/Qt-Android/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../.
    2. ./i686-w64-mingw32/bin/ld.exe: cannot find -ldlfcn
    3. collect2.exe: error: ld returned 1 exit status
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: erorr gcc

    Where is you dlfcn.dll located, and is that location also known to mingw?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Oct 2015
    Posts
    46
    Thanks
    19
    Platforms
    Windows

    Default Re: erorr gcc

    what is dlfcn.dll?
    my mingw
    path = F:\MinGW

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: erorr gcc

    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"?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.