Message-ID: <39D7B04D.A258C538@uswest.net> From: diritol X-Mailer: Mozilla 4.74 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: CAN'T get DJGPP to WORK. HElP? References: <39D679E9 DOT 5C2A5D0E AT uswest DOT net> <7458-Sun01Oct2000210349+0300-eliz AT is DOT elta DOT co DOT il> Content-Type: multipart/alternative; boundary="------------FE9E57C22CE431314D992F25" Lines: 129 Date: Sun, 01 Oct 2000 15:44:46 -0600 NNTP-Posting-Host: 63.226.97.173 X-Trace: news.uswest.net 970437134 63.226.97.173 (Sun, 01 Oct 2000 16:52:14 CDT) NNTP-Posting-Date: Sun, 01 Oct 2000 16:52:14 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com --------------FE9E57C22CE431314D992F25 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >This doesn't sound like an error message from DJGPP. I suspect that >you have some incompatible version of cpp.exe sitting on your PATH >before the DJGPP's one. >If this doesn't help, add -v to the compiler switches and post here >everything that the compiler prints. >Oh, and be sure to download and install the latest version of RHIDE >(the DJGPP FAQ has the URL in section 4.4). Okay, below is everthing I got from typing in gcc -c -v hello.cpp I also have Bloodshed Dev-C++ installed. Would that have anyting to do with it? I do have the paths for Dev-C++ before DJGPP paths... ------------------------------------- FROM -V----------------------------------- Reading specs from c:/dev-c++/lib/specs gcc version 2.95.2 19991024 (release) cpp -lang-c++ -v -iprefix C:\DEV-C++\Lib\djgpp/2.952/ -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -Di386 -D_WIN32 -DWIN32 -D__WIN32__ -D__MINGW 32__=0.2 -D__MSVCRT__ -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__(( __stdcall__)) -D_stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((_ _cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386__ -D_WIN32 -D__WIN32__ -D __WIN32__ -D__MINGW32__=0.2 -D__MSVCRT__ -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__ stdcall=__attribute__((__stdcall__)) -D___stdcall__=__attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i38 6 -D__WIN32 -D__WINNT -D___stdcall=__attribute__((__stdcall__)) -Asystem(winnt) -Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -remap -Acpu(i386) -Amachine(i386) -D i386 -D__i386 -D__i386__ hello.cpp c:/djgpp/tmp\ccSR6sUK.ii GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: C:\DEV-C++\Include\G++ C:\DEV-C++\Include End of search list. The following default directories have been omitted from the search path: /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/../../../../include/g++-3 /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/../../../../include /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/../../../../i386-mingw32msvc/in clude /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/include /usr/local/i386-mingw32/include End of omitted list. --------------FE9E57C22CE431314D992F25 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit >This doesn't sound like an error message from DJGPP.  I suspect that
>you have some incompatible version of cpp.exe sitting on your PATH
>before the DJGPP's one.

>If this doesn't help, add -v to the compiler switches and post here
>everything that the compiler prints.

>Oh, and be sure to download and install the latest version of RHIDE
>(the DJGPP FAQ has the URL in section 4.4).

Okay,
below  is everthing I got from typing in gcc -c -v hello.cpp
I also have Bloodshed Dev-C++ installed. Would that have anyting to do with it?
I do have the paths for Dev-C++ before DJGPP paths...
 
 
 

------------------------------------- FROM -V-----------------------------------
Reading specs from c:/dev-c++/lib/specs
gcc version 2.95.2 19991024 (release)
 cpp -lang-c++ -v -iprefix C:\DEV-C++\Lib\djgpp/2.952/ -D__GNUC__=2 -D__GNUG__=2
-D__GNUC_MINOR__=95 -D__cplusplus -Di386 -D_WIN32 -DWIN32 -D__WIN32__ -D__MINGW
32__=0.2 -D__MSVCRT__ -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((
__stdcall__)) -D_stdcall=__attribute__((__stdcall__)) -D__cdecl=__attribute__((_
_cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i386__ -D_WIN32 -D__WIN32__ -D
__WIN32__ -D__MINGW32__=0.2 -D__MSVCRT__ -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__
stdcall=__attribute__((__stdcall__)) -D___stdcall__=__attribute__((__stdcall__))
 -D__cdecl=__attribute__((__cdecl__)) -D__declspec(x)=__attribute__((x)) -D__i38
6 -D__WIN32 -D__WINNT -D___stdcall=__attribute__((__stdcall__)) -Asystem(winnt)
-Acpu(i386) -Amachine(i386) -D__EXCEPTIONS -remap -Acpu(i386) -Amachine(i386) -D
i386 -D__i386 -D__i386__ hello.cpp c:/djgpp/tmp\ccSR6sUK.ii
GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax)
#include "..." search starts here:
#include <...> search starts here:
 C:\DEV-C++\Include\G++
 C:\DEV-C++\Include
End of search list.
The following default directories have been omitted from the search path:
 /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/../../../../include/g++-3
 /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/../../../../include
 /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/../../../../i386-mingw32msvc/in
clude
 /gcc-2.95.2/lib/gcc-lib/i386-mingw32msvc/2.95.2/include
 /usr/local/i386-mingw32/include
End of omitted list.
  --------------FE9E57C22CE431314D992F25--