https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669
--- Comment #20 from C Hutchinson <portmas...@bsdforge.com> --- (In reply to C Hutchinson from comment #19) > I find myself struggling with what looks like the same issue > on a recent 11-CURRENT install > (11-CURRENT #1 amd64 r274134 Nov 5 12:56:14 PST 2014) > svn info /usr/ports Revision: 372176 > > As you can see, I've built and installed kernel/world. > I did, perform a make delete-old, following the install > world. Which removed the clang that was delivered from the > base install on the bootonly iso. However, I have > installed lang/gcc-48, which does have xmmintrin.h > in it's include tree. It is also my understanding that > clang isn't mandatory. But I seem to have no end of > problems with ports looking for, and subsequently not > finding xmmintrin.h. Even though it's an included header > with lang/gcc-48. Where lies the problem? I should also > probably note; I haven't [intentionally] enabled, or > used ccache. > > Thank you for all your time, and consideration. > > --Chris OK. For me, and given that I followed my make installworld by a make delete-old. I shouldn't have been surprised that while doing so, did remove clang. It shouldn't remove what's in /usr/bin. As the default toolchain for 10+ _is_ clang. So my problem stemmed from the fact that /usr/bin is searched _prior_ to /usr/local/bin where my gcc48 is located. Adding the appropriate directives in make.conf(5) gave me the (g)cc environment I needed to get past the errors mentioned above. By me, and by others. Thanks, and sorry for any noise. --Chris -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"