Re: Building a CUDA 3.0 dll wrapper, compile errors

2010-05-30 Thread Roderick Colenbrander
> winegcc -shared cudart.dll.spec -mno-cygwin -o cudart.dll.so cudart.o > -L/usr/local/cuda/lib/ -lcudart   -lodbc32 -lole32 -loleaut32 -lwinspool > -lodbccp32 -luuid > cudart.o: In function `__saturatef': > cudart.c:(.text+0x3b6c): undefined reference to `__cuda___isnanf' > cudart.o: In function `

Building a CUDA 3.0 dll wrapper, compile errors

2010-05-29 Thread Seth Shelnutt
I've done this before, with no problems for cuda 2.x, but it's been a while and I'm having troubles. I think I have everything configured right, as I got the cufft dll wrapper compiled but the cudart dll wrapper is acting like I am not linking it to the linux libcudart.so, but I am. I've noticed a