Re: djblinux?
Felix von Leitner <[email protected]> Tue, 24 Jun 2003 12:11:32 +0200
| Newsgroups | gmane.comp.djb.package |
|---|---|
| Message-ID | <[email protected]> |
Thus spake Paul Jarc ([email protected]): > I've done most of that. I don't use dietlibc because it doesn't (yet) > support right/ time zones. Do you mean the tzfile support is buggy or do you mean you are missing $TZ? To be honest, I don't understand the time zone stuff well enough to support it better. Just reading the "documentation" on the time zone file format took me days to collect and comprehend enough to write the current code. > (Also, building some packages is not as > straightforward as with glibc.) Actually, it is. If your system does not use glibc, you can simply edit `gcc -print-libgcc-file-name|sed s/libgcc.a/specs` to use the diet libc instead of glibc and set __dietlibc__ and then you don't need to wrapper at all. Felix