Date: Sat, 23 Apr 2016 07:06:42 -0700 From: Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com> To: Odhiambo Washington <odhiambo@gmail.com> Cc: User Questions <freebsd-questions@freebsd.org> Subject: Re: About different ABI between gcc and clang Message-ID: <CAOgwaMvT%2Bi8nJVZci1PhZRrh%2BCgqFi8dht9XZ4Zvy5KGuk%2Bm7A@mail.gmail.com> In-Reply-To: <CAAdA2WMtH0JOL9Pq7oQcN_OiVZi3O=k1QZB0JBzegD_-8jGQhQ@mail.gmail.com> References: <CAAdA2WMtH0JOL9Pq7oQcN_OiVZi3O=k1QZB0JBzegD_-8jGQhQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 23, 2016 at 5:04 AM, Odhiambo Washington <odhiambo@gmail.com> wrote: > I am looking at this page: > http://wiki.squid-cache.org/BuildFarm/FreeBsdInstall > > There is something that I don't quite understand and would appreciate the > help of the experts, like Matthew:-) > > <quote> > due to different ABI between gcc and clang, libcppunit needs to be > installed twice, one with the g++ ABI and one with clang's. The default > compiler for freebsd-9 is gcc; to setup the version for clang, configure it > as CC=clang35 CXX=clang++35 ./configure --prefix=/usr/local/clang-abi > </quote> > > Can someone explain that portion to me? What is the writer suggesting I do? > > > > -- > Best regards, > Odhiambo WASHINGTON, > Nairobi,KE > +254 7 3200 0004/+254 7 2274 3223 > "Oh, the cruft." > _______________________________________________ > > > This means clang should be installed in its own directory , not in an upper , common directory because its files to install have conflicts with the files in upper directory of --prefix= , for example , they have the same name but with different structure , i.e. , they are not compliant . Mehmet Erol Sanliturk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOgwaMvT%2Bi8nJVZci1PhZRrh%2BCgqFi8dht9XZ4Zvy5KGuk%2Bm7A>