Changes between Initial Version and Version 1 of Ticket #54599, comment 3


Ignore:
Timestamp:
Aug 15, 2017, 6:00:11 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54599, comment 3

    initial v1  
    22
    33{{{
    4 /opt/local/bin/clang++-mp-4.0 -stdlib=libc++ -std=c++11 -o tfd -I/opt/local/include -L/opt/local/lib tf.cpp
     4/opt/local/bin/clang++-mp-4.0 -stdlib=libc++ -std=c++11  -I/opt/local/include -L/opt/local/lib -lecm -lgmpxx -lgmp -o tfd tf.cpp
    55}}}
    6 
    7 libgmp doesn't swim well with clang, and you don't need -lc++. Sorry I don't know what -lecm is all about.
     6you don't need -lc++ if you use -stdlib=libc++.