This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Maybe I'm an idiot...


Hey!

Well , the problem is EGCS. I installed it ( set paths,env.vars,and
unpacked) ...and...the problem is : 
 1/ the names of  cpp.exe is c++.exe, gxx is g++ here and cxxfilt is
c++filt and libs have pluses in their names and directories etc.
However,system makes these names scrambled eg. g++ changes to G__~1.exe and
so on. The funny thing is that gcc.exe of EGCS needs cpp.exe ,not
c++.exe,because it writes that it can't find cpp.exe if the name is the
original version (c++).

I changed what i could ( everything,my version of names was just djgpp
version) and wanted to compile simplest C proggy ( main(){}) with : gcc
proggy.c -o proggy.exe and the output was:

cpp: C:\WINDOWS\TEMP\cc248987.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc246755.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc261931.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc268367.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc927459.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc277599.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc284299.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc280019.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc295195.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc645879.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc643647.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc755071.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc299667.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc299279.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc297047.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc314023.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc313839.ii: No such file or directory
cpp: C:\WINDOWS\TEMP\cc324919.ii: No such file or directory

and so on...and so on....
WHAT THE HELL IS GOING ON HERE!!!!!!!?????????/




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