configure: error: cannot run C compiled programs
tigerbrew: checking whether we are cross compiling… configure: error: in ‚/private/tmp/…/xz-5.2.1‘:
configure: error: cannot run C compiled programs.
After upgrading to Mac OS X El Capitan brew (bzw.tigerbrew) can’t install wget and mc.
1 |
brew install mc wget |
It returned the following error:
checking whether we are cross compiling… configure: error: in ‚/private/tmp/…/xz-5.2.1‘:
configure: error: cannot run C compiled programs.
Solution.
From the error log, it seemed related to compiling library code. To install Xcode command line tools, run the following command:
1 |
xcode-select --install |
via: @f5.works
rooslan
23.06.2020 @ 13:11
Installing Audacious on OS X
1. Download and install XQuartz: xquartz.macosforge.org
2. Install XCode from xcodereleases.com and run
sudo xcodebuild -license
xcode-select –install
3. Download and install the MacPorts package for your OS X version macports.org/install.php
4. Install Audacious: sudo port install audacious audacious-plugins
sudo -s ‚gdk-pixbuf-query-loaders > /opt/local/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache‘
launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
From the Terminal: audacious &