This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build/1358: build fails if gettext not present


The following reply was made to PR build/1358; it has been noted by GNATS.

From: Ronald Landheer-Cieslak <blytkerchan@users.sourceforge.net>
To: Andrew Cagney <ac131313@redhat.com>
Cc: ronald@landheer.com, gdb-gnats@sources.redhat.com
Subject: Re: build/1358: build fails if gettext not present
Date: Mon, 1 Sep 2003 11:18:35 +0200

 On Fri, Aug 29, 2003 at 10:08:00AM -0400, Andrew Cagney wrote:
 > configure with --disable-nls
 
 OK.. works until make install, where I get this:
 /usr/bin/install -c -m 644 ../../gdb-5.3/opcodes/../include/dis-asm.h /home/ronald/opt/include/dis-asm.h
 for f in standards.info configure.info; do  if test -f ../../gdb-5.3/etc/`echo $f | sed -e 's/.info$/.texi/'`; then  if make "MAKEINFO=makeinfo " $f; then  true;  else  exit 1;  fi;  fi;  done
 makeinfo  --no-split -I../../gdb-5.3/etc -o standards.info ../../gdb-5.3/etc/standards.texi
 ../../gdb-5.3/etc/standards.texi:3727: @include `fdl.texi': No such file or directory.
 ../../gdb-5.3/etc/standards.texi:3724: Menu reference to nonexistent node `GNU Free Documentation License'.
 makeinfo: Removing output file `standards.info' due to errors; use --force to preserve.
 *** Error code 2
 
 Probably not related, though, but the standards.texi file needs a bit of work.
 
 Thanks for the pointer, though!
 
 rlc
 
 -- 
 It is better to have loved a short man than never to have loved a tall.


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