denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] The missing regex in mxe build


From: Richard Shann
Subject: Re: [Denemo-devel] The missing regex in mxe build
Date: Tue, 26 Feb 2013 17:56:01 +0000

On Tue, 2013-02-26 at 16:38 +0000, Richard Shann wrote:
> On Tue, 2013-02-26 at 16:36 +0000, Richard Shann wrote:
> > On Tue, 2013-02-26 at 09:50 -0600, Jeremiah Benham wrote:
> > > with the denemo.py file I sent 
> > Ah - this could be relevant - the one you sent is different from the
> > one
> > in the repository on release-0.9.6-mingw branch. (Although, as it has
> > failed while trying to build python, perhaps this couldn't be the
> > cause
> > of the failure). I'll try the denemo.py you sent.
> 
> Well that also failed on the python build ...
The library it is looking for is in two places in fact

address@hidden:~/gub$ find . -name libpython2.4.so.1.0
./target/tools/build/python-2.4.5/libpython2.4.so.1.0
./target/tools/install/python-2.4.5-root/home/rshann/gub/target/tools/root/usr/lib/libpython2.4.so.1.0

The first of these I take it is the temporary location where it has been
built, the second looks suspicious, as if a setting of LD_LIBRARY_PATH
has gone wrong. I notice that janneke's gub has a radically different
python.py file, and a patch referring to the gcc -R option, which
appears in the python.log of my build as an "unrecognised option". It
seems that -R is equivalent to -rpath for directories (not that I
understand that option either).

As you can tell, I am rather wading through treacle here...

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]