On Sunday 16 November 2008 07:02, Rob Landley wrote: > Even _current_ versions of uClibc still have nasty bugs. Build busybox tar > against uClibc and then try to do "tar xvjfC filename.tbz dirname" and notice > that it complains it can't find file "C". That bug's been there in uClibc > getopt for five years, and _still_ isn't fixed.
Same happens when I build it against glibc. I am surprised that that is a valid syntax at all. For getopt, f is an option with parameter, if it is followed by something, that is its parameter, not a next option. Apparently GNU tar doesn't follow this rule... -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
