OSDN Git Service

Fix changed link into the mailing list archive.
[uclinux-h8/uClibc.git] / docs / uclibc.org / FAQ.html
1 <!--#include file="header.html" -->
2
3
4 <h3>Frequently Asked Questions</h3>
5
6 This is a collection of some of the most frequently asked questions
7 about uClibc.  Some of the questions even have answers. If you
8 have additions to this FAQ document, we would love to add them,
9
10 <ol>
11 <li><a href="#naming">Why is it called uClibc?</a>
12 <li><a href="#platforms">What platforms does uClibc run on?</a>
13 <li><a href="#why">Why are you doing this?  What's wrong with glibc?</a>
14 <li><a href="#doesnt_suck">So uClibc is smaller then glibc?  Doesn't that mean it
15         completely sucks?  How could it be smaller and not suck?</a>
16 <li><a href="#why_should_i">Why should I use uClibc?</a>
17 <li><a href="#licensing">If I use uClibc, do I have to release all my source code to the world for
18         free?  I want to create a closed source commercial application and I want
19         to protect my intellectual property.</a>
20 <li><a href="#development">Can I use it on my x86 development system?</a>
21 <li><a href="#shared"> Does uClibc support shared libraries?</a>
22 <li><a href="#compiling">How do I compile programs with uClibc?</a>
23 <li><a href="#toolchain">Do I really need to build a uClibc toolchain?</a>
24 <li><a href="#wrapper">What happened to the old toolchain wrapper?</a>
25 <li><a href="#dev_systems">Is a pre-compiled uClibc development system available?</a>
26 <li><a href="#bugs">I think I found a bug in uClibc!  What should I do?!</a>
27 <li><a href="#job_control">Why do I keep getting "sh: can't access tty; job control
28         turned off" errors?  Why doesn't Control-C work within my shell?</a>
29 <li><a href="#autoconf">How do I make autoconf and automake behave?</a>
30 <li><a href="#ldd">When I run 'ldd' to get a list of the library dependencies
31         for a uClibc binary, ldd segfaults!  What should I do?</a>
32 <li><a href="#timezones">Why does localtime() return times in UTC even when I have my timezone set?</a>
33 <li><a href="#history">What is the history of uClibc?  Where did it come from?</a>
34 <li><a href="#demanding">I demand that you to add &lt;favorite feature&gt; right now!   How come
35         you don't answer all my questions on the mailing list instantly?  I demand
36         that you help me with all of my problems <em>Right Now</em>!</a>
37 <li><a href="#helpme">I need help with uClibc!  What should I do?</a>
38 <li><a href="#contracts">I need you to add &lt;favorite feature&gt;!  Are the uClibc developers willing to
39         be paid in order to fix bugs or add in &lt;favorite feature&gt;?  Are you willing to provide
40         support contracts?</a>
41 <li><a href="#support">I think you guys are great and I want to help support your work!</a>
42
43
44 </ol>
45
46
47 <hr />
48 <p>
49 <h2><a name="naming">Why is it called uClibc?</a></h2>
50 <p>
51
52     The letter 'u' is short for µ (the greek letter "mu").  µ is commonly used
53     as the abbreviation for the word "micro".  The capital "C" is short for
54     "controller".  So the name uClibc is sortof an abbreviation for "the
55     microcontroller C library".  For simplicity, uClibc is pronounced
56     "yew-see-lib-see".
57     <p>
58     The name is partly historical, since uClibc was originally
59     created to support <a href="http://www.uclinux.org">µClinux</a>, a port of
60     Linux for MMU-less microcontrollers such as the Dragonball, Coldfire, and
61     ARM7TDMI.  These days, uClibc also works just fine on normal Linux systems
62     (such as i386, ARM, and PowerPC), but we couldn't think of a better name.
63
64 <hr />
65 <p>
66 <h2><a name="platforms">What platforms does uClibc run on?</a></h2>
67 <p>
68
69
70     Currently uClibc runs on alpha, ARM, cris, i386, i960, h8300,
71     m68k, mips/mipsel, PowerPC, SH, SPARC, and v850 processors.
72
73
74 <hr />
75 <p>
76 <h2><a name="why">Why are you doing this?  What's wrong with glibc?</a></h2>
77 <p>
78
79     Initially, the project began since the GNU C library lacked support for
80     MMU-less systems, and because glibc is very large.  The GNU C library is
81     designed with a very different set of goals then uClibc.  The GNU C library
82     is a great piece of software, make no mistake.  It is compliant with just
83     about every standard ever created, and runs on just about every operating
84     system and architecture -- no small task!  But there is a price to be paid
85     for that.  It is quite a large library, and keeps getting larger with each
86     release.  It does not even pretend to target embedded systems.  To quote
87     from Ulrich Drepper, the maintainer of GNU libc: "...glibc is not the right
88     thing for [an embedded OS]. It is designed as a native library (as opposed
89     to embedded).  Many functions (e.g., printf) contain functionality which is
90     not wanted in embedded systems." 24 May 1999
91
92
93
94 <hr />
95 <p>
96 <h2><a name="doesnt_suck">So uClibc is smaller then glibc?  Doesn't that mean it completely sucks?
97 How could it be smaller and not suck?</a></h2>
98 <p>
99 <p>
100
101     uClibc and glibc have different goals.  glibc strives for features
102     and performance, and is targeted for desktops and servers with
103     (these days) lots of resources.  It also strives for ABI stability.
104
105     <p>
106
107     On the other hand, the goal of uClibc is to provide as much functionality
108     as possible in a small amount of space, and it is intended primarily for
109     embedded use.  It is also highly configurable in supported features, at the
110     cost of ABI differences for different configurations.  uClibc has been
111     designed from the ground up to be a C library for embedded Linux.  We don't
112     need to worry about things like MS-DOS support, or BeOS, or AmigaOs any
113     other system.  This lets us cut out a lot of complexity and very carefully
114     optimize for Linux.
115
116     <p>
117
118     In other cases, uClibc leaves certain features (such as full C99 Math
119     library support, wordexp, IPV6, and RPC support) disabled by default.
120     Those features can be enabled for people that need them, but are otherwise
121     disabled to save space.
122
123     <p>
124
125     Some of the space savings in uClibc is obtained at the cost of performance,
126     and some is due to sacrificing features.  Much of it comes from aggressive
127     refactoring of code to eliminate redundancy.  In regards to locale data,
128     elimination of redundant data storage resulted in substantial space
129     savings.  The result is a libc that currently includes the features needed
130     by nearly all applications and yet is considerably smaller than glibc.  To
131     compare "apples to apples", if you take uClibc and compile in locale data
132     for about 170 UTF-8 locales, then uClibc will take up about 570k.  If you
133     take glibc and add in locale data for the same 170 UTF-8 locales, you will
134     need over 30MB!!!
135
136     <p>
137
138     The end result is a C library that will compile just about everything you
139     throw at it, that looks like glibc to application programs when you
140     compile, and is many times smaller.
141
142
143 <hr />
144 <p>
145 <h2><a name="why_should_i">Why should I use uClibc?</a></h2>
146 <p>
147
148     I don't know if you should use uClibc or not.  It depends on your needs.
149     If you are building an embedded Linux system and you are tight on space, then
150     using uClibc instead if glibc may be a very good idea.
151
152     <p>
153
154     If you are building an embedded Linux system and you find that
155     glibc is eating up too much space, you should consider using
156     uClibc.  If you are building a huge fileserver with 12 Terabytes
157     of storage, then using glibc may make more sense.  Unless, for
158     example, that 12 Terabytes will be Network Attached Storage and
159     you plan to burn Linux into the system's firmware...
160
161
162
163 <hr />
164 <p>
165 <h2><a name="licensing">If I use uClibc, do I have to release all my source code to the world for
166         free?  I want to create a closed source commercial application and I want
167         to protect my intellectual property.</a></h2>
168 <p>
169
170     No, you do not need to give away your application source code just because
171     you use uClibc and/or run on Linux.  uClibc is licensed under the <a
172     href="http://www.gnu.org/copyleft/lesser.html">Lesser GPL</a> licence, just
173     like the GNU C library (glibc).  Please read this licence, or have a lawyer
174     read this licence if you have any questions.  Here is my brief summary...
175     Using shared libraries makes complying with the license easy.  You can
176     distribute a closed source application which is linked with an unmodified
177     uClibc shared library.  In this case, you do not need to give away any
178     source code for your application.  Please consider sharing some of the
179     money you make with us!  :-)
180     <p>
181
182     If you make any changes to uClibc, and distribute uClibc or distribute any
183     applications using your modified version, you must also distribute the
184     source code for uClibc containing all of your changes.
185     <p>
186
187     If you distribute an application which has uClibc statically linked, you
188     must also make your application available as an object file which can later
189     be re-linked against updated versions of uClibc.  This will (in theory)
190     allow your customers to apply uClibc bug fixes to your application.  You do
191     not need to make the application object file available to everyone, just to
192     those you gave the fully linked application.
193
194
195 <hr />
196 <p>
197 <h2><a name="development">Can I use it on my x86 development system?</a></h2>
198 <p>
199
200     Sure!  In fact, this can be very nice during development.  By
201     installing uClibc on your development system, you can be sure that
202     the code you are working on will actually run when you deploy it on
203     your target system.
204
205
206
207 <hr />
208 <p>
209 <h2><a name="shared"> Does uClibc support shared libraries?</a></h2>
210 <p>
211
212     Yes.  uClibc has native shared library support on i386, ARM, mips,
213     SH, CRIS, and PowerPC processors.  Other architectures can use shared
214     libraries but will need to use the GNU libc shared library loader.
215     <p>
216     Shared Libraries are not currently supported by uClibc on MMU-less systems.
217     <a href="http://www.snapgear.com/">SnapGear</a> has implemented
218     shared library support for MMU-less systems, however, so if you need MMU-less
219     shared library support they may be able to help.
220
221
222 <hr />
223 <p>
224 <h2><a name="compiling">How do I compile programs with uClibc?</a></h2>
225 <p>
226
227     You will need to have your own uClibc toolchain.  A toolchain consists
228     of <a href="http://sources.redhat.com/binutils/">GNU binutils</a>,
229     <a href="http://gcc.gnu.org/">the gcc compiler</a>, and uClibc, all
230     built to produce binaries linked with uClibc for your target system.
231     You can build your own native uClibc toolchain using the uClibc
232     toolchain builder from
233     <a href="/cgi-bin/cvsweb/toolchain/">uClibc toolchain builder</a>,
234     or the uClibc buildroot system from
235     <a href="/cgi-bin/cvsweb/buildroot/">uClibc buildroot system</a>.
236     Simply adjust the Makefile settings to match your target system,
237     and then run 'make'.
238
239 <hr />
240 <p>
241 <h2><a name="toolchain">Do I really need to build a uClibc toolchain?</h2>
242 <p>
243
244     Yes, you really do need to build a toolchain to produce uClibc binaries.
245     We used to provide a toolchain wrapper, but that has been removed due to
246     numerous problems.  The uClibc developers have gone to a lot of trouble
247     to produce a
248     <a href="/cgi-bin/cvsweb/toolchain/">uClibc toolchain builder</a>,
249     and the
250     <a href="/cgi-bin/cvsweb/buildroot/">uClibc buildroot system</a>,
251     which make it easy to build your own uClibc toolchain.  Feel free to take
252     the gcc and binutils patches we provide and use them in your own toolchain
253     build system.
254
255
256 <hr />
257 <p>
258 <h2><a name="wrapper">What happened to the old toolchain wrapper?</h2>
259 <p>
260
261     It is possible in some limited cases to re-use an existing glibc toolchain
262     and subvert it into building uClibc binaries by using gcc commands such as
263     "-nostdlib" and "-nostdinc".   In fact, this used to be the recommended
264     method for compiling programs with uClibc using a uClibc toolchain wrapper.
265     This toolchain wrapper was removed from uClibc 0.9.22, and it will not be
266     coming back.  This is because it is impossible to fully subvert an existing
267     toolchain in many cases.  As uClibc has become more capable the many problems
268     with re-using an existing glibc toolchain led us to conclude that the only
269     safe and sane way to build uClibc binaries is to use a uClibc toolchain.
270
271     <p>
272
273     Some discussion on the reasoning behind this decision can be found here:
274     <a href="http://www.uclibc.org/lists/uclibc/2003-October/007315.html">
275     http://www.uclibc.org/lists/uclibc/2003-October/007315.html</a>
276     in the uClibc mailing list archives.
277
278 <hr />
279 <p>
280 <h2><a name="dev_systems">Is a pre-compiled uClibc development system available?</a></h2>
281 <p>
282
283     If you want to be <em>really</em> lazy and start using uClibc right
284     away without needing to compile your own toolchain or anything, you can
285     grab a copy of the uClibc development systems, currently available for
286     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
287     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
288     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
289     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
290     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
291     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
292     The powerpc dev system mostly works, but there is still some sortof
293     problem with the shared library loader that has not yet been resolved.
294
295     <p>
296     These are pre-built uClibc only development systems (created using
297     <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>), and provide a
298     really really easy way to get started.  These are about bzip2 compressed
299     ext2 filesystems containing all the development software you need to build
300     your own uClibc applications.  With bash, awk, make, gcc, g++, autoconf,
301     automake, ncurses, zlib, openssl, openssh, gdb, strace, busybox, GNU
302     coreutils, GNU tar, GNU grep, etc, these should have pretty much everything
303     you need to get started building your own applications linked against
304     uClibc.  You can boot into them, loop mount them, dd them to a spare drive
305     and use resize2fs to make them fill a partition...  Whatever works best for
306     you.
307
308     <p>
309     The quickest way to get started using a root_fs image (using the i386
310     platform as an example) is:
311     <ul>
312     <li>Download root_fs_i386.bz2 from kernel.org</li>
313     <li>bunzip2 root_fs_i386.bz2</li>
314     <li>mkdir root_fs</li>
315     <li>su root</li>
316     <li>mount -o loop root_fs_i386 root_fs</li>
317     <li>chroot root_fs /bin/sh</li>
318     </ul>
319     Type "exit" to end the chroot session and return to the host system.
320     <p>
321
322
323
324 <hr />
325 <p>
326 <h2><a name="bugs">I think I found a bug in uClibc!  What should I do?</h2>
327 <p>
328
329     If you find a problem with uClibc, please submit a detailed bug report to
330     the uClibc mailing list at uclibc@mail.uclibc.org.  Please do not send
331     private email to Erik asking for private help unless you are planning on
332     paying for consulting services.
333
334
335     A well-written bug report should include an example that demonstrates the
336     problem behaviors and enables anyone else to duplicate the bug on their own
337     machine.  For larger applications where it may prove difficult to provide
338     an example application, we recommend that you use a tool such as gdb,
339     strace, ltrace, and or valgrind to create a logfile showing the problem
340     behavior.
341
342 <hr />
343 <p>
344 <h2><a name="job_control">Why do I keep getting "sh: can't access tty; job control
345         turned off" errors?  Why doesn't Control-C work within my shell?</a></h2>
346 <p>
347
348     This isn't really a uClibc question, but I'll answer it here anyways.  Job
349     control will be turned off since your shell can not obtain a controlling
350     terminal.  This typically happens when you run your shell on /dev/console.
351     The kernel will not provide a controlling terminal on the /dev/console
352     device.  Your should run your shell on a normal tty such as tty1 or ttyS0
353     and everything will work perfectly.  If you <em>REALLY</em> want your shell
354     to run on /dev/console, then you can hack your kernel (if you are into that
355     sortof thing) by changing drivers/char/tty_io.c to change the lines where
356     it sets "noctty = 1;" to instead set it to "0".  I recommend you instead
357     run your shell on a real console...
358
359
360 <hr />
361 <p>
362 <h2><a name="autoconf">How do I make autoconf and automake behave?</a></h2>
363 <p>
364
365     When you are cross-compiling, autoconf and automake are known to behave
366     badly.  This is because a large number of configure scripts (such as the
367     one from openssh) try to actually execute applications that were cross
368     compiled for your target system.  This is bad, since of course these won't
369     run, and this will also prevent your programs from compiling.  You need to
370     complain to the authors of these programs and ask them to fix their broken
371     configure scripts.
372
373
374 <hr />
375 <p>
376 <h2><a name="ldd">When I run 'ldd' to get a list of the library dependencies
377         for a uClibc binary, ldd segfaults!  What should I do?</a></h2>
378 <p>
379
380     Use the ldd that is built by uClibc, not your system's one.  You can build
381     uClibc'd ldd for your host system by going into the uClibc/utils/ directory
382     in the uClibc source and running 'make ldd.host'.
383     <p>
384
385     When your system's ldd looks for library dependencies, it actually _runs_
386     that program.  This works fine -- usually.  It generally will not work at
387     all when you have been cross compiling (which is why ldd segfaults).  The
388     ldd program created by uClibc is cross platform and doesn't mind at all if
389     it cannot execute the target program.  If you use the uClibc version of
390     'ldd', it will do the right thing and produce correct results, even when it
391     is used on cross compiled binaries.
392
393
394 <hr />
395 <p>
396 <h2><a name="timezones">Why does localtime() return times in UTC even when I have my timezone set?</a></h2>
397 <p>
398
399
400     The uClibc time functions get timezone information from the TZ environment
401     variable, as described in the Single Unix Specification Version 3.  See
402      <a href="http://www.opengroup.org/onlinepubs/007904975/basedefs/xbd_chap08.html">
403     http://www.opengroup.org/onlinepubs/007904975/basedefs/xbd_chap08.html</a>
404     for details on valid settings of TZ.  For some additional examples, read
405     <a href="http://www.uclibc.org/lists/uclibc/2002-August/006261.html">
406     http://www.uclibc.org/lists/uclibc/2002-August/004010.html</a> in the uClibc
407     mailing list archive.
408     You can store the value of TZ in the file '/etc/TZ' and uClibc will then
409     automagically use the specified setting.
410
411
412 <hr />
413 <p>
414 <h2><a name="history">What is the history of uClibc?  Where did it come from?</a></h2>
415 <p>
416
417
418     uClibc started off as a fork on the <a
419     href="http://www.cix.co.uk/~mayday/">Linux-8086 C library</a>, which is
420     part of the <a href="http://www.elks.ecs.soton.ac.uk/">elks project</a>.
421     The Linux-8086 C library was, apparently, largely written from scratch but
422     also borrowed code from libc4, glibc, some Atari library code, with bits
423     and pieces from about 20 other places.
424
425     <p>
426
427     I had for some time been despairing over the state of C libraries in Linux.
428     GNU libc, the standard, is very poorly suited to embedded systems and has
429     been getting bigger with every release.  I spent quite a bit of time
430     looking over the available Open Source C libraries that I knew of, and none
431     of them really impressed me.  I felt there was a real vacancy in the
432     embedded Linux ecology.  The closest library to what I imagined an embedded
433     C library should be was uClibc.  But it had a lot of problems too -- not
434     the least of which was that, traditionally, uClibc required a complete
435     source tree fork in order to support each and every new platform.  This
436     resulted in a big mess of twisty versions, all different.  I decided to fix
437     it and the result is what you see here.
438
439     <p>
440
441     To start with, (with some initial help from <a
442     href="http://www.uclinux.org/developers/">D. Jeff Dionne</a>), I ported
443     uClibc to run on i386.  I then grafted in the header files from glibc and
444     cleaned up the resulting breakage.  This (plus some additional work) has
445     made it much less dependant on kernel headers, a large departure from its
446     traditional tightly-coupled-to-the-kernel origins.  I have written and/or
447     rewritten a number of things that were missing or broken, and sometimes
448     grafted in bits of code from the current glibc and libc5.  I have also
449     added a proper configuration system which allows you to easily select your
450     target architecture and enable and disable various features.  Many people
451     have helped by testing, contributing ports to new architectures, and adding
452     support for missing features.
453
454     <p>
455
456     In particular, around the end of 2000, Manuel Novoa III got involved with
457     uClibc.  One of his first contributions was the original gcc wrapper (which
458     has since been removed).  Since then, he has written virtually all of the
459     current uClibc stdio, time, string, ctype, locale, and wchar-related code,
460     as well as much of stdlib and various other bits throught the library.
461
462     <p>
463
464     These days, uClibc is being developed and enhanced by Erik Andersen
465     and Manuel Novoa III of
466     <a href="http://codepoet-consulting.com/">CodePoet Consulting</a>
467     along with the rest of the embedded Linux community.
468
469
470
471 <hr />
472 <p>
473 <h2><a name="demanding">I demand that you to add &lt;favorite feature&gt; right now!   How come
474         you don't answer all my questions on the mailing list instantly?  I demand
475         that you help me with all of my problems <em>Right Now</em>!</a></h2>
476 <p>
477
478     You have not paid us a single cent and yet you still have the
479     product of several years of work from Erik and Manuel and
480     many other people.  We are not your slaves!  We work on uClibc
481     because we find it interesting.  If you go off flaming us, we will
482     ignore you.
483
484
485
486 <hr />
487 <p>
488 <h2><a name="helpme">I need help with uClibc!  What should I do?</a></h2>
489 <p>
490
491     If you find that you need help with uClibc, you can ask for help on the
492     uClibc mailing list at uclibc@mail.uclibc.org.  In addition to the uClibc
493     mailing list, Erik and Manuel are also known to sometimes hang out on the
494     uClibc IRC channel: #uclibc on irc.freenode.net.
495
496     <p>
497
498     <b>Please do not send private email to Erik and/or Manuel asking for
499     private help unless you are planning on paying for consulting services.</b>
500     When we answer questions on the uClibc mailing list, it helps everyone
501     since people with similar problems in the future will be able to get help
502     by searching the mailing list archives.  Private help is reserved as a paid
503     service.  If you need to use private communication, or if you are serious
504     about getting timely assistance with uClibc, you should seriously consider
505     paying for consulting time.
506
507     <p>
508
509
510
511 <hr />
512 <p>
513 <h2><a name="contracts">I need you to add &lt;favorite feature&gt;!  Are the uClibc developers willing to
514         be paid in order to fix bugs or add in &lt;favorite feature&gt;?  Are you willing to provide
515         support contracts?</a></h2>
516 <p>
517
518     Sure!  Now you have our attention!  What you should do is contact <a
519         href="mailto:andersen@codepoet.org">Erik Andersen</a> of <a
520         href="http://codepoet-consulting.com/">CodePoet Consulting</a> to bid
521     on your project.  If Erik is too busy to personally add your feature, there
522     are several other active uClibc contributors who will almost certainly be able
523     to help you out.  Erik can contact them and ask them about their availability.
524
525
526 <hr />
527 <p>
528 <h2><a name="support">I think you guys are great and I want to help support your work!</a></h2>
529 <p>
530
531     Wow, that would be great!  You can click here to help support uClibc and/or request features.
532
533     <!-- Begin PayPal Logo -->
534     <center>
535     <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
536         <input type="hidden" name="cmd" value="_xclick">
537         <input type="hidden" name="business" value="andersen@codepoet.org">
538         <input type="hidden" name="item_name" value="Support uClibc and/or request features">
539         <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/codepoet.png">
540         <input type="hidden" name="no_shipping" value="1">
541         <input type="image" src="images/donate.png" name="submit" alt="Make donation using PayPal">
542     </form>
543     </center>
544     <!-- End PayPal Logo -->
545
546     If you prefer to contact us directly for payments, hardware donations,
547     support requests, etc., you can contact
548     <a href="http://codepoet-consulting.com/">CodePoet Consulting</a> here.
549
550 <hr />
551
552 <br>
553 <br>
554 <br>
555 <br>
556 <br>
557 <br>
558 <br>
559 <br>
560 <br>
561 <br>
562 <br>
563 <br>
564 <br>
565 <br>
566 <br>
567 <br>
568 <br>
569 <br>
570 <br>
571 <br>
572 <br>
573 <br>
574 <br>
575 <br>
576 <br>
577 <br>
578 <br>
579 <br>
580 <br>
581 <br>
582 <br>
583 <br>
584 <br>
585 <br>
586 <br>
587 <br>
588 <br>
589 <br>
590 <br>
591 <br>
592 <br>
593 <br>
594 <br>
595 <br>
596 <br>
597 <br>
598 <br>
599 <br>
600 <br>
601 <br>
602 <br>
603 <br>
604 <br>
605 <br>
606 <br>
607 <br>
608 <br>
609 <br>
610 <br>
611 <br>
612 <br>
613 <br>
614 <br>
615 <br>
616
617 <!--#include file="footer.html" -->
618