This is the mail archive of the cygwin mailing list for the Cygwin 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: m4 1.4.16-1 doesn't seem to work


On 05/17/2011 04:09 PM, Uday S Reddy wrote:
> Eric Blake writes:
> 
>> Usually the symptom of a missing dll.
>>
>> What does 'cygcheck /usr/bin/m4' show?
> 
> Hi Eric, thanks for getting back.
> 
> The cygcheck m4 1.4.16 looks normal to me.
> 
> maruti[8.2.x]: cygcheck /usr/bin/m4
> C:\Cygwin\bin\m4.exe
>   C:\Cygwin\bin\cygwin1.dll
>     C:\WINDOWS\system32\ADVAPI32.DLL
>       C:\WINDOWS\system32\KERNEL32.dll
>         C:\WINDOWS\system32\ntdll.dll
>       C:\WINDOWS\system32\RPCRT4.dll
>         C:\WINDOWS\system32\Secur32.dll
>   C:\Cygwin\bin\cyggcc_s-1.dll
>   C:\Cygwin\bin\cygsigsegv-2.dll
> maruti[8.2.x]: m4 --version
> (no output)

Odd; that says all your dlls are in place.  The only other thing that I
can suspect is that you have an incomplete dll, where you are missing a
required entry point (perhaps you are running too old of a
cygwin1.dll?).  What is $? after the failed m4?  Also, can you try
opening up a cmd window, and running m4 from there, to see if you get a
useful popup box? (running under a cygwin shell intentionally suppresses
dll link error popup boxes)

> Problem reports:       http://cygwin.com/problems.html

Posting your 'cygcheck -svr' output would help, as well.

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


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