Building a cross compiler Solaris to cygwin

Christopher Faylor cgf@alum.bu.edu
Wed Apr 7 04:28:00 GMT 2004


On Tue, Apr 06, 2004 at 03:22:45PM -0500, Brian Ford wrote:
>Christophe LYON wrote:
>
>> gcc -DHAVE_CONFIG_H -I. -I../../binutils-20040312-1/ld -I.
>> -D_GNU_SOURCE
>> -I. -I../../binutils-20040312-1/ld -I../bfd
>> -I../../binutils-20040312-1/ld/../bfd
>> -I../../binutils-20040312-1/ld/../include
>> -I../../binutils-20040312-1/ld/../intl -I../intl
>> -DLOCALEDIR="\"somepath/share/locale\""  -O2 -W -Wall
>> -Wstrict-prototypes -Wmissing-prototypes  -c
>> ../../binutils-20040312-1/ld/pe-dll.c
>> ../../binutils-20040312-1/ld/pe-dll.c:29: stdint.h: No such file or
>> directory
>> make[3]: *** [pe-dll.o] Error 1
>
>This was introduced by this change:
>
>2004-03-08  Danny Smith  <dannysmith@users.sourceforge.net>
>
>        * pe-dll.c (pe_dll_generate_implib): Skip sections marked as
>        private when building implib.
>
>so I thought I'd direct this to the binutils mailing list for comment.

It looks like we need a configure test for stdint.h, similar to gdb.

Danny would you mind adding that?

cgf



More information about the Binutils mailing list