Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. LIBC.lib missing Link Error
Forum Updated to NodeBB v4.3 + New Features

LIBC.lib missing Link Error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 317 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dave_V
    wrote on 9 Mar 2020, 00:05 last edited by
    #1

    I've been working on a project using the default Desktop Qt 5.14.0 MinGW 32-bit build kit. I needed to use QWebEngineWidgets, but they were not available in that kit, so I switched to another default kit Desktop Qt 5.14.0 MSVC2017 32bit. However, with this kit, i cannot build the project due to the missing LIBC.lib error.

    Researching this further, I found that the LIBC.lib is an old, deprecated library, and in fact, the MinGW kit did not include it either....

    I'm sure others have had similar issues. Any suggestions on how to overcome this problem will be appreciated.
    Thanks!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Dave_V
      wrote on 10 Mar 2020, 18:56 last edited by
      #2

      It appears there is no answer to this issue, short of getting a different version of the lib that is calling LIBC.lib or rewriting any code you have that depends on it.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 10 Mar 2020, 19:50 last edited by
        #3

        Hi and welcome to devnet,

        The third solution is to build it with the compiler you are using for your project.

        Where did you get that library from ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        1/3

        9 Mar 2020, 00:05

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved