[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| 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 07: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.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 308.1 |  | AUSS::BELL | Caritas Patiens est | Thu Jun 05 1997 16:12 | 5 | 
|  |     try 
    
    atom my_prog -tool third -all -L<library directory>
    
    Peter.
 |