﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5026	C++ Runtime Static Linking is not working	Martin Sjölund	somebody	"I am disabling `Modelica.Electrical.Analog.Examples.CauerLowPassSC_cpp_static.mos` since it does not seem to work as expected. It seems to ignore the library path where sundials is installed (`lib/.../omc`) and only works if sundials is installed in the OS. And even when the test succeeds, it is linked against 25 dynamic libraries anyway, some which are listed below:
{{{
	libboost_filesystem.so.1.58.0 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0 (0x00007fb7ebefd000)
	libsundials_nvecserial.so.0 => /usr/lib/libsundials_nvecserial.so.0 (0x00007fb7eb412000)
	liblapack.so.3 => /usr/lib/liblapack.so.3 (0x00007fb7ea398000)
	libf77blas.so.3 => /usr/lib/libf77blas.so.3 (0x00007fb7ea178000)
	libatlas.so.3 => /usr/lib/libatlas.so.3 (0x00007fb7e9bda000)
	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fb7e9858000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fb7e954f000)
	libomp.so.5 => /usr/lib/x86_64-linux-gnu/libomp.so.5 (0x00007fb7e9283000)
	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fb7e906d000)
	libblas.so.3 => /usr/lib/libblas.so.3 (0x00007fb7e8848000)
	libgfortran.so.3 => /usr/lib/x86_64-linux-gnu/libgfortran.so.3 (0x00007fb7e851d000)
	libcblas.so.3 => /usr/lib/libcblas.so.3 (0x00007fb7e82fb000)
	libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 (0x00007fb7e80bc000)
}}}
The executable is clearly not statically linked and cannot easily be moved between computers."	defect	new	high		Cpp Run-time				Marcus Walther Rüdiger Franke
