This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error: procedure entry point in cygwin1.dll


Rasjid Wilcox wrote:
C:\>dir /s > filelist.txt
C:\>start wordpad filelist.txt

Do an edit/find for 'cygwin1.dll'. See if you have more than one. (In case the Windows find file missed it for some reason.)

Better:


dir cygwin1.dll /s /a /b

/a will catch cygwin1.dll even if it should be marked as a hidden or system file, and /b will optimize the output format (one line per file).

Off topic: I just tried that on my machine and I found that CDRDAO ships a cygwin1.dll with their Windows build (I have version 1.1.7). If someone is in the habit of slapping wrists for that sort of thing, there's your cue.

Best,
JT



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]