This is the mail archive of the cygwin@sourceware.cygnus.com 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]

problems with msvcrt


Hi.  My code compiles fine with just the basic gcc 2.95 installation.
However after installing the msvcrt package for gcc 2.95
(gcc-2.95-msvcrt-runtime.zip) on top of the gcc 2.95 installation, I get the
following compile errors:

D:\TEMP\MakeDatamat>g++ -o MakeDatamat.exe -g MakeDatamat.cpp
cpp: unrecognized option `-remap'
In file included from
D:\Mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95\..\..\
..\..\include\g++-3\vector:30,
                 from MakeDatamat.cpp:6:
D:\Mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95\..\..\..\..\include\g++-
3\st
l_algobase.h:52: new.h: No such file or directory
In file included from
D:\Mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95\..\..\
..\..\include\g++-3\vector:32,
                 from MakeDatamat.cpp:6:
D:\Mingw32\bin\..\lib\gcc-lib\i386-mingw32msvc\2.95\..\..\..\..\include\g++-
3\st
l_construct.h:34: new.h: No such file or directory

Just wanted to report this.  Thanks.

Reza

p.s. Thanks Mumit - the new version of the msvcrt doesn't have the crc
errors.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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