mbsim-env / mbsim

A multi-body simulation software
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
42 stars 16 forks source link

nurbs-lib-prefix enhanced in configure.ac #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the configure.ac of the mbsimFlexibleBody-module the standard 
"nurbs-lib-prefix" is "$prefix/lib". To fit to new compilers also 
"$prefix/lib64" should be considered automatically?!

Original issue reported on code.google.com by kgrundl on 1 Oct 2012 at 3:28

GoogleCodeExporter commented 9 years ago
No! On a 32bit system the libraries are installed in lib (and lib32 links to 
lib) and on a 64bit system the libraries are installed also in lib (and lib64 
links to lib). Hence the behavior is correct, but some Linux distributions 
behaves wrong due to some ugly backward compatibility issues. In this case the 
user should/must change it per hand.
BTW, adding both is not possible since the compiler will not know which library 
to use if both 32 and 64bit versions are installed!

Original comment by friedrich.at.gc@googlemail.com on 4 Oct 2012 at 9:18