Message-ID: <36D9B271.5737846E@solutions2000.net> Date: Sun, 28 Feb 1999 16:17:37 -0500 From: Nehru Juman X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re: Problem building c++ programs References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I use DJGPP ver.2.02 and when I used the different versions of ld.exe and when I replaced those gcc and bnu files I got exactly the same results under the same circumstances. I backed up the RSXNTDJ specs file and replaced it the stock DJGPP one and ditto, exactly the same results under the same circumstances. My goal is to use gcc with RSXNTDJ successfully. When I try to compile windows programs without the -o switch (and with the -Zwin32 switch) I get the message: no output file or something like that. Is their anyway to use gcc with -Zwin32 without -o (to get an 'a.exe' file I can rename). Eli Zaretskii wrote: > On Sun, 28 Feb 1999, Nehru Juman wrote: > > > I tried to build my program using both versions of ld.exe (RSXNTDJ and the > > standard one) to no avail. > > Does ``to no avail'' mean that you see exactly the same problem, under > exactly the same conditions (a.exe okay, test.exe not, etc.)? > > > I also re-downloaded gcc281b.zip and bnu281b.zip and replaced all the > > corresponding files and that still got me nowhere. > > Again, the same symptoms, with no change? > > How about renaming the specs files (that came from RSXNTDJ) and using the > original one from djdev202.zip? > > (Btw, you do use DJGPP v2.02, right?) > > > I'm setting up Mingw32 to see if it works with that and therefore determine > > whether the problem is with my system (or system configuration) or with ld.exe. > > This will probably not teach you much, since it's an entirely different > executable that issues entirely different system calls.