Top "Darwin" questions

Darwin is the open-source core of macOS, iOS, tvOS and watchOS.

How to build a cross-compiler for i386-apple-darwin target from x86_64-apple-darwin host?

Problem overview I am trying to learn how to build a cross-compiler, specifically a version of GNU gcc 4.7.2 on a 64…

macos gcc cross-compiling gnu darwin
How can I use mach_absolute_time without overflowing?

On Darwin, the POSIX standard clock_gettime(CLOCK_MONOTONIC) timer is not available. Instead, the highest resolution monotonic timer is …

macos x86 posix powerpc darwin
Getting suddenly a lot of request from CFNetwork/Darwin

I've noticed in the AWS console that our website got a lot of more requests than normally. Especially in the …

ios swift darwin cfnetwork
What is the deal with undefined symbols in a shared library or dylib?

I have a Makefile for linux that I am porting over to Darwin. The makefile takes a bunch of .o …

c++ gcc shared-libraries dylib darwin