This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: building bash 2.04-4-src.tar.gz


On Wednesday 13 December 2000 06:03, Chris Abbey wrote:
> was some special configure option used to build this? I see
> nothing cygwin specific in the bundle, but the build dies a
> ways in with:
>
> ../mkbuiltins.exe -D . ulimit.def
> gcc -c  -DHAVE_CONFIG_H -DSHELL   -I. -I..  -I.. -I../include
> -I../lib -I.  -g -O2 ulimit.c || ( rm -f ulimit.c ; exit 1 )
> ../ulimit.def: In function `set_limit':
> ../ulimit.def:479: void value not ignored as it ought to be
> make[1]: *** [ulimit.o] Error 1
> make[1]: Leaving directory `/tmp/bash/bash-2.04/builtins'
> make: *** [builtins/libbuiltins.a] Error 1
>
> the configuration here was ./configure --disable-job-control

I haven't used any special configure flag and it compiles fine on
my box. Don't know what's going on.

The settings on configure:
../src/configure --prefix=/usr --exec-prefix=/usr \
                 --bindir=/bin --sysconfdir=/etc \
                 --libexecdir=/usr/sbin --host=i686-pc-cygwin \
                 --build=i686-pc-cygwin --target=i686-pc-cygwin

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]