cygxxx.dll or xxx.dll?

2010-10-13 Thread Al
Hello, I tried this tutorial: http://cygwin.com/cygwin-ug-net/dll.html The DLL source is mydll.c. The DLL is linked with gcc -o myprog myprog.c -L./ -lmydll. For the DLL I tried different names: * mydll.dll * cygmydll.dll * xmydll.dll mydll.dll and cygmydll.dll are found by -lmydll.

R: cygxxx.dll or xxx.dll?

2010-10-13 Thread Marco Atzeri
--- Mer 13/10/10, Al ha scritto: Hello, I tried this tutorial: http://cygwin.com/cygwin-ug-net/dll.html The DLL source is mydll.c. The DLL is linked with gcc -o myprog myprog.c -L./ -lmydll. For the DLL I tried different names: * mydll.dll * cygmydll.dll * xmydll.dll