I think I am using winemaker wrong. It does not give me a .res file as the winelib user&#39;s guide says I need, and the guide says I should be getting a Makefile.in and configure script. When I try to use it and link to the libcudart.so.2.0 file it acts like the target directory is libcudart.so.2.0<br>
<br>shelnutt@Ubuntu32-L:~/wine/patches/cuda$ winemaker --nosource-fix --dll -Ldir /usr/local/cuda/lib/ -library libcudart.so.2.0<br>error: the work directory, &quot;libcudart.so.2.0&quot;, has already been specified (was &quot;/usr/local/cuda/lib/&quot;)<br>
<br>I&#39;m not sure if just the winelib guide is out of date, it says many of the parts are, or if I&#39;m not understanding it right. I&#39;ve also looked at the man page for&nbsp; winemaker and I guess I just don&#39;t get how to specify which files to link to.<br>