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. Static build dumpdoc - linker error jasper symbols

Static build dumpdoc - linker error jasper symbols

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 1 Posters 370 Views
  • 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.
  • T Offline
    T Offline
    TinTin82
    wrote on last edited by
    #1

    Hi,
    if i compile Qt5 it ends with a linker error:

    undefined reference to `_imp__jas_init'
    ...
    

    I'm not shure why this happens because the build command is:
    g++ ... -ljasper
    so it should be linked against jasper lib.
    I'm using msys2 Gnu Compiler.

    Thanks for help in advance,
    TinTin

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TinTin82
      wrote on last edited by TinTin82
      #2

      This error comes up if you compile qt static with msys2 and some installed jasper package.
      Solution was uninstallation of jasper
      pacman -R mingw-w64-i686-jasper
      pacman -R mingw-w64-x86_64-jasper

      1 Reply Last reply
      0

      • Login

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