This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building Insight snapshot on CygWin?


I'm trying to build snapshot 20030520 of insight+dejagnu on an up-to-date
CygWin system.  It's aborting with an error in DejaGNU, though... here's my
exact procedure.

cd /usr/src
tar xvfp /d/Storage/GNU/insight+dejagnu-20030520.tar.bz2 --use=bzip2
cd build/gdb
/usr/src/insight+dejagnu-20030520/configure
make -j4 all

When I run that, I get the following:

configuring in example/calc
running /bin/sh
/usr/src/insight+dejagnu-20030520/dejagnu/example/calc/configure
--build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin
--cache-f
ile=../../.././config.cache
--srcdir=/usr/src/insight+dejagnu-20030520/dejagnu/example/calc
loading cache ../../.././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
configure: error: source directory already configured; run make distclean
there first
configure: error:
/usr/src/insight+dejagnu-20030520/dejagnu/example/calc/configure failed for
example/calc
make: *** [configure-dejagnu] Error 1

Per the procedure above, I'm clearly not building within my source tree, as
someone else on the list pointed out at one point.  Any idea what in the
world is going on here?  I'm ultimately trying to build a cross-debugger,
but the above happens even in native mode!  I've successfully built the
5.3.0 tree, but I can't use that because of the Tcl/Tk instabilities.

TIA...


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