Ethereal-dev: [Ethereal-dev] where do I get the "rc" command for win32

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Thu, 4 Aug 2005 18:54:45 +0200
I'm trying to compile 0.10.12 on windows
but it fails at tghe first command in the wiretap directory trying to
call a program called "rc"

(the only rc program I'm aware of is the one called by init(1) at
startup on unix systems)

what am I doing wrong?

C:\cygwin\home\IAB\ethereal-0.10.12>nmake / -f Makefile.nmake all

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cd tools
        NMAKE /                   -f Makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cd lemon
        NMAKE /                   -f Makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cd ..
        cd ..
        cd image
        NMAKE /                   -f Makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cd ..
        cd wiretap
        NMAKE /                   -f Makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        rc  /r ..\image\wiretap
"rc" non è riconosciuto come comando interno o esterno,
 un programma eseguibile o un file batch.
NMAKE : fatal error U1077: 'rc' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"c:\Programmi\Microsoft Visual
Studio\vc98\bin\NMAKE.EXE"' : return code '0x2'
Stop.