[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Simulavr-devel] [PATCH] Fix _pysimulavr build.
From: |
foka |
Subject: |
[Simulavr-devel] [PATCH] Fix _pysimulavr build. |
Date: |
Fri, 03 Apr 2015 19:03:43 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Hi all,
I had troubles linking _pysimulavr.so on my 64-Bit Linux machine.
It seems 'python setup.py build_ext' doesn't pick pic-objects building
_pysimulavr.so. Since libtool usually creates pic and non-pic objects
a fix seems easy: just forcing 'python setup.py' to use pic objects
located in .libs directory does the trick.
Since I neither have a windows nor osx box here, this patch is tested
on ubuntu only (Ubuntu 14.10, 3.16.0-34-generic).
Regards,
Foka
0001-Fix-_pysimulavr-build.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Simulavr-devel] [PATCH] Fix _pysimulavr build.,
foka <=