
yes I more or less saw this in the meantime, too. Actually modifying the
source code on which the error is reported from
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Haskell CUDA bindings"
| #define PACKAGE_TARNAME "cuda"
...
| #ifdef __cplusplus
| extern "C"
| #endif
| char cuDriverGetVersion ();
| int
| main ()
| {
| return cuDriverGetVersion ();
| ;
| return 0;
| }
to (for example)
#include