Skip to content
Prev 371343 / 398513 Next

(no subject)

Two ideas: 

1. The include file might be there but not the actual library (or a different version gets picked up via an -L setting)
2. The error message can be spurious and reflect a completely different problem. It looks a little odd that the ERROR does not appear immediately after "checking if GSL version >= 1.12..." (is some sort of parallel make going on, perchance?)

If push comes to shove, you may have to learn how to decipher config.log etc. to see exactly which test is failing and why.

-pd