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]

Re: Newbie to creating front ends to gcc (and now also: trying tobuild gcc 3.0 under DJGPP)




I suggest getting files from directory v2gnu/alphas in DJGPP distribution.
Port of gcc-3.0 for DJGPP is there.

Andris


On Tue, 17 Jul 2001, David Henningsson wrote:

> 1) I copied the files to d:/Program/djgpp/gnu/gcc-3.0/. There is already
> an installation of DJGPP in d:/program/djgpp. I picked them all from
> www.djgpp.com
> 2) I created the directory d:/program/djgpp/build, whereto I copied
> djbuild.sh and djmake.sh from the gcc-2.953/build.djg directory.
> 3) I ran djbuild.sh.
>   During configure, I noticed this message:
> "configure: warning: No program for building catalogs found -> building
> disabled", however the configuration seemed to continue properly. (I
> checked the script and it happened because both $MSGFMT and $GMSGFMT
> were "msgfmt", but there was no explanation in the script of what
> "msgfmt" is, so I gave up there.)
> 4) I ran djmake.sh. This is a screen dump of its last output:
>
> make.exe[2]: Entering directory
> `d:/Program/djgpp/gnu/gcc-3.0/build/gcc/intl'
> \gcc -c -DIN_GCC -DLOCALEDIR=\"d:/program/djgpp/share/locale\"
> -DGNULOCALEDIR=\"
> d:/program/djgpp/share/locale\"
> -DLOCALE_ALIAS_PATH=\"d:/program/djgpp/share/loc
> ale:.\" -DHAVE_CONFIG_H -I.. -I. -I/Program/djgpp/gnu/gcc-3.0/gcc/intl
> -I/Progra
> m/djgpp/gnu/gcc-3.0/gcc/lib -I/Program/djgpp/gnu/gcc-3.0/gcc/intl/..
> -I/Program/
> djgpp/gnu/gcc-3.0/gcc/intl/../config
> -I/Program/djgpp/gnu/gcc-3.0/gcc/intl/../..
> /include  -g -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -
> Wtraditional -pedantic -Wno-long-long
> /Program/djgpp/gnu/gcc-3.0/gcc/intl/intl-
> compat.c
> make.exe[2]: *** [intl-compat.o] Error -1
> make.exe[2]: Leaving directory
> `d:/Program/djgpp/gnu/gcc-3.0/build/gcc/intl'
> make.exe[1]: *** [intl.all] Error 1
> make.exe[1]: Leaving directory `d:/Program/djgpp/gnu/gcc-3.0/build/gcc'
> make.exe: *** [all-gcc] Error 2
> bash-2.04$
>
> Do you have any idea of how I should continue?
>
> // David
>


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