porting help

T

Tommy.Ryding

I have almost finished my own port of Python 2.4.1 to vxWorks but I
have one big problem. I can't get the dynamic loading of modules to
work.

I believe it has something to do with dl.h. It is included into
dynload_dl.c but I can't find it and I have no clue of what it does.
When I have finished my linking I miss the function dl_loadmod.
Hopefully someone here knows what I have to do.

regards Tommy
 
N

Neal Norwitz

You may need to write your own dynload_vxworks.c. Notice there are
various OS specific dynload_*.c files. You can try to use
dynload_stub.c to see if you can get it to compile. You may also need
to muck with Include/pyport.h and configure to get things going.

Good Luck!
n
 

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

Similar Threads

Porting 2.x to 3.3: BaseHTTPServer 2
Selenium c++ help 0
Java Porting Query .. 1
Need help 2
Code help please 4
Windows Porting Help Requested 0
Help please 8
Help with Loop 0

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top