This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug other/15659] New: libcpp fails looking for libintl.h


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


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