Statically linking python is of no avail. Adding python's time.so to the linker list doesn't help either. I believe it still tries to dlopen a library it isn't finding. I'll start looking at the source to see what's going on.
It looks like other people have had similar problems but I haven't been able to find a concrete solution. http://lists.cistron.nl/pipermail/freeradius-users/2007-October/msg00032.html I'm using R2008a. Do you know the relevant commands? On Tue, Jan 13, 2009 at 12:40 AM, Michael Abshoff < [email protected]> wrote: > Igor Sylvester wrote: > > Hi, > > > Yes, the python .so is in my LD path. > > Ok. > > > I can import the module from python without changing any environment > > variables. > > Good. > > > As the compiler flag reveals, I am building a Matlab extension. I need > > some numpy functionality which I don't want to re-code. > > You could try to link libpyhthon.a statically. > > > Perhaps Matlab uses a different method to dynamically load libraries? > > Which release are you using? IIRC at least recent ones can show the > content of env from within Matlab, so that might give you a clue. > > Cheers, > > Michael > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev >
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
