This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: glibc-2.2 error on make for Alpha(ev6)


>>>>> Chai Mee Joon writes:

Chai> Hello all,
Chai> Something is broken in 2.2 on a Alpha-ev6:

Chai> $ ../configure  --enable-add-ons=linuxthreads --prefix=/usr/local/alpha-glibc2
Chai> was successful

Chai> $ make
Chai> make -r PARALLELMFLAGS="" CVSOPTS="" -C .. objdir=`pwd` all
Chai> make[1]: Entering directory `/home/admin/chaimj/Alpha/glibc/glibc-2.2'
Chai> Makeconfig:96: *** Insufficient number of arguments (1) to function `addprefix'.  Stop.
Chai> make[1]: Leaving directory `/home/admin/chaimj/Alpha/glibc/glibc-2.2'
Chai> make: *** [all] Error 2 

Chai> Using GCC-CVS, binutils-2.10.91 (with BFD 2.10.0.31) 

line 96 should look like - and has two argumenst.
export full_config_sysdirs := $(addprefix $(..),$(config-sysdirs))

The problem must be elsewhere.  Which make version?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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