Changes between Initial Version and Version 1 of Ticket #54372, comment 7


Ignore:
Timestamp:
Jun 26, 2018, 1:44:52 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54372, comment 7

    initial v1  
    33/opt/local/bin/clang++-mp-5.0 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.8 -o scidavis.app/Contents/MacOS/scidavis ../tmp/scidavis/main.o ../tmp/scidavis/qrc_appicons.o ../tmp/scidavis/qrc_icons.o   -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib  -L../libscidavis -lscidavis -L/opt/local/lib -L/opt/local/local/lib -lqwt -lqwtplot3d -lgsl -lgslcblas -lz -lmuparser -lpython2.7 ../3rdparty/liborigin/liborigin.a -framework OpenGL -framework AGL -F/opt/local/libexec/qt4/Library/Frameworks -F/opt/local/libexec/qt4/lib -L/opt/local/libexec/qt4/lib -framework QtSvg -F/opt/local/Library/Frameworks -framework QtGui -framework QtCore -framework QtXml -framework QtOpenGL -framework QtNetwork
    44}}}
    5 This could be fixed by adding the `stdlib=XXX` onto the `configure.cxx` if the compiler is `clang`, or by digging in and figuring out why the CXX flags are being included in the link line.
     5This could be fixed by adding the `stdlib=XXX` onto the `configure.cxx` if the compiler is `clang`, or by digging in and figuring out why the CXX flags are not being included in the link line.
    66
    77If you want any help with this, I can probably get this fixed for you.