I&#39;ve done this before, with no problems for cuda 2.x, but it&#39;s been a while and I&#39;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&#39;ve noticed a few changed in winemaker, and I thought I&#39;d get some to check my make file / see if they can see anything wrong.<br>

<br>My source can be found here, <a href="http://shelnutt2.host56.com/cudart/">http://shelnutt2.host56.com/cudart/</a> . I&#39;m assuming your cuda toolkit is installed in the default location of /usr/local/cuda . My errors are:<br>

<br>winegcc -shared cudart.dll.spec -mno-cygwin -o <a href="http://cudart.dll.so">cudart.dll.so</a> cudart.o��� -L/usr/local/cuda/lib/ -lcudart�� -lodbc32 -lole32 -loleaut32 -lwinspool -lodbccp32 -luuid<br>cudart.o: In function `__saturatef&#39;:<br>

cudart.c:(.text+0x3b6c): undefined reference to `__cuda___isnanf&#39;<br>cudart.o: In function `__sad&#39;:<br>cudart.c:(.text+0x3bfc): undefined reference to `__cuda_llabs&#39;<br>cudart.o: In function `__usad&#39;:<br>
cudart.c:(.text+0x3c47): undefined reference to `__cuda_llabs&#39;<br>
cudart.o: In function `__internal_float2ll_kernel&#39;:<br>cudart.c:(.text+0x3d2b): undefined reference to `__cuda___isnanf&#39;<br>cudart.o: In function `__internal_float2ull_kernel&#39;:<br>cudart.c:(.text+0x4082): undefined reference to `__cuda___isnanf&#39;<br>

cudart.o: In function `__fdividef&#39;:<br>cudart.c:(.text+0x4eaa): undefined reference to `__cuda_fabsf&#39;<br>cudart.c:(.text+0x4ecf): undefined reference to `__cuda_fabsf&#39;<br>cudart.o: In function `__expf&#39;:<br>

cudart.c:(.text+0x5085): undefined reference to `__cuda_exp2f&#39;<br>cudart.o: In function `__exp10f&#39;:<br>cudart.c:(.text+0x50b6): undefined reference to `__cuda_exp2f&#39;<br>cudart.o: In function `__powf&#39;:<br>
cudart.c:(.text+0x5140): undefined reference to `__cuda_exp2f&#39;<br>
cudart.o: In function `__internal_double2ll_kernel&#39;:<br>cudart.c:(.text+0x6130): undefined reference to `__cuda___isnan&#39;<br>cudart.o: In function `__internal_double2ull_kernel&#39;:<br>cudart.c:(.text+0x6383): undefined reference to `__cuda___isnan&#39;<br>

cudart.o: In function `clock64&#39;:<br>cudart.c:(.text+0x7f61): undefined reference to `__cuda_clock&#39;<br><br><br><br>Thanks,<br><br>Seth Shelnutt<br>