Mail Archives: djgpp/2009/01/02/04:30:09
On Jan 1, 9:14 am, Rugxulo <rugx DOT DOT DOT AT gmail DOT com> wrote:
> Hi,
>
> On Dec 31 2008, 4:55 pm, Jim Michaels <jmich DOT DOT DOT AT yahoo DOT com> wrote:
>
>
>
> > this thing hit send all by itself. as I was saying, before, I was
> > able to compile programs just fine. now I can't. I haven't changed
> > anything.
> > I don't know - maybe the mcafee antivirus or webroot spysweeper got a
> > hold of something and deleted it, but that seems farfetched.
>
> What GCC/G++ are you using? (4.2.3? 4.3.2?) What DJDEV? (2.03? 2.04?)
> What BinUtils? (2.16.1? 2.17? 2.19?) What OS? (MS-DOS 7.10? FreeDOS?
> WinXP?) Are you using an LFN-aware system or not? Did you unpack on an
> LFN-aware system? Did you upgrade any DJGPP packages to newer versions
> recently? Is your %DJGPP% env. variable still set correctly? Did your
> DJGPP.ENV file get modified recently?
>
> I usually keep .ZIP archives of all DJGPP packages in case I want to
> reinstall or copy to another computer or whatever. This might be a
> good idea for you in the future, at least for the core stuff (GCC,
> GPP, BNU, DJDEV, MAK).
F:\DJGPP>gpp --version
gpp.exe (GCC) 4.1.0
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
C:\DJGPP>gpp --version
gpp.exe (GCC) 4.2.3
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
C:\DJGPP>
I think I am using 2.04 for the one on c: and 2.03 for the one on f:.
OS: XP Pro SP3. (OS=Windows_NT)
on f: (2.03) binutils 2.17. on c: binutils 2.17 (actually what I
did was expand them all. XP expands them alphabetucally so they are
done in order of lower version to higher version#).
> WinXP?) Are you using an LFN-aware system or not? Did you unpack on an
> LFN-aware system?
That is not relevant to XP. XP does not respond to changes in the
registry for LFN. that is for win9x. So yeah, it was probably LFN-
aware. NT family systems mangle the long filepaths into tildes with a
number into 8.3. I saw a microsoft KB article that says you can't
change that.
tried it using command.com, same errors.
gpp.exe: environment variable DJGPP points to corrupt file 'f:/djgpp/
2.03/v2/djg
pp.env'
C:\PRJ\MD5\MD5-1.0\DOS>dir f:\djgpp\2.03\v2\djgpp.env
The system cannot find the path specified.
(I do not know where to get the file from)
Did you upgrade any DJGPP packages to newer versions
no. I downloaded everything all at once and installed what I got.
> recently? Is your %DJGPP% env. variable still set correctly? Did your
I use 2 separate djenv files, one on c:\ and one on f:\
> DJGPP.ENV file get modified recently?
no. I set it up and left it. I don't want to touch something that is
running well.
and it was running well up until now for some odd reason.
- Raw text -