[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference caldec::wrl_atom

Title:ATOM Tool Development System
Moderator:CALDEC::SCHMIDT
Created:Tue Sep 07 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:309
Total number of notes:979

308.0. "Help needed - third with shared libraries" by CADSYS::MEREB () Thu Jun 05 1997 08:46

On Digital UNIX 4.0, ATMBASE400, 
Third Degree version 4.2

I have a program linked with shared libraries.

LD_LIBRARY_PATH is set to where the libraries are.
I even tried copying them all to . and 
 > setenv LD_LIBRARY_PATH .

Still, Third doesn't find the shared libraries. I need to have them
instrumented.

> atom my_prog -tool third -all 
atom: Warning: Unable to find shared library 'libaloe_ui_v04.so', ignored.
atom: Warning: Unable to find shared library 'libaloe_v04.so', ignored.
atom: Warning: Unable to find shared library 'libsegcad_v03.so', ignored.

I also tried the -incobj switch with similar results.

Thanks!

Janine
T.RTitleUserPersonal
Name
DateLines
308.1AUSS::BELLCaritas Patiens estThu Jun 05 1997 17:125
    try 
    
    atom my_prog -tool third -all -L<library directory>
    
    Peter.