Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2016 19:40:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211346] [NEW PORT] devel/py-llvmlite: Lightweight LLVM python binding for writing JIT compilers
Message-ID:  <bug-211346-13-hqFbDrTUuE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211346-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211346-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211346

--- Comment #21 from David Kalliecharan <dave@dal.ca> ---
I looked at version 9.3a with poudriere, and got the same error. I suspected
that it wasn't linking to libc++ (an apparent problem with 9.3a in some cas=
es).
I tried adding

.if ${_OSVERSION_MAJOR} < 10
CXXFLAGS=3D -stdlib=3Dlibc++ -std=3Dc++11
LDFLAGS=3D -stdlib=3Dlibc++
.endif

found at:
https://forums.freebsd.org/threads/49989/#post-279700

But this did *not* work, and the build already did the above mentioned. I w=
ould
need more time to look at it. At the moment I am okay with it being marked =
as
BROKEN for 9. Do I need to add that into the Makefile?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211346-13-hqFbDrTUuE>