Opened 20 years ago
Closed 20 years ago
#857 closed defect (invalid)
Unable to compile glibc on a Dec Alpha ( ev56 )
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | 5.1.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
The build of glibc always fails with:
In file included from /tools/include/asm/param.h:8,
from /tools/include/linux/param.h:4, from ../sysdeps/unix/sysv/linux/sys/param.h:24, from ../sysdeps/unix/sysv/linux/init-first:26:
/tools/include/linux/config.h:4:28: linux/autoconf.h: No such file or directory
I have checked binutils pass 1, gcc pass 1 and linux headers over and over but on a Alpha the linux/autoconf.h is not present/created.
With kind regards,
Marcel
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Marking as INVALID following comment 2.
Note:
See TracTickets
for help on using tickets.
I just noticed that include/linux/autoconf.h is created when I run
"make menuconfig"
with kind regards,