01-20-2011 11:29 AM
Hello everyone!
I'm running labviee 2010 on ubuntu 10.10 64bit. Everything works fine except calling shared object files.
As long as I use gcc without any optimization, there is no problem at all, but if I switch on optimization in gcc labview claims being unable to find the shared object file, though I can find an select it in the corresponding dialog window.
Whenever I use the actual intel compiler (composer xe 2011) with, or without optimization, the same problem occurs. As expected ldd doens't show any other dependencies for the optimized and unoptimized case.
can anybody help me please??
01-21-2011 05:00 AM
Perhaps this KB Entry might be helpfull.
http://digital.ni.com/public.nsf/allkb/7E7ABC9629523E6A862576B3005700E0?OpenDocument
Stefan
01-22-2011 03:33 AM
Hello Stefan,
thank you for your answer!
I knew the linked article and it doens't solve my problem. The problem adressed is about starting labview, whereas in my case labview runs fine, but cannot call optimized user made .so.