Date: Wed, 25 Jun 2014 15:57:19 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic Message-ID: <bug-190669-8-EIQi00wyGm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-190669-8@https.bugs.freebsd.org/bugzilla/> References: <bug-190669-8@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=190669 --- Comment #16 from roberthuff@rcn.com --- The problem is not that the file isn't there: huff@>> find /usr/src -name emmiintrin.h /usr/src/contrib/gcc/config/i386/emmintrin.h /usr/src/contrib/llvm/tools/clang/lib/Headers/emmintrin.h huff@>> The problem is the buildworld bootstrap process, which - as I understand it - shouldn't depend on anything outside itself except a working C/C++ compiler, can't find a .h which is part of the buildworld environment. Am I wrong? -- 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-190669-8-EIQi00wyGm>