Hi Karl,

Karl Rupp <r...@iue.tuwien.ac.at> writes:
> I see. You can adjust 'make dist' such that it uses the tarball README, 
> and the repository presents the developer-README (README.md).

Good idea -- I'll do that.

>
>>>    * When building, I get the following warning on GCC 4.6:
>>> cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for
>>> Ada/C/ObjC but not for C++ [enabled by default]
>>
>> Yes, there's not much I can do about that. Python's distutils just
>> passes it to GCC for all source files.
>
> Ahh, another 'clever' build system, ignoring -j4 ;-)

Tell me about it.. it's a nightmare!

> Thanks! The compilation runs fine now, but I get a linker error:
> g++: error: 
> /home/rupp/development/ViennaCL/pyviennacl/build/lib/libboost_numpy.a: 
> No such file or directory
>
> The folder does, however, contain libboost_numpy.so. Seems like I need 
> to link statically?

Hmm. That's also strange (yes, pyviennacl does link boost_numpy
statically), because it should do the static build automatically (it
does here!). I'll have another look.


Cheers,

Toby


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
ViennaCL-devel mailing list
ViennaCL-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viennacl-devel

Reply via email to