• Order of the Butterfly
    Order of the Butterfly
    asrael22
    Posts: 404 from 2014/6/11
    From: Germany
    Hi.

    I'm currently porting a C++ project. It has relatively few dependencies.
    That is: xz, bz2, z, curl, icu (not necessarily required).

    I found libbz2.a in the SDK. Also I found libz_shared.a but using it for linking did't really work. So I've compiled zlib from source to libz.a.
    How is libz_shared.a supposed to be used?

    Is there libcurl available?

    Now, I've pretty much compiled the project OK so far.
    I'm wondering now in which way I can make it more MorphOS native by using the available shared libraries bz2, z.
    Is it possible to create shared libraries that have static library dependencies (libbz2, etc.)?
    What would need to be changed in the sources to do that (use the proto includes)?


    Manfred
  • »08.02.16 - 10:06
    Profile