GCC 4.1 breaks Pylinear

If you get errors like

multiple definition of 
`_ZN5boost7numeric5ublas21scalar_divides_assignIT_T0_E8computedE'

when compiling PyLinear, it is because of this GCC bug, and it’s quite likely that you are using GCC 4.1. Supposedly, this will be fixed in GCC 4.2. This bug will likely also affect other UBLAS applications.

The …

more ...