Skip to content

Compiling for Windows platform #8

Description

@noahc3

I apologize for the noob question.

I'm trying to compile this for Windows. Getting the necessary libraries to build in a Windows environment seems like a chore so I went the cross compile route. I have it to the point where ./configure and make succeed (or at least don't fail), but no Windows binaries are produced. I'm pretty much looking for a DLL output like is bundled with QCMA.

I'm using the following command for configure:
./configure CC="i686-w64-mingw32-gcc" CFLAGS="-I/usr/local/include" --build i686-pc-linux-gnu --host i386-w64-mingw32

Is there anything obvious I'm missing here? Or maybe you compile this for Windows differently and could point me in the right direction?

Thanks muchly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions