Hi, I am using FC3. On issuing the command given by you I got the same response.So how can I fix it? My main line of execution is C.My intention is to use python in C to do some operations.I have a main function in C code.I want to compile it get its executable and execute it to get the output which is actually processed in python module. Thanks, Shadab.
--- Rikard Bosnjakovic <[EMAIL PROTECTED]> wrote: > On 2/13/07, Shadab Sayani <[EMAIL PROTECTED]> > wrote: > > [...] > > > /usr/local/lib/python2.4/config/libpython2.4.a(dynload_shlib.o)(.text+0x1f6):Python/dynload_shlib.c:133: > > undefined reference to `dlerror' > [...] > > You have not provided enough information for us to > help you. What > system do you use? > > It looks like a Unix-flavorish. Try issuing this: > "nm > /usr/local/lib/python2.4/config/libpython2.4.a | > grep dlerror". Most > likely you will get a line similiar to "U dlerror", > which means that > function / symbol is undefined on your system. > > But like I said, you need to provide more info for > us. > > -- > - Rikard. > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor