Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Several libraries with maemo5
Qt 6.11 is out! See what's new in the release blog

Several libraries with maemo5

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 2.2k 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.
  • F Offline
    F Offline
    Felix
    wrote on last edited by
    #1

    hi

    I just wanted to compile a desktop project for a maemo5 device using the lates NokiaQtSdk on windows7.
    This project includes several libraries with dependencies on each other and an executable.
    No i started compiling the project. The first library compiled without any problems for maemo5. The second also compiled for maemo5 requires the first library as a dynamic link. So the linker was called after compiling the second and returned an error.

    I found out that the compiler generated 3 symlinks and 1 library of the first library.

    mylib.so
    mylib.so.1
    mylib.so.1.0
    mylib.so.1.0.0

    where the mylib.so.1.0.0 is the real library. The problem is, the linker wants to link with the mylib.so what is simply a symlink. And since windows cant handle symlinks the linker returned and error (unknown file format).

    Is there any way to get it worked on Windows? (and i dont mean just rename the mylib.so.1.0.0 to mylib.so in and automated built of both projects, that doesnt work)

    Vg

    Felix

    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