make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make-3.81 beta 4 on MinGW / MSYS


From: Markus Mauhart
Subject: Re: make-3.81 beta 4 on MinGW / MSYS
Date: Sun, 12 Feb 2006 22:23:24 +0100

"Torsten Mohr" <address@hidden> wrote ...
> Hi,
>
> i try to configure and compile make-3.81 beta 4 on MinGW on MSYS.
> In the build subdirectory i use this command line to configure:
>
> ../make-3.81beta4/configure \
>  --disable-nls \
>  --disable-rpath \
>  --enable-largefile \
>  --enable-case-insensitive-filesystem \
>  --disable-job-server
>
> configure goes fine with these options, but when i start "make" i
> get the log at the end of this mail.
>
> What options do i need to give to configure?  Is there a way to say that
> all the get(e)(gid|uid) are not available?


For me this works:

srcroot=/c/tmp
pkg=make-3.81beta4
src=$srcroot/$pkg
dst=$src/build
[ -d $dst ] || mkdir -p $dst && cd $dst
$src/configure \
  --disable-nls \
  --disable-rpath \
  --enable-largefile \
  --enable-case-insensitive-filesystem \
  --disable-job-server
make CFLAGS='-O3 -s -march=pentium3 -mtune=pentium4'


Regards,
Markus.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]