Quick correction for this from the previous message. That should be line 378 where the line is replaced with the longer insertion.
(serves me right for not just making a diff :-)
Change should look something like this:
tools/build/v2/tools/gcc.jam:378
- option = -m64 ;
+ if $(model) = 32_64
+ {
+ }
+ else
+ {
+ option = -m64 ;
+ }
-- James Snyder Biomedical Engineering Northwestern University [email protected] http://fanplastic.org/key.txt ph: 847.448.0386
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ PyOpenCL mailing list [email protected] http://tiker.net/mailman/listinfo/pyopencl_tiker.net
