Hello,

In OpenCV 2.3.1a and 2.3.0 there is test for GCC 4.5, it looks like this test 
is wrong, it should be 

if [ "$(gcc-version)" >= "4.5" ]; then

but is
if [ "$(gcc-version)" > "4.4" ]; then

In particulary this removes support for CUDA when GCC 4.4.5 is used. I think 
CUDA should be removed only from 4.5, or warrning message should be changed.

Regards,
Radosław Smogura

Reply via email to