public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* make gcc fails: intl/libintl.h not found
@ 2002-01-25  9:51 michael shiloh
  0 siblings, 0 replies; only message in thread
From: michael shiloh @ 2002-01-25  9:51 UTC (permalink / raw)
  To: gcc-help

hello,

  summary: make gcc fails, intl/libintl.h: No such file or directory
  gcc: 3.0.3
  host: Linux 2.4.9-21
  target: arm-elf

specific steps:

Configure GCC:

  set path = ( /tools/H-i686-pc-linux-gnu/bin $path )
  mkdir -p /tmp/build/gcc
  cd /tmp/build/gcc
  /src/gcc/gcc-3.0.3/configure --target=arm-elf \
    --prefix=/tools \
    --exec-prefix=/tools/H-i686-pc-linux-gnu \
    --with-gnu-as --with-gnu-ld --with-newlib \
    -v  |& tee configure.out

Build and install GCC:

  make -w all-gcc install-gcc LANGUAGES="c c++" |& tee make.out    

error:

    gcc -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall
      -Wwrite-strings 
      -Wstrict-prototypes -Wmissing-prototypes -Wtraditional 
      -pedantic -Wno-long-long  -DHAVE_CONFIG_H    
      -I. -I. -I/src/gcc/gcc-3.0.3/gcc 
      -I/src/gcc/gcc-3.0.3/gcc/.
      -I/src/gcc/gcc-3.0.3/gcc/config 
      -I/src/gcc/gcc-3.0.3/gcc/../include -c
      /src/gcc/gcc-3.0.3/gcc/c-parse.c
    In file included from /src/gcc/gcc-3.0.3/gcc/intl.h:28,
      from c-parse.y:41:
    libintl.h:1:26: intl/libintl.h: No such file or directory

now i did find a post saying: 

  [...]
  Well the intl dir's Makefile has a rule for building it:

  libintl.h: libgnuintl.h
          cp $(srcdir)/libgnuintl.h libintl.h

but i don't have libgnuintl.h either. i suspect this section
was being modified or fixed and possibly is not quite
finished; or else i'm doing something stupid.

any ideas?

thanks,
michael shiloh
magritte systems
"no system too surreal"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-25 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-25  9:51 make gcc fails: intl/libintl.h not found michael shiloh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).