Discussion:
[Mingw-users] rm.exe download
Napoleon Ahiable
2002-09-30 12:25:05 UTC
Permalink
Hi, all
I just found that I do not have rm.exe in the bin directory of my MingW
3.2 installation. I thought it came with mingw. Is it available as a
single file I can download ? or I have to download the whole og Dev-C++
just to get that file.

Napoleon

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
Greg Chicares
2002-09-30 12:47:02 UTC
Permalink
Post by Napoleon Ahiable
I just found that I do not have rm.exe in the bin directory of my MingW
3.2 installation. I thought it came with mingw. Is it available as a
single file I can download ? or I have to download the whole og Dev-C++
just to get that file.
You can extract a win32 binary for rm from:

ftp://ftp.franken.de/pub/win32/develop/gnuwin32/mingw32/porters/Mikey/fileutils316-ming.tar.bz2

which is 448 Kb; I don't know how big Dev-C++ is.

If you want a mingw package with rm and related
utilities, download MSYS, which is about 3 Mb.
With MSYS, you could even build rm from source.
Earnie Boyd
2002-09-30 13:09:15 UTC
Permalink
Post by Greg Chicares
If you want a mingw package with rm and related
utilities, download MSYS, which is about 3 Mb.
With MSYS, you could even build rm from source.
Why, rm.exe comes with MSYS.

Earnie.
Thomas Tutone
2002-09-30 12:52:05 UTC
Permalink
Post by Napoleon Ahiable
Hi, all
I just found that I do not have rm.exe in the bin
directory of my MingW
3.2 installation. I thought it came with mingw. Is
it available as a
single file I can download ? or I have to download
the whole og Dev-C++
just to get that file.
Napoleon
rm.exe is a *nix utility. The easiest way to get a
copy is to download MSYS (info available on the minGW
homepage), which includes that and a bunch of other
*nix utilities.

Best regards,

Tom

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
Napoleon Ahiable
2002-09-30 14:02:14 UTC
Permalink
Hi,
I needed rm.exe so I downloaded MYSYS as advised. I then copied rm.exe
to my MINGW directory. When I try to clean I get the error message
mingw32-make.exe: *** [clean] Error 128.

Another concern is that the size of rm.exe from the MYSYS package is
64k. and a couple of rm.exe files sent to by some good people from
DEV-C++ are just 2k and that give these error messages when used
mingw32-make.exe: *** [clean] Error 128.
mingw32-make.exe: *** [clean] Error 87.

I'll appreaciate your input.

Napoleon.

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
Earnie Boyd
2002-09-30 14:38:32 UTC
Permalink
Post by Napoleon Ahiable
Hi,
I needed rm.exe so I downloaded MYSYS as advised. I then copied rm.exe
to my MINGW directory. When I try to clean I get the error message
mingw32-make.exe: *** [clean] Error 128.
No, don't copy, leave it with msys and add d:\path\to\msys\1.0\bin to
your PATH.
Post by Napoleon Ahiable
Another concern is that the size of rm.exe from the MYSYS package is
64k. and a couple of rm.exe files sent to by some good people from
DEV-C++ are just 2k and that give these error messages when used
mingw32-make.exe: *** [clean] Error 128.
mingw32-make.exe: *** [clean] Error 87.
You've not given me enough to decern the problem.

Earnie.
Daniel Taupin
2002-09-30 17:15:13 UTC
Permalink
Post by Earnie Boyd
Post by Napoleon Ahiable
Hi,
I needed rm.exe so I downloaded MYSYS as advised. I then copied rm.exe
to my MINGW directory. When I try to clean I get the error message
mingw32-make.exe: *** [clean] Error 128.
No, don't copy, leave it with msys and add d:\path\to\msys\1.0\bin to
your PATH.
Should one put msys/1.0/bin before of after mingw/bin ?

Maybe this depends on the fact one works inside MSYS or works (as I do)
in MS-DOS windows... What is the answer?
Post by Earnie Boyd
Post by Napoleon Ahiable
Another concern is that the size of rm.exe from the MYSYS package is
64k. and a couple of rm.exe files sent to by some good people from
DEV-C++ are just 2k and that give these error messages when used
mingw32-make.exe: *** [clean] Error 128.
mingw32-make.exe: *** [clean] Error 87.
You've not given me enough to decern the problem.
Earnie.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
MinGW-users mailing list
https://lists.sourceforge.net/lists/listinfo/mingw-users
--
------------------------------------------------------------------------
Daniel Taupin, 91400 ORSAY - France
E-mail= mailto:***@wanadoo.fr
Home/fax: (33)1.60.10.26.44. Rep.: (33)1.60.10.04.13, fax (work)
(33)1.69.15.60.86
Earnie Boyd
2002-09-30 17:32:14 UTC
Permalink
Post by Daniel Taupin
Post by Earnie Boyd
Post by Napoleon Ahiable
Hi,
I needed rm.exe so I downloaded MYSYS as advised. I then copied rm.exe
to my MINGW directory. When I try to clean I get the error message
mingw32-make.exe: *** [clean] Error 128.
No, don't copy, leave it with msys and add d:\path\to\msys\1.0\bin to
your PATH.
Should one put msys/1.0/bin before of after mingw/bin ?
In most cases it wouldn't matter but after to be sure.
Post by Daniel Taupin
Maybe this depends on the fact one works inside MSYS or works (as I do)
in MS-DOS windows... What is the answer?
I don't know the answer, you may find that the make from MSYS works
better for you. You may need to add a --win32 switch to the MSYS
version of make if your Makefile is too win32 centric.

HTH,
Earnie.

Loading...