Skip to content

Compiling on Windows #67

Description

@MyTDT-Mysoft

so i'm compiling on windows using mingw 8.1 and regular cmd.exe
compiling works, altough "clean" uses linux specific stuff that fails to cleanup properly nonetheless it compiles

however i noticed a few things when compiling the simplest make lib/slib forms:

  1. it requires libpthread-1.dll just for clock_gettime. so i added a clock_gettime.c to sources on windows, so that libpthread is not included if used just for that
  2. its requiring a mingw gcc dll for div??? when generating the .dll as dependency that i removed by adding -static-libgcc to compile options.. so now just a warning left..

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions