Mail Archives: djgpp/2009/02/19/00:01:06
On Sat, 14 Feb 2009 21:43:57 -0800 (PST) in comp.os.msdos.djgpp, Jim
Michaels <jmichae3 AT yahoo DOT com> wrote:
>On Jan 20, 10:09 pm, Blair Campbell <blaird DOT DOT DOT AT gmail DOT com> wrote:
>> > 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.
>>
>> Well actually f:\djc COULD be the djgpp root directory, if DJDIR pointed there.
>> But I think what's happened is that he unzipped each zip into its own
>> directory (e.g. gccxx.zip\* ended up in f:\djc\gccxx\* instead of
>> f:\djc\* where it should have been.
>>
>>
>>
>> > 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/!
>I am just extracting everything from f:\djc as they come out like I
>was told by DJ Delorie.
>as it is, the following executeables come out somewhere other than the
>bin directory:
>F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1.EXE
>F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1OBJ.EXE
>F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1OBJPL.EXE
>F:\djc\LIBEXEC\GCC\DJGPP\4.32\CC1PLUS.EXE
>F:\djc\LIBEXEC\GCC\DJGPP\4.32\COLLECT2.EXE
>F:\djc\LIBEXEC\GCC\DJGPP\4.32\INSTALL-\FIXINCL.EXE
>so I decided to add
> F:\djc\LIBEXEC\GCC\DJGPP\4.32\;F:\djc\LIBEXEC\GCC\DJGPP
>\4.32\install-
>to the path. this makes no difference.
SET PATH=f:\djc\bin;%PATH% ONLY.
This allows you to run any DJGPP user executables like gcc or gxx once
the following steps are complete.
Use unzip32 from f:\djc on your downloads of
ftp://ftp.delorie.com/pub/djgpp/{current,beta}/v2/djdev20[34].zip
and
ftp://ftp.delorie.com/pub/djgpp/{current,beta}/v2gnu/bnu219b.zip
depending on which build {current,beta} of gcc you downloaded.
SET DJGPP=f:\djc\djgpp.env: other paths are found relative to this path.
--
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 -