This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

enable-targets=all fails on cygwin


I downloaded the latest binutils from cvs last night, and today ran:

../src/configure --enable-targets=all
make > /dev/null

...on i686-pc-cygwin. I received the following error:

../../src/binutils/bin2c.c: In function `main':
../../src/binutils/bin2c.c:89: warning: implicit declaration of
function `_fileno'
../../src/binutils/bin2c.c:89: warning: implicit declaration of
function `_setmode'


Is enable-targets=all an invalid option on cygwin? Or am I doing something stupid that I don't realize?


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