Added hint for -fPIC

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1294 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-06-19 08:43:33 +00:00
parent a92623dd8c
commit ed2793ca4e

View File

@@ -110,7 +110,8 @@ There are some additional targets:<br>
<b>doc</b>: Builds the Documentation<br>
<b>doc-install</b>: Builds the Documentation and installs it<br>
<br>
<br>
\note When you link against the static libraries of OpenMesh and get the error "can not be used when making a
shared object; recompile with -fPIC" you need to add "-fPIC" to the CMAKE_CXX_FLAGS. (This is usually added automatically)
\section sec_compiling_windows Windows