From: pavenis AT lanet DOT lv To: "Alex Vinokur" , djgpp AT delorie DOT com Date: Thu, 29 Aug 2002 13:56:35 +0300 MIME-Version: 1.0 Subject: Re: RSXNTDJ sample : makeall failed Message-ID: <3D6E2813.22689.778664@localhost> In-reply-to: X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 Aug 2002 at 13:42, Alex Vinokur wrote: > gccw32 -c -o dllcplus.o dllcplus.cc -Zdll -Zsys -Zso -O2 -Wall > :1:12: warning: "system" re-asserted > :1:9: warning: "cpu" re-asserted > :1:13: warning: "machine" re-asserted > In file included from c:/djgpp/lang/cxx-v31/backward/iostream.h:31, > from dllcplus.cc:1: > c:/djgpp/lang/cxx-v31/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated > header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the > header for the header for C++ includes, or instead of the deprecated header . To disable this > warning use -Wno-deprecated. > In file included from c:/djgpp/lang/cxx-v31/djgpp/bits/cxxio.h:35, > from c:/djgpp/lang/cxx-v31/bits/fpos.h:44, > from c:/djgpp/lang/cxx-v31/iosfwd:46, > from c:/djgpp/lang/cxx-v31/ios:44, > from c:/djgpp/lang/cxx-v31/ostream:45, > from c:/djgpp/lang/cxx-v31/iostream:45, > from c:/djgpp/lang/cxx-v31/backward/iostream.h:32, > from dllcplus.cc:1: > c:/djgpp/lang/cxx-v31/cstdio:121: `getc' not declared > c:/djgpp/lang/cxx-v31/cstdio:126: `putc' not declared > I would prefer MINGW for developing Windows applications (tried initially RSXNTDJ, but was not satisfied). I may be wrong, but perhaps RSXNTDJ could be Ok for C development. But I'm now sure You'll be able to use C++ standard library (libstdcxx.a). If one wants to use other DJGPP tools, one can build DJGPP to MINGW cross-compiler (once did that, needed some hacking though to do that) Andris