Our application runs on SuSe-Linux. I have installed the nidaqmx-driver on linux and now I can use the shared libraries (using g++ as linker).
What we need is: to link the application static (with linker option '-static'). But I get error-message 'cannot find -lnidaqmx' form linker.
In the lib subdirectory I find only shared libraries (*.so.*) but no corresponding *.a files. What can I do ?