On Sun Jun 28  4:25 , ThomasK  sent:

>>> This brings me to a next hotspot. ;-) I have seen, that there was a 
>>> discussion about python extension. In the moment it's commented out in 
>>> makefiles and, if python modul will be built, then it's not usable: an 
>>> import error raises, because of an missing symbol! (I havn't really 
>>> analysed, why, because it looks so, that nobody use this in the moment)
>> 
>> I think that there is a missing -liberty on a link line somewhere.
>
>Hm ... no. libiberty will be linked. But, I took a short look on 
>Makefile in src directory (as I see, Makefile.am in src/python will not 
>be used at all, right?), _pysimulavr.so will not get all object files to 
>link together. So it's no wonder, if there are missed symbols. On my 
>tests I linked against src/.libs/libsim.a and also libbfd, libiberty and 
>libstdc++.

The following allowed me to run a python script:
> rm src/_pysimulavr.so
> export LIBIBERTY=-liberty
> make

In the anacomp directory, "make do_python" ran, but not well.
The gui.tcl (!) window comes up small, hard to notice and nonfunctional.
The ddd window is much bigger.
It comes up with two messages: "No code" and "checkdebug.gdb: no such file or
directory".
I think that there might be an incantation to make it work,
but I don't remember the incantation.

--
Michael Hennebry
[email protected]
"War is only a hobby."
---- Msg sent via CableONE.net MyMail - http://www.cableone.net

_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to