Skip to content

Instantly share code, notes, and snippets.

@raybsmith
Created May 31, 2016 19:40
Show Gist options
  • Save raybsmith/f43650c5a0319df6576ad5e23642b5f5 to your computer and use it in GitHub Desktop.
Save raybsmith/f43650c5a0319df6576ad5e23642b5f5 to your computer and use it in GitHub Desktop.
trilinos teuchos fail
*******************************************************************************
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/tmp/daetools-code/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/tmp/daetools-code/pyTrilinos'
[*] Compiling the project...
make: Entering directory '/home/raymond/builds/mine_python-daetools-svn/tmp/daetools-code/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/tmp/daetools-code/pyTrilinos'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment