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: gdb 5.2 branch gcc v3.0.3 compiler errors


What problem are you attempting to fix with this? These patches look wrong
to me...

Keith

On Tue, 26 Mar 2002, Andrew Cagney wrote:

> > Index: itcl/itcl/pkgIndex.tcl
> > ===================================================================
> > RCS file: /cvs/src/src/itcl/itcl/pkgIndex.tcl,v
> > retrieving revision 1.1.1.1
> > diff -a -u -r1.1.1.1 pkgIndex.tcl
> > --- pkgIndex.tcl	2001/09/09 19:49:04	1.1.1.1
> > +++ pkgIndex.tcl	2002/03/26 17:46:54
> > @@ -1,3 +1,3 @@
> >  # Tcl package index file, version 1.0
> >
> > -package ifneeded Itcl 3.2 [list load [file join $dir .. "libitcl3.2.so"] Itcl]
> > +package ifneeded Itcl 3.2 [list load [file join $dir .. "libitcl3.2.a"] Itcl]
> > Index: itcl/itk/pkgIndex.tcl
> > ===================================================================
> > RCS file: /cvs/src/src/itcl/itk/pkgIndex.tcl,v
> > retrieving revision 1.1.1.1
> > diff -a -u -r1.1.1.1 pkgIndex.tcl
> > --- pkgIndex.tcl	2001/09/09 19:49:05	1.1.1.1
> > +++ pkgIndex.tcl	2002/03/26 17:46:54
> > @@ -1,3 +1,3 @@
> >  # Tcl package index file, version 1.0
> >
> > -package ifneeded Itk 3.2 [list load [file join $dir .. "libitk3.2.so"] Itk]
> > +package ifneeded Itk 3.2 [list load [file join $dir .. "libitk3.2.a"] Itk]


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