Skip to content

Instantly share code, notes, and snippets.

@raybsmith
Created April 29, 2016 23:28
Show Gist options
  • Save raybsmith/112baa4c193683105c80fe9843a16f38 to your computer and use it in GitHub Desktop.
Save raybsmith/112baa4c193683105c80fe9843a16f38 to your computer and use it in GitHub Desktop.
dae Tools pyTrilinos error
*******************************************************************************
Build the project: pyTrilinos
*******************************************************************************
[*] Configuring the project with (-j1, )...
qmake-qt4 -makefile pyTrilinos.pro -r CONFIG+=release CONFIG+=silent CONFIG+=shellCompile customPython=/usr/bin/python3.5 -spec linux-g++
Project MESSAGE: If python major is 3; otherwise the suffix is empty.
[*] Cleaning the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/20160429/src/trunk/pyTrilinos'
rm -f release/stdafx.o release/dllmain.o release/dae_python.o
rm -f *~ core *.core
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/20160429/src/trunk/pyTrilinos'
[*] Compiling the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/20160429/src/trunk/pyTrilinos'
compiling stdafx.cpp
compiling dllmain.cpp
compiling dae_python.cpp
rm -f libpyTrilinos.so.1.5.0 libpyTrilinos.so libpyTrilinos.so.1 libpyTrilinos.so.1.5
linking ../release/libpyTrilinos.so.1.5.0
/usr/bin/ld: cannot find -lteuchos
collect2: error: ld returned 1 exit status
Makefile:116: recipe for target '../release/libpyTrilinos.so.1.5.0' failed
make: *** [../release/libpyTrilinos.so.1.5.0] Error 1
make: Leaving directory '/home/raymond/builds/mine_python-daetools-svn/20160429/src/trunk/pyTrilinos'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment