Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 07:18:49 -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:  <CAOgwaMuZwW5p6O9tx8GB_PyVtotU=HOsYq=MquGZ-=Rn%2BWm_LQ@mail.gmail.com>
In-Reply-To: <CAAdA2WPcdMGz2PddQJ7paAh2aMg0RZ-pRyFm-bDr4Bre0e00tQ@mail.gmail.com>
References:  <CAAdA2WMtH0JOL9Pq7oQcN_OiVZi3O=k1QZB0JBzegD_-8jGQhQ@mail.gmail.com> <CAOgwaMvT%2Bi8nJVZci1PhZRrh%2BCgqFi8dht9XZ4Zvy5KGuk%2Bm7A@mail.gmail.com> <CAAdA2WPcdMGz2PddQJ7paAh2aMg0RZ-pRyFm-bDr4Bre0e00tQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 23, 2016 at 7:12 AM, Odhiambo Washington <odhiambo@gmail.com>
wrote:

>
>
> On 23 April 2016 at 17:06, Mehmet Erol Sanliturk <m.e.sanliturk@gmail.com>
> wrote:
>
>>
>>
>> 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
>>
>
> How do I do that for a port??
>
>
> --
> Best regards,
> Odhiambo WASHINGTON,
> Nairobi,KE
> +254 7 3200 0004/+254 7 2274 3223
> "Oh, the cruft."
>


In page
https://www.freebsd.org/doc/handbook/ports-using.html

see

"4.5.1.1. Customizing Ports Installation"
.


Mehmet Erol Sanliturk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOgwaMuZwW5p6O9tx8GB_PyVtotU=HOsYq=MquGZ-=Rn%2BWm_LQ>