delorie.com/archives/browse.cgi | search |
From: | "Steve Chapel" <schapel AT breakthr DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Problems with strip on Windows 2000 |
Date: | Mon, 24 Jan 2000 09:37:13 -0600 |
Organization: | Breakthrough to Literacy |
Lines: | 40 |
Message-ID: | <86hrfm$48p$1@news.tis-in.trb> |
References: | <Pine DOT SUN DOT 3 DOT 91 DOT 1000123104011 DOT 26609Y AT is> <388B52DB DOT 75DB2107 AT breakthr DOT com> |
NNTP-Posting-Host: | 163.192.185.93 |
X-Trace: | news.tis-in.trb 948728118 4377 163.192.185.93 (24 Jan 2000 15:35:18 GMT) |
X-Complaints-To: | llynch AT tribune DOT com |
NNTP-Posting-Date: | 24 Jan 2000 15:35:18 GMT |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.00.2919.5600 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.5600 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"Steve Chapel" <schapel AT breakthr DOT com> wrote in message news:388B52DB DOT 75DB2107 AT breakthr DOT com... > > No, it doesn't seem to be a problem with the directory name. With > Windows 98, here's what I get: > > C:\c++>gxx -o test.exe test.cpp > > C:\c++>strip -v test.exe > copy from test.exe(coff-go32-exe) to staaaaaa(coff-go32-exe) > > C:\c++>strip --version > GNU strip 2.8.1 On Windows 2000, I tried giving the directory a "standard" name to make sure that the problem isn't caused by the "+" in the path. The test.cpp program I used was the same on both platforms (a small "hello world" program), I typed the commands from the built-in DOS prompt on both computers, and I've had problems every time I've used strip on Windows 2000 but never on Windows 98. Here are the Windows 2000 results: C:\cpp>gpp -o test.exe test.cpp C:\cpp>strip -v test.exe copy from test.exe(coff-go32-exe) to staaaaaa(coff-go32-exe) c:/opt/djgpp/bin/strip.exe: test.exe: rename: Invalid argument (EINVAL) C:\cpp>strip --version GNU strip 2.8.1 Copyright 1997 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. C:\cpp>ver Microsoft Windows 2000 [Version 5.00.2128]
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |