Board Integration
Using & implementing the RTD data boards seems to be much less of a simple exercise than it was in the Windows environment. The libraries built from source code in the Linux version are static, while in the Windows version they are dynamic.The short-term effects of this are that the convenient loadlibrary function is not suitable to call static libraries & a .mex file will have to be written to link the two. While not a serious problem, it will eat into development time.
