Hi i am wondering if anyone knows about cygwin packages i seem to have run into a problem involving dynamic symbol lookup and was wondering if anyone knew is there is a package to enable cygwin to comprehend dynamic symbol lookup
cygwin should support dlopen/dlsym just fine. It's built in to the core cygwin library. I believe you can only dlopen cygwin libraries from cygwin programs, however.
12 Sep, 2009, David Haley wrote in the 3rd comment:
Votes: 0
You have to make sure that the dlsym package is installed, too.
So do i need to look for this dlsym package? or is it built in?
If i do need this package where would i look for it cuz i didn't see anything showing dlsym in any of the cygwin categorys…droped them all down and looked but couldn't find anything that was of what you all were speaking of
So do i need to look for this dlsym package? or is it built in?
If i do need this package where would i look for it cuz i didn't see anything showing dlsym in any of the cygwin categorys…droped them all down and looked but couldn't find anything that was of what you all were speaking of
I suppose you could start a poll on it.
The solution to the problem you haven't posted is very simple… however I'm still waiting for you to post the problem.