Hello! I have a problem. I write dll for Tcl and my dll must have fixed name "libsurfit.dll" because of fixed initial procedure name, but using libtool i have cygsurfit-1.dll :(
Renamig cygsurfit-1.dll to libsurfit.dll don't solve the problem, because i have another dll called "libfreeflow.dll" with name "cygfreeflow-1.dll", which depends on "cyglibsufit-1.dll" How can i change libtool rule of naming dlls from "cygFOO-version.dll" to "FOO. dll"? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/