hi all,
Since a couple of weeks, I get the following behavior, for each attempt to build some ports, e.g. ImageMagick, glib-2 ...
The builds fail on a make/gmake error, like the following:
This sounds like the 'illegal option' required by Make is a gmake knob, or the reverse ...
By the fact, if I comment out
in the Makefile, the build of ImageMagick starts normally (but I get other errors later on).
Any clue is welcome.
Since a couple of weeks, I get the following behavior, for each attempt to build some ports, e.g. ImageMagick, glib-2 ...
The builds fail on a make/gmake error, like the following:
Code:
===> Building for glib-2.28.8_2
make all-recursive
make: illegal option -- -
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
gmake: *** [all] Erreur 2
Code:
===> Building for ImageMagick-6.7.3.4
/bin/sh ./config/mkinstalldirs . ltdl/
cp ./ltdl/argz_.h ltdl/argz.h-t
mv ltdl/argz.h-t ltdl/argz.h
make all-am
make: illegal option -- -
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
gmake: *** [all] Erreur 2
*** Error code 1
This sounds like the 'illegal option' required by Make is a gmake knob, or the reverse ...
By the fact, if I comment out
Code:
USE_GMAKE
Any clue is welcome.