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 cryptopp-users-unsubscr...@googlegroups.com.
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 cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to