public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/15659] New: libcpp fails looking for libintl.h
@ 2004-05-26 14:38 sean at mcneil dot com
  2004-05-26 15:23 ` [Bug other/15659] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sean at mcneil dot com @ 2004-05-26 14:38 UTC (permalink / raw)
  To: gcc-bugs

Building in a new directory, libcpp fails:

gcc -c   -g -O2  -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes  -fno-common -Wno-error 
-DHAVE_CONFIG_H    -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I../../../gcc/gcc/../libbanshee/libcompat -I../../../gcc/gcc/../libbanshee
-I../../../gcc/gcc/../libbanshee/points-to  c-parse.c -o c-parse.o
In file included from c-parse.y:43:
../../../gcc/gcc/intl.h:31:21: libintl.h: No such file or directory
gmake[1]: *** [c-parse.o] Error 1

just do something like the following:

mkdir x86-freebsd
cd x86-freebsd
../configure --target=i386-pc-linux
gmake

-- 
           Summary: libcpp fails looking for libintl.h
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sean at mcneil dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i386-unknown-freebsd5.2
  GCC host triplet: i386-unknown-freebsd5.2
GCC target triplet: i386-pc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15659


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/15659] libcpp fails looking for libintl.h
  2004-05-26 14:38 [Bug other/15659] New: libcpp fails looking for libintl.h sean at mcneil dot com
@ 2004-05-26 15:23 ` pinskia at gcc dot gnu dot org
  2004-05-26 15:53 ` toa at pop dot agri dot ch
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 15:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 11:00 -------
Is this after (or before):
2004-05-25  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.am: the correct directory for
        gettext include files is given by @INCINTL@.
        * Makefile.in: Regenerate.
2004-04-25  Paolo Bonzini  <bonzini@gnu.org>
        
        * Makefile.in (top_builddir): Define to .


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15659


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/15659] libcpp fails looking for libintl.h
  2004-05-26 14:38 [Bug other/15659] New: libcpp fails looking for libintl.h sean at mcneil dot com
  2004-05-26 15:23 ` [Bug other/15659] " pinskia at gcc dot gnu dot org
@ 2004-05-26 15:53 ` toa at pop dot agri dot ch
  2004-05-27 16:36 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: toa at pop dot agri dot ch @ 2004-05-26 15:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From toa at pop dot agri dot ch  2004-05-26 11:08 -------
Subject: RE:  libcpp fails looking for libintl.h

With the latest commit from Paolo solaris9 builds now. In building libjava
stage now. (the m4 quotation)

Thanks! 



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15659


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/15659] libcpp fails looking for libintl.h
  2004-05-26 14:38 [Bug other/15659] New: libcpp fails looking for libintl.h sean at mcneil dot com
  2004-05-26 15:23 ` [Bug other/15659] " pinskia at gcc dot gnu dot org
  2004-05-26 15:53 ` toa at pop dot agri dot ch
@ 2004-05-27 16:36 ` pinskia at gcc dot gnu dot org
  2004-05-27 16:54 ` sean at mcneil dot com
  2004-05-31 17:08 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-27 16:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 23:08 -------
I am going to assume this is fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15659


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/15659] libcpp fails looking for libintl.h
  2004-05-26 14:38 [Bug other/15659] New: libcpp fails looking for libintl.h sean at mcneil dot com
                   ` (2 preceding siblings ...)
  2004-05-27 16:36 ` pinskia at gcc dot gnu dot org
@ 2004-05-27 16:54 ` sean at mcneil dot com
  2004-05-31 17:08 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sean at mcneil dot com @ 2004-05-27 16:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sean at mcneil dot com  2004-05-26 23:15 -------
Confirmed this issue has been fixed.
Thank you.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15659


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug other/15659] libcpp fails looking for libintl.h
  2004-05-26 14:38 [Bug other/15659] New: libcpp fails looking for libintl.h sean at mcneil dot com
                   ` (3 preceding siblings ...)
  2004-05-27 16:54 ` sean at mcneil dot com
@ 2004-05-31 17:08 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-31 17:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0
            Version|unknown                     |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15659


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-05-30 15:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-26 14:38 [Bug other/15659] New: libcpp fails looking for libintl.h sean at mcneil dot com
2004-05-26 15:23 ` [Bug other/15659] " pinskia at gcc dot gnu dot org
2004-05-26 15:53 ` toa at pop dot agri dot ch
2004-05-27 16:36 ` pinskia at gcc dot gnu dot org
2004-05-27 16:54 ` sean at mcneil dot com
2004-05-31 17:08 ` pinskia at gcc dot gnu dot org

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).