using .so file

V

v900y

Hello,

I'm cross-compiling, and there is a .so file on the
target system that I need to use. Can someone
tell me how to compile so that I can make function
calls on the target system to use the routines in
the .so? I am currently using -static but I assume
I need to make an exception for any .so files.

I am also willing to use dlopen but there are,
actually, several interrelated .so files. I'm not
sure if dlopen'ing one .so that itself relies
on another .so will work.

Thanks for any help.
 
V

Vladimir S. Oka

Hello,

I'm cross-compiling, and there is a .so file on the
target system that I need to use. Can someone
tell me how to compile so that I can make function
calls on the target system to use the routines in
the .so? I am currently using -static but I assume
I need to make an exception for any .so files.

I am also willing to use dlopen but there are,
actually, several interrelated .so files. I'm not
sure if dlopen'ing one .so that itself relies
on another .so will work.

Thanks for any help.

Look at comp.unix.programmer (followup-to set).

It's off topic here.

Cheers

Vladimir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,163
Latest member
Sasha15427
Top