]> sourceware.org Git - glibc.git/blame - FAQ
(getutline_r): When we return ESRCH, mark UTMP_DATA->ubuf invalid (by setting UTMP_...
[glibc.git] / FAQ
CommitLineData
f8cac037
RM
1 Frequently Asked Question on GNU C Library
2
41f27456
RM
3As every FAQ this one also tries to answer questions the user might have
4when using the pacakge. Please make sure you read this before sending
5questions or bug reports to the maintainers.
f8cac037
RM
6
7The GNU C Library is very complex. The building process exploits the
8features available in tools generally available. But many things can
9only be done using GNU tools. Also the code is sometimes hard to
10understand because it has to be portable but on the other hand must be
11fast. But you need not understand the details to use GNU C Library.
12This will only be necessary if you intend to contribute or change it.
13
41f27456
RM
14If you have any questions you think should be answered in this document,
15please let me know.
f8cac037
RM
16
17 --drepper@cygnus.com
18\f
19~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
41f27456 20[Q1] ``What systems does the GNU C Library run on?''
f8cac037 21
41f27456 22[Q2] ``What compiler do I need to build GNU libc?''
613a76ff 23
41f27456 24[Q3] ``When starting make I get only error messages.
613a76ff
RM
25 What's wrong?''
26
27[Q4] ``After I changed configure.in I get `Autoconf version X.Y.
28 or higher is required for this script'. What can I do?''
29
30[Q5] ``Do I need a special linker or archiver?''
31
32[Q6] ``Do I need some more things to compile GNU C Library?''
33
78b5ba3e
RM
34[Q7] ``When I run `nm -u libc.so' on the produced library I still
35 find unresolved symbols? Can this be ok?''
613a76ff
RM
36
37[Q8] ``I expect GNU libc to be 100% source code compatible with
38 the old Linux based GNU libc. Why isn't it like this?''
39
78b5ba3e
RM
40[Q9] ``Why does getlogin() always return NULL on my Linux box?''
41
613a76ff
RM
42\f
43~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
41f27456 44[Q1] ``What systems does the GNU C Library run on?''
613a76ff 45
f8cac037
RM
46[A1] {UD} This is difficult to answer. The file `README' lists the
47architectures GNU libc is known to run *at some time*. This does not
48mean that it still can be compiled and run on them in the moment.
49
50The systems glibc is known to work on in the moment and most probably
51in the future are:
52
53 *-*-gnu GNU Hurd
54 i[3456]86-*-linux Linux-2.0 on Intel
78b5ba3e
RM
55 m68k-*-linux Linux-2.0 on Motorola 680x0
56 alpha-*-linux Linux-2.0 on DEC Alpha
f8cac037
RM
57
58Other Linux platforms are also on the way to be supported but I need
59some success reports first.
60
61If you have a system not listed above (or in the `README' file) and
62you are really interested in porting it, contact
63
41f27456 64 <bug-glibc@prep.ai.mit.edu>
f8cac037
RM
65
66
67~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
41f27456 68[Q2] ``What compiler do I need to build GNU libc?''
f8cac037
RM
69
70[A2] {UD} It is (almost) impossible to compile GNU C Library using a
71different compiler than GNU CC. A lot of extensions of GNU CC are
72used to increase the portability and speed.
73
74But this does not mean you have to use GNU CC for using the GNU C
75Library. In fact you should be able to use the native C compiler
76because the success only depends on the binutils: the linker and
77archiver.
78
79The GNU CC is found like all other GNU packages on
80 ftp://prep.ai.mit.edu/pub/gnu
78b5ba3e 81or better one of the many mirror sites.
f8cac037
RM
82
83You always should try to use the latest official release. Older
84versions might not have all the features GNU libc could use.
85
86
87~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
78b5ba3e 88[Q3] ``When starting `make' I get only errors messages.
f8cac037
RM
89 What's wrong?''
90
91[A3] {UD} You definitely need GNU make to translate GNU libc. No
92other make program has the needed functionality.
93
94Versions before 3.74 have bugs which prevent correct execution so you
95should upgrade to the latest version before starting the compilation.
96
97
98~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
99[Q4] ``After I changed configure.in I get `Autoconf version X.Y.
100 or higher is required for this script'. What can I do?''
101
102[A4] {UD} You have to get the specified autoconf version (or a later)
103from your favourite mirror of prep.ai.mit.edu.
104
105
106~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
107[Q5] ``Do I need a special linker or archiver?''
108
0200214b
RM
109[A5] {UD} If your native versions are not too buggy you can probably
110work with them. But GNU libc works best with GNU binutils.
f8cac037
RM
111
112On systems where the native linker does not support weak symbols you
113will not get a really ISO C compliant C library. Generally speaking
114you should use the GNU binutils if they provide at least the same
115functionality as your system's tools.
116
41f27456 117Always get the newest release of GNU binutils available.
78b5ba3e
RM
118Older releases are known to have bugs that affect building the GNU C
119Library.
41f27456 120
f8cac037
RM
121
122~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
123[Q6] ``Do I need some more things to compile GNU C Library?''
124
125[A6] {UD} Yes, there are some more :-).
126
78b5ba3e
RM
127* GNU gettext; the GNU libc is internationalized and partly localized.
128 For bringing the messages for the different languages in the needed
129 form the tools from the GNU gettext package are necessary. See
130 ftp://prep.ai.mit.edu/pub/gnu or better any mirror site.
131
0200214b 132* lots of diskspace (for i386-linux this means, e.g., ~70MB).
f8cac037
RM
133
134 You should avoid compiling on a NFS mounted device. This is very
135 slow.
136
137* plenty of time (approx 1h for i386-linux on i586@133 or 2.5h or
138 i486@66).
139
78b5ba3e 140 If you have some more measurements let me know.
f8cac037 141
76060ec0
RM
142* Some files depend on special tools. E.g., files ending in .gperf
143 need a `gperf' program. The GNU version (part of libg++) is known
144 to work while some vendor versions do not.
f8cac037 145
0200214b
RM
146* When compiling for Linux:
147
148 + the header files of the Linux kernel must be available in the
149 search path of the CPP as <linux/*.h> and <asm/*.h>.
150
78b5ba3e
RM
151* Some files depend on special tools. E.g., files ending in .gperf
152 need a `gperf' program. The GNU version (part of libg++) is known
153 to work while some vendor versions do not.
0200214b 154
f8cac037 155~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
78b5ba3e
RM
156[Q7] ``When I run `nm -u libc.so' on the produced library I still
157 find unresolved symbols? Can this be ok?''
f8cac037
RM
158
159[A7] {UD} Yes, this is ok. There can be several kinds of unresolved
160symbols:
161
162* magic symbols automatically generated by the linker. Names are
0200214b 163 often like __start_* and __stop_*
f8cac037 164
78b5ba3e
RM
165* symbols starting with _dl_* come from the dynamic linker
166
f8cac037
RM
167* symbols resolved by using libgcc.a
168 (__udivdi3, __umoddi3, or similar)
169
170* weak symbols, which need not be resolved at all
171 (currently fabs among others; this gets resolved if the program
172 is linked against libm, too.)
173
174Generally, you should make sure you find a real program which produces
41f27456 175errors while linking before deciding there is a problem.
f8cac037
RM
176
177
178~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
613a76ff
RM
179[Q8] ``I expect GNU libc to be 100% source code compatible with
180 the old Linux based GNU libc. Why isn't it like this?''
181
78b5ba3e 182[A8] {DMT,UD} Not every extension in Linux libc's history was well
41f27456
RM
183thought-out. In fact it had a lot of problems with standards compliance
184and with cleanliness. With the introduction of a new version number these
185errors now can be corrected. Here is a list of the known source code
186incompatibilities:
187
0200214b
RM
188* _GNU_SOURCE: glibc does not automatically define _GNU_SOURCE. Thus,
189 if a program depends on GNU extensions or some other non-standard
190 functionality, it is necessary to compile it with C compiler option
191 -D_GNU_SOURCE, or better, to put `#define _GNU_SOURCE' at the beginning
192 of your source files, before any C library header files are included.
193 This difference normally manifests itself in the form of missing
194 prototypes and/or data type definitions. Thus, if you get such errors,
195 the first thing you should do is try defining _GNU_SOURCE and see if
196 that makes the problem go away.
197
198 For more information consult the file `NOTES' part of the GNU C
199 library sources.
613a76ff
RM
200
201* reboot(): GNU libc sanitizes the interface of reboot() to be more
202 compatible with the interface used on other OSes. In particular,
203 reboot() as implemented in glibc takes just one argument. This argument
204 corresponds to the third argument of the Linux reboot system call.
205 That is, a call of the form reboot(a, b, c) needs to be changed into
206 reboot(c).
78b5ba3e
RM
207 Beside this the header <sys/reboot.h> defines the needed constants
208 for the argument. These RB_* constants should be used instead of the
209 cryptic magic numbers.
210
211* swapon(): the interface of this function didn't changed, but the
212 prototype is in a separate header file <sys/swap.h>. For the additional
213 argument of of swapon() you should use the SWAP_* constants from
214 <linux/swap.h>, which get defined when <sys/swap.h> is included.
613a76ff
RM
215
216* errno: If a program uses variable "errno", then it _must_ include header
217 file <errno.h>. The old libc often (erroneously) declared this variable
218 implicitly as a side-effect of including other libc header files. glibc
219 is careful to avoid such namespace pollution, which, in turn, means that
220 you really need to include the header files that you depend on. This
221 difference normally manifests itself in the form of the compiler
222 complaining about the references of the undeclared symbol "errno".
223
224* Linux-specific syscalls: All Linux system calls now have appropriate
225 library wrappers and corresponding declarations in various header files.
226 This is because the syscall() macro that was traditionally used to
227 work around missing syscall wrappers are inherently non-portable and
228 error-prone. The following tables lists all the new syscall stubs,
229 the header-file declaring their interface and the system call name.
230
231 syscall name: wrapper name: declaring header file:
232 ------------- ------------- ----------------------
9004bc20 233 bdflush bdflush <sys/kdaemon.h>
613a76ff
RM
234 create_module create_module <sys/module.h>
235 delete_module delete_module <sys/module.h>
236 get_kernel_syms get_kernel_syms <sys/module.h>
237 init_module init_module <sys/module.h>
9004bc20 238 syslog ksyslog_ctl <sys/klog.h>
f8cac037 239
78b5ba3e 240* lpd: Older versions of lpd depend on a routine called _validuser().
a1470b6f
RM
241 The library does not provide this function, but instead provides
242 __ivaliduser() which has a slightly different interfaces. Simply
78b5ba3e 243 upgrading to a newer lpd should fix this problem (e.g., the 4.4BSD
a1470b6f
RM
244 lpd is known to be working).
245
78b5ba3e
RM
246
247~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
248[Q9] ``Why does getlogin() always return NULL on my Linux box?''
249
250[A9] {UD} The GNU C library has a format for the UTMP and WTMP file
251which differs from what your system currently has. It was extended to
252fulfill the needs of the next years when IPv6 is introduced. So the
253record size is different, fields might have a different position and
254so reading the files written by functions from the one library cannot
255be read by functions from the other library. Sorry, but this is what
256a major release is for. It's better to have a cut now than having no
257means to support the new techniques later.
258
259
613a76ff
RM
260~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
261
f8cac037
RM
262\f
263Answers were given by:
264{UD} Ulrich Drepper, <drepper@cygnus.com>
613a76ff 265{DMT} David Mosberger-Tang, <davidm@AZStarNet.com>
f8cac037 266
41f27456 267Amended by:
0200214b 268{RM} Roland McGrath, <roland@gnu.ai.mit.edu>
f8cac037
RM
269\f
270Local Variables:
271 mode:text
272End:
This page took 0.061868 seconds and 5 git commands to generate.