Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

./configure failure on OSX #28

Closed
Daenyth opened this issue Oct 6, 2016 · 2 comments
Closed

./configure failure on OSX #28

Daenyth opened this issue Oct 6, 2016 · 2 comments

Comments

@Daenyth
Copy link

Daenyth commented Oct 6, 2016

I'm on OSX 10.11.5

I checked out the git repo at 16958de

master!pyflame *> ./autogen.sh
configure.ac:12: installing 'build-aux/compile'
configure.ac:8: installing 'build-aux/install-sh'
configure.ac:8: installing 'build-aux/missing'
src/Makefile.am: installing 'build-aux/depcomp'

master!pyflame *> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking whether C compiler accepts "-std=c++11"... no
checking whether C compiler accepts "-std=c++0x"... no
configure: error: failed to detect C++11 support
@eklitzke
Copy link
Collaborator

eklitzke commented Oct 7, 2016

OS X is not supported, as described in the README. It doesn't have the same kind of ptrace as Linux, and it also doesn't use ELF files.

I've updated the autoconf script to be more descriptive if you try to build on OS X.

@Daenyth
Copy link
Author

Daenyth commented Oct 7, 2016

Ah, I didn't notice - looking now, the osx mention is far below the build
instructions

On Thu, Oct 6, 2016, 10:29 PM Evan Klitzke notifications@github.com wrote:

OS X is not supported, as described in the README. It doesn't have the
same kind of ptrace as Linux, and it also doesn't use ELF files.

I've updated the autoconf script to be more descriptive if you try to
build on OS X.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#28 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAA5NDBAoijlV67qYuMMlUFTricQe9ptks5qxa6LgaJpZM4KP2-3
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants