Top "Darwin" questions

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

Using Rsync include and exclude options to include directory and file by pattern

I'm having problems getting my rsync syntax right and I'm wondering if my scenario can actually be handled with rsync. …

linux unix rsync darwin
Is there an equivalent of lsusb for OS X

This question seems to be all over google, but the answers all point to using System Profiler. That's nice, but …

macos usb darwin lsusb
How to get mathemical PI constant in Swift

I am trying to find a way to include the PI constant in my Swift code. I already found help …

swift math darwin
Print rpath of an executable on macOS

I want to change the rpath of an executable using install_name_tool, but I can't figure out what the …

macos command-line terminal dynamic-linking darwin
How to enable C++17 on Mac?

I am able to update gcc on Linux to get -std=c++17 but cannot do the same on Mac. Is …

c++ macos clang c++17 darwin
How to REALLY strip a binary in MacOs

MacOs 10.6, if I have a file "unwanted.c" which contains: class secret_thing { public: secret_thing() {} void revealing_method_name() {} }; …

binary executable strip darwin macos
Mac OSX file permissions has '@' - how to remove that '@'

How can I remove that '@' character from the file permissions? '@' in file permissions for Mac/OSX …

linux macos file-permissions chmod darwin
passing compiler flags to boost libraries (such as Thread) which require compilation

So I know that the boost libraries are primarily header-only but there are a few which require compilation, for example …

c++ macos boost darwin
An objcopy equivalent for Mac / iPhone?

I would like to rename symbols inside object files (.o) with something that would be the Mac equivalent of binutils' …

macos arm darwin binutils objcopy
make fails while installing Valgrind

I'm trying to install Valgrind on a Mac with Snow Leopard but am getting an error. This is what I'm …

macos makefile valgrind darwin