bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compile glibc2.2.5 on OpenBSD


From: Maik Kuendig
Subject: compile glibc2.2.5 on OpenBSD
Date: Tue, 15 Oct 2002 16:27:00 +0200
User-agent: Mutt/1.3.28i

Helo,

I try to compile glibc 2.2.5 on an OpenBSD/i386 system.

I was not able to configure the glibc, becaus of:
 > checking version of sed
Because "sed --version" dos not work on OpenBSD. So I have commentetout
this part, and set it by hand.

Also I had to install "gmake" from the ports

To configure I use:
 > ./configure --enable-hacker-mode

Now I can configure, without any errors.

But if I try to make the problems starts.
 > gmake clean
works fine

 > gmake
Stops with the following error:
-----8<-----
gmake[1]: Leaving directory `/home/download/glibc-2.2.5/csu'
gmake[1]: Entering directory `/home/download/glibc-2.2.5/csu'
gcc ../sysdeps/unix/i386/sysdep.S -c  -I../include -I.  -I..
-I../sysdeps/unix/bsd/i386 -I../sysde
ps/unix/bsd -I../sysdeps/unix/common -I../sysdeps/unix/inet
-I../sysdeps/unix/i386 -I../sysdeps/unix
 -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386
 -I../sysdeps/wordsize-32 -I../sysdeps/ie
 ee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
 -I../sysdeps/ieee754 -I../sysd
 eps/generic    -include ../include/libc-symbols.h     -DASSEMBLER
 -DGAS_SYNTAX  -o sysdep.o
 In file included from ../sysdeps/unix/i386/sysdep.S:21:
 ../sysdeps/generic/bits/errno.h:31: #error "Define here all the missing
 error messages for the port.
   These"
   ../sysdeps/generic/bits/errno.h:32: #error "must match the numbers of
   the kernel."
   gmake[1]: *** [sysdep.o] Error 1
   gmake[1]: Leaving directory `/home/download/glibc-2.2.5/csu'
   gmake: *** [csu/subdir_lib] Error 2
----->8-----

I have read the porting page, and it tells me to "filling in the sysdeps
directory". I think that I have to made some changes to some of the
files in  this directory, but I have realy no idea what I have to
change?

Can please someone give me a hint?


best regards

Maik




reply via email to

[Prev in Thread] Current Thread [Next in Thread]