[BusyBox] BusyBox 0.49 fails building dos2unix

Gergely Madarasz gorgo at sztaki.hu
Mon Jan 29 18:06:55 UTC 2001


On Mon, 29 Jan 2001, Jim Gleason wrote:

> THe new busybox 0.49 fails to build dos2unix.  The following is the
> results :(.
> 
> gcc -Wall -Os -fomit-frame-pointer -D_GNU_SOURCE -I- -I. -I.
> -DBB_VER='"0.49"' -DBB_BT='"2001.01.29-17:57+0000"'  -c dos2unix.c -o
> dos2unix.o
> dos2unix.c: In function `dos2unix_main':
> dos2unix.c:44: `EXIT_SUCCESS' undeclared (first use in this function)
> dos2unix.c:44: (Each undeclared identifier is reported only once
> dos2unix.c:44: for each function it appears in.)
> dos2unix.c:45: warning: control reaches end of non-void function
> make[1]: *** [dos2unix.o] Error 1

Its just a line missing at the beginning of dos2unix.c:
#include <stdlib.h>

-- 
Madarasz Gergely          gorgo at sztaki.hu          gorgo at linux.rulez.org
    It's practically impossible to look at a penguin and feel angry.
        Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
                  HuLUG: http://mlf.linux.rulez.org/






More information about the busybox mailing list