Well, if in Qt Creator I set the comma i got an error that compiler doesn't 
know the -stdlib=libc++ option

so, without comma works fine

regards

El jueves, 31 de diciembre de 2015, 2:30:32 (UTC-3), Jeffrey Walton 
escribió:
>
>
>
> On Thursday, December 31, 2015 at 12:18:40 AM UTC-5, Freddy Martinez wrote:
>>
>> Thanks my friend. Thata fix my problem. 
>>
>> I had added 
>>
>> *clang*{
>>
>>        QMAKE_CXXFLAGS += -std=c++11 -Wno-c++11-narrowing -stdlib=libc++
>>
>>        QMAKE_LFLAGS += -Wl -stdlib=libc++
>>
>> } 
>>
>>  
>>
> into the cryptopp .pro file and into the my .pro app and everything is 
>> working
>>
>
> You might want:
>
>     QMAKE_LFLAGS += -Wl,-stdlib=libc++
>
> Notice the addition of the comma.
>
> I realize it works now. But I've seem some IDE produce malformed options 
> without the comma. I believe I saw it last on CodeBlocks.
>
> Jeff
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to