Date: Fri, 14 Mar 2003 15:02:28 +0200 From: Vallo Kallaste <kalts@estpak.ee> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: FreeBSD GNOME Users <gnome@freebsd.org> Subject: pkgconfig failure repeatable, further info Message-ID: <20030314130228.GB2584@kevad.internal>
next in thread | raw e-mail | index | archive | help
Hi The problem is repeatable. It happens in ~work/pkgconfig-0.15.0/glib-1.2.8 because the configure script in this directory is broken. The configure routine which configures libtool and every other routine which calls ltconfig (and ltmain.sh, for that matter) is broken: # Actually configure libtool. ac_aux_dir is where install-sh is found. CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ ${CONFIG_SHELL-/bin/sh} /ltconfig --no-reexec \ $libtool_flags --no-verify --disable-ltlibs --disable-shared /ltmain.sh $lt_target \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } Seems that there's missing a point before the slash. Ltconfig is present in the ~work/pkgconfig-0.15.0/glib-1.2.8 only and the whole thing happens to run in the same directory. Why the configure script is broken I have no idea. -- Vallo Kallaste To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030314130228.GB2584>