[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU_CONFIGURE
mk/bsd.pkg.mk の GNU_CONFIGURE の挙動が変に思えます(2003-4-4、最新)。
Makefile の中の GNU_CONFIGURE を
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
に書き直せばとりあえず compile できるようになる事が多いようです。
例として、NetBSD-1.4.3上で a.out を判別できない物のメッセージを上げますが、
NetBSD-1.6等でも、環境変数など他の所も変な気がしています
#gpgme も GNU_CONFIGURE のせいかもしれません
大石修@分子研
=> Checksum OK for texinfo-4.5.tar.bz2.
===> Extracting for gtexinfo-4.5
===> Patching for gtexinfo-4.5
===> Applying pkgsrc patches for gtexinfo-4.5
/bin/mv -f /usr/pkgsrc/devel/gtexinfo/work/texinfo-4.5/info/filesys.h
/usr/pkgsrc/devel/gtexinfo/work/texinfo-4.5/info/filesys.h.orig
/usr/bin/sed -e 's|@PREFIX@|/usr/pkg|g' -e 's|@X11BASE@|/usr/X11R6|g' -e
's|@LOCALBASE@|/usr/pkg|g' <
/usr/pkgsrc/devel/gtexinfo/work/texinfo-4.5/info/filesys.h.orig >
/usr/pkgsrc/devel/gtexinfo/work/texinfo-4.5/info/filesys.h
===> Buildlinking for gtexinfo-4.5
===> Configuring for gtexinfo-4.5
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for i386--netbsd-strip... no
checking for strip... strip
checking for i386--netbsd-gcc... cc
checking for C compiler default output... configure: error: C compiler cannot create
executables
See `config.log' for more details.
*** Error code 77
Stop.
*** Error code 1
Stop.