This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error in make "multiple target patterns".


Hello,
 I have Fedora release 9 on x86_64 machine.
I ran the following:
hg clone http://ymorin.is-a-geek.org/hg/crosstool-ng
 ./configure
(the output of ./configure is at the bottom of this message)
then make
I got:
Makefile:195: *** multiple target patterns.  Stop.
make: *** [build] Error 2

Any ideas why ?


Here is the output of ./configure:
========================

 ./configure
Checking for 'grep'... /bin/grep
Checking whether '/bin/grep' supports -E... yes
Checking for 'sed'... /bin/sed
Checking whether '/bin/sed' supports -i and -e... yes
Checking for 'bash'... /bin/bash
Checking for 'cut'... /bin/cut
Checking for 'install'... /usr/bin/install
Checking for 'make'... /usr/bin/make
Checking for 'gcc'... /usr/bin/gcc
Checking for 'awk'... /bin/awk
Checking for 'bison'... /usr/bin/bison
Checking for 'flex'... /usr/bin/flex
Checking for 'makeinfo'... /usr/bin/makeinfo
Checking for 'automake'... /usr/bin/automake
Checking for 'libtool'... /usr/bin/libtool
Checking for 'stat'... /usr/bin/stat
Checking for 'curl'... /usr/bin/curl
Checking for 'cvs'... /usr/bin/cvs
Checking for 'patch'... /usr/bin/patch
Checking for 'tar'... /bin/tar
Checking for 'gzip'... /bin/gzip
Checking for 'bzip2'... /usr/bin/bzip2
Checking for 'lzma'... /usr/bin/lzma
Checking for 'readlink'... /usr/bin/readlink
Checking for 'ncurses/ncurses.h'... yes
Checking for 'libncursesw.so'... yes
Checking for 'hg'... /usr/bin/hg
Computing version string... hg:default@1429:2ea00591717a
Building up Makefile... done

crosstool-NG configured as follows:
  PREFIX='/usr/local'
  BINDIR='/usr/local/bin'
  LIBDIR='/usr/local/lib/ct-ng-hg:default@1429:2ea00591717a'
  DOCDIR='/usr/local/share/doc/ct-ng-hg:default@1429:2ea00591717a'
  MANDIR='/usr/local/share/man/man1'

Now run:
  make
  make install


Rgs,
Mark

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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