This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I'm lost at the moment, glibc does not build anymore for me on
i686-linux-gnu with current CVS. I get:
make[2]: Entering directory `/cvs/libc/csu'
make[2]: *** No rule to make target `..//builds/glibc/main/config.h', needed by `/builds/glibc/main/tcb-offsets.h.d'. Stop.
make[2]: Leaving directory `/cvs/libc/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/cvs/libc'
make: *** [all] Error 2
This happens with a new directory after:
$ rm -rf build-dir/*
$ CC=/opt/gcc/3.3-devel/bin/gcc /cvs/libc/configure --disable-profile --enable-add-ons --prefix=/builds/test-install --enable-kernel=2.4.18
The files exist:
arthur:/builds/glibc/main:[1]$ ll config.h tcb-offsets.h*
-rw-r--r-- 1 aj users 7188 Dec 29 18:04 config.h
-rw-r--r-- 1 aj users 61 Dec 29 18:05 tcb-offsets.h
-rw-r--r-- 1 aj users 2494 Dec 29 18:05 tcb-offsets.h.d
Any ideas?
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] |