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]

Re: CYGWIN GDB on Insight - problems


Hm.... I'm still having problems.

I did exactly this: (copied from my 'history' output)

[Under Linux]

cd ~
mkdir insight
cd insight
cvs -z9 -d:pserver:anoncvs@sources.redhat.com:/cvs/src login
cvs -z9 -d:pserver:anoncvs@sources.redhat.com:/cvs/src co -r gdb_5_2-branch insight+dejagnu
cd src
cd tcl
cvs -q update -r gdb_5_1-2001-07-29-branch
cd ../tk
cvs -q update -r gdb_5_1-2001-07-29-branch
cd ../itcl/
cvs -q update -r gdb_5_1-2001-07-29-branch
lf iwidgets3.0.0/win/iwidgets.tcl
cd ../libgui/src/
cvs -q update -r gdb_5_1-2001-07-29-branch tkGraphCanvas.c tkCanvEdge.c 
cd ..
cd ..
cd ..

[These are seperate downloads from the CYGWIN page]

cp ~/iwidgets.tcl src/itcl/iwidgets3.0.0
cp ~/pkgIndex.tcl src/itcl/iwidgets3.0.0
tar cf src.tar src

Then copied 'src.tar' to my CYGWIN machine, and typed this:

cp /cygdrive/z/home/duane/insight/src.tar .
tar xf src.tar
cd src
./configure --prefix=/insight/install --exec-prefix=/insight/install/winXX
make
make install

And it still dies the horrible death. same way no changes.


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