Mail Archives: djgpp/2009/01/20/22:15:31
On Mon, 19 Jan 2009 21:32:06 -0800 (PST) in comp.os.msdos.djgpp, Jim
Michaels <jmichae3 AT yahoo DOT com> wrote:
>On Jan 8, 10:31 pm, DJ Delorie <d DOT DOT DOT AT delorie DOT com> wrote:
>> This is definitely wrong. You should NOT be unzipping each zip file
>> into its own separate tree; you should unzip everything into a
>> combined tree (i.e. unzip them all from the same directory). You
>> should have an F:\djcurrnt\bin\gcc.exe, F:\djcurrnt\bin\stubify.exe,
>> etc. All the manifests (*.mft) should end up in F:\djcurrnt\manifest\
>>
>> Did you try the zip picker to see what instructions it gives you?http://www.delorie.com/djgpp/zip-picker.html
>
>I am reporting back. the zip picker and the above instructions to put
>them in the same directory gives me the same results. lots of
>errors. I don't understand what could be causing this. microsoft
>update? maybe not, nobody else is complaining, so it must be
>something on my machine, but I don't know what. it is affecting all
>my djgpp compiler installations.
>I know I have the GNUWIN32 tools installed later in the PATH (it does
>not contain a compiler).
>I did find an autoexec.bat that had this:
>C:\>type autoexec.bat
>SET WXWIN=C:\WXWIDG~1.8E
>
>REM Following two lines were added by LBInstDJ, the DJGPP installer
>SET PATH=f:\djgpp\2.03\v2\bin;f:\djgpp\2.03\v2apps\bin;f:\djgpp
>\2.03\v2gnu\bin;f
>:\djgpp\2.03\v2misc\bin;f:\djgpp\2.03\v2tk\bin;%PATH%
>SET DJGPP=f:/djgpp/2.03/v2/djgpp.env
>
>REM Following two lines were added by LBInstDJ, the DJGPP installer
>SET PATH=C:/DJGPP/bin;%PATH%
>SET DJGPP=C:/DJGPP/djgpp.env
>
>the compiler I am using is in f:\djc
What part of:
>> This is definitely wrong. You should NOT be unzipping each zip file
>> into its own separate tree; you should unzip everything into a
>> combined tree (i.e. unzip them all from the same directory). You
did you not understand?
Everything including the compiler directories have to be under the same
DJGPP tree: C:/DJGPP/* if that is your current DJDIR.
Nothing should be under f:\djc if you want it to work.
It is a Unix like environment rooted at your DJGPP directory which can
be anything anywhere.
Your source code and data can be anywhere else you want but all the
binaries and other distribution files MUST be under that single root.
The compiler executables MUST be in .../bin/ and other files under
.../lib/gcc/djgpp/4.32/, .../include/, etc NOT f:/djc/!
--
Thanks. Take care, Brian Inglis Calgary, Alberta, Canada
Brian DOT Inglis AT CSi DOT com (Brian[dot]Inglis{at}SystematicSW[dot]ab[dot]ca)
fake address use address above to reply
- Raw text -