Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 1995 13:32:29 -0800 (PST)
From:      Poul-Henning Kamp <phk@ref.tfs.com>
To:        ports@FreeBSD.org
Subject:   Re: Debugging (commin to a CD near us ?)
Message-ID:  <199503212132.NAA02121@ref.tfs.com>

next in thread | raw e-mail | index | archive | help
Who does the port ?

Forwarded message:
> From owner-freebsd-hackers@freefall.cdrom.com Tue Mar 21 13:30:36 1995
> Message-Id: <199503211323.NAA02764@star-gate.com>
> X-Authentication-Warning: star-gate.com: Host localhost didn't use HELO protocol
> X-Mailer: exmh version 1.6alpha 2/16/95
> To: hackers@FreeBSD.org
> Subject: Re: Debugging 
> In-reply-to: Your message of "Tue, 21 Mar 1995 14:36:07 EST."
>              <Pine.SUN.3.91.950321143009.27704B-100000@espresso.eng.umd.edu> 
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Date: Tue, 21 Mar 1995 13:22:56 +0000
> From: User & <hasty@star-gate.com>
> Sender: hackers-owner@FreeBSD.org
> Precedence: bulk
> 
> 
> Some tidbits on how I managed to build tgdb on FreeBSD.
> 
> I found tgdb at:
> wcarchive.cdrom.com:/.4/linux/sunsite/devel/debuggers/tgdb-1.1.src.tgz 
> 
> >From the INSTALL notes:
>   To build tgdb_wish, the Tcl/Tk interpreter for tgdb's code, the following
> packages are needed:
> 
>    tcl7.3
>    tk3.6 (or tk3.6pl1)
>    tclX7.3a (or tclX7.3b)
>    BLT1.3 (or newer)
>    TkSteal3.6c (or newer)
>    expect5.3 (or newer)
> 
> -------------
> 
> In freebsd.cdrom.com, you will find patches for blt, tcl, tk, tclX:
> wcarchive.cdrom.com:/.11/FreeBSD/FreeBSD-current/ports/x11/tk
> wcarchive.cdrom.com:/.11/FreeBSD/FreeBSD-current/ports/x11/blt
> wcarchive.cdrom.com:/.11/FreeBSD/FreeBSD-current/ports/lang/tcl
> wcarchive.cdrom.com:/.11/FreeBSD/FreeBSD-current/ports/lang/tclX
> wcarchive.cdrom.com:/.11/FreeBSD/FreeBSD-current/ports/lang/expect
> 
> I untar all the packages to /usr/local/src:
> star-gate# ls /usr/local/src
> TkSteal         expect-5.13     tclX7.3b
> blt-1.7         tcl7.3          tk3.6
> 
> (don't use blt-1.7)
> 
> Apply all the  respective patches to the packages.
> 
> Go to each  sub-directories  in the following order tcl7.3, tk3.6,tclX7.3b,
> blt-1.7, expect-5.13 and execute:
> ./configure
> make
> make install
> 
> To configure TkSteal:
> ./configure -with-expect -with-blt -with-tclX
> make
> make install
> 
> The resulting wish is all that you now need to run tgdb :)
> 
> When making tgdb, the  make file will need to use bash and
> of course gnu's make.
> 
> 
> Is a cool debugger however it needs a bit more work to make it
> look as good as exmh which of course I am using right now :)
> 
> Have fun,
> 	Amancio
> 
> 
> 
> 


-- 
Poul-Henning Kamp <phk@login.dknet.dk> -- TRW Financial Systems, Inc.
'All relevant people are pertinent' && 'All rude people are impertinent'
=> 'no rude people are relevant'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503212132.NAA02121>