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]

CVS head building failed


Hello,

I failed to build the HEAD of binutils.
Follows are what I did.

And, the log messages are like this.
It seems the configure script made a wrong source path.

This example is generated on OSX.
And it is also failed on my linux box since Jan 12.

Could anyone check them?


- -what I did - -
$ cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src export -d binutils-head -r HEAD binutils
$ mkdir binutils-build
$ cd ~/binutils-tmp
$ ../binutils-head/configure --target=arm-elf



- -logs - -
checking build system type... powerpc-apple-darwin8.8.0
checking host system type... powerpc-apple-darwin8.8.0
checking target system type... arm-unknown-elf
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for library containing strerror... none required
../binutils-head/configure: line 1: ../binutils-head/../bfd/ configure.in: No such file or directory
(snip)
updating cache /dev/null
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking whether NLS is requested... no
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether to enable maintainer-specific portions of Makefiles... no
../binutils-head/configure: line 5734: ../binutils-head/../bfd/ configure.host: No such file or directory



-- Masaki Muranaka Monami software



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