earnie boyd <earnie_boy-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=286 ... -g ... example ... you have to ... I don't...
andreas.matthies@...
Dec 1, 1999 8:12 am
288
... Ok. So maybe it's a Cygwin/M$ relationship that is causing the problem. Are you saying that 2.95 works as you expected and that 2.95.2 doesn't? That...
Earnie Boyd
earnie_boyd@...
Dec 1, 1999 12:18 pm
289
... problem. Are ... Yes, that's what I want so say. That would ... Use ... I'm pretty sure: bash-2.02$ cygcheck c++.exe Found: D:\tools\gcc-2.95\bin\c++.exe ...
andreas.matthies@...
Dec 1, 1999 2:09 pm
290
... I am having the same problem with mingw32/cmd.exe as well, so it does not seem to be a Cygwin problem (I use no cygwin) Russell Smyth...
Russ Smyth
drfish@...
Dec 1, 1999 3:59 pm
291
... Which version of make are you using, now vs before? Did anything else change? What are the CYGWIN variable settings? Did you upgrade to a newer version...
Earnie Boyd
earnie_boyd@...
Dec 1, 1999 4:00 pm
292
... This is quite possibly a side-effect of my last attempt to handle spaces in inputput/filenames and GCC installation area. It's almost impossible to get it...
Mumit Khan
khan@...
Dec 1, 1999 7:53 pm
293
... -8<- ... I've always (I discovered mingw32 almost three years agos) had this problem. What version of gcc are you using? What version of make? When I...
Earnie Boyd
earnie_boyd@...
Dec 1, 1999 8:13 pm
294
... It's a bug. I'll issue an update (just the language drivers, so easy on the download) in a few days. Sorry for the inconvenience. If you want to try it out...
Mumit Khan
khan@...
Dec 2, 1999 6:52 am
295
Hi all, I've done a little testing on this topic. By recursively executing a simple test program, you can see what happens to your command line arguments. BTW,...
Franco Bez
franco.bez@...
Dec 2, 1999 8:43 am
296
Hi all, Here's a sample that keeps the agruments as they are. Windows behaves a little strange: ( as always ;-) ) _spawnv( int mode , char* progname ,char**...
franco.bez
franco.bez@...
Dec 2, 1999 11:06 am
297
I have installed both versions 2.95 and 2.95.2 and I get the same problem. When attempting to compile, there is a call to cpp with the -remap option, and the...
tafink@...
Dec 2, 1999 3:58 pm
298
leo-@... wrote: original article:http://www.egroups.com/group/mingw32/?start=153 ... they ... I've been doing my compiling by opening a DOS box,...
Michaels
afn49349@...
Dec 2, 1999 4:50 pm
299
... You probably have a bad GCC_EXEC_PREFIX (or LIBRARY_PATH or COMPILER_PATH) variable set that is causing this problem. The following is essential to...
Mumit Khan
khan@...
Dec 2, 1999 6:23 pm
300
... On WinNT, the CMD.EXE can redirect standard error just like on Unix; on Win9x, COMMAND.COM has no clue. You could always use redir, and redirect standard...
Mumit Khan
khan@...
Dec 2, 1999 6:25 pm
301
... -8<- ... Or just get redir.exe from Mumit's site. ===== Earnie Boyd <mailto:earnie_boyd@...> Cygwin Newbies, please visit ...
Earnie Boyd
earnie_boyd@...
Dec 2, 1999 6:58 pm
302
if you use cmd.exe you can redirect stderr to stdout just like under unix. make 2>&1|tee make.log on 9x you will need win95cmd.exe from ...
Mikey
jrson@...
Dec 2, 1999 8:08 pm
303
mumit khan <kha-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=299 ... COMPILER_PATH) Cleaned up the autoexec.bat to...
tafink@...
Dec 2, 1999 8:40 pm
304
... I'll put a note to that effect in the Known problems/gotchas area ... ... You're welcome. This is of course the result of the work of many different people...
Mumit Khan
khan@...
Dec 2, 1999 9:11 pm
305
Anders Matthies <andreas.matthies@...> had reported the bug in this list on Nov 31 that shows a bug in handling quoted arguments on command line when...
Mumit Khan
khan@...
Dec 3, 1999 5:26 am
306
Hi folks, Been here for over a month...not a single email has come to my email address from the list. Not even sure if this is the right place for the...
Paul Garceau
pgarceau@...
Dec 3, 1999 7:09 am
307
... As good a place as any ... btw, thanks for reminding us about your work on OpenGL way back. I need to add some new links about all the OpenGL info that's...
Mumit Khan
khan@...
Dec 3, 1999 8:02 am
308
mumit khan <kha-@...> wrote: original article:http://www.egroups.com/group/mingw32/?start=304 ... info ... is ... Let us know what subjects or...
Michaels
afn49349@...
Dec 3, 1999 1:39 pm
309
... Hmmm ... I'll have to think about it, but off hand the following should come in very handy: 1. FAQ. Periodically posted to the list (perhaps just the TOC...
Mumit Khan
khan@...
Dec 3, 1999 3:39 pm
310
On "ftp://ftp.franken.de/pub/win32/develop/gnuwin32/incoming/" I have uploaded a Zip-File, which contains to static library libGlaux.a and libTk.a. Together...
fusz@...
Dec 3, 1999 6:32 pm
311
Since there is no RCS comming with CygWin 20.1 (full.exe) I downloaded the RCS-executabels from ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/. It is version...
Georg Fusz
fusz@...
Dec 3, 1999 8:29 pm
312
Your problem with RCS is most likely caused by DOS line endings \r\n in the source while you have UNIX line endings \n in the *,v-Files. Since ci thinks all...
Earnie Boyd
earnie_boyd@...
Dec 3, 1999 10:02 pm
313
Thank you for the hints! The solution was: The RCS package in ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/ comes with with an enhancede version of "diff",...
Georg Fusz
fusz@...
Dec 4, 1999 12:07 am
314
Thank you for the hints! The solution was: The RCS package in ftp://ftp.leo.org/pub/comp/os/os2/gnu/devtools/ comes with with an enhancede version of "diff",...
Georg Fusz
fusz@...
Dec 4, 1999 12:17 am
315
I have found the libstdc++ in the cygnus page and I have tried to put it into my installation of mingw32 (last version) but it doesn´t work. The archive came...
cesar@...
Dec 4, 1999 7:04 pm
316
... GCC for Mingw32 (since egcs-1.1, and the latest is gcc-2.95.2) comes with libstdc++. It's not ISO C++ compliant unforunately, but quite usable. The...