LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find the shared library on linux

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??

 

 

 

0 Kudos
Message 1 of 3
(2,593 Views)

Perhaps this KB Entry might be helpfull.


Troubleshooting Shared Library Errors When Launching LabVIEW on Linux

http://digital.ni.com/public.nsf/allkb/7E7ABC9629523E6A862576B3005700E0?OpenDocument

 

Stefan

0 Kudos
Message 2 of 3
(2,574 Views)

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.

 

 

0 Kudos
Message 3 of 3
(2,561 Views)