public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Successful "make install".....almost.....
@ 2000-08-17  7:51 rwolf
  2000-08-17  8:26 ` Syd Polk
  0 siblings, 1 reply; 4+ messages in thread
From: rwolf @ 2000-08-17  7:51 UTC (permalink / raw)
  To: sourcenav

Hello all,

I am building source navigator on a Linux/Debian box
and everything seems to run smoothly until the end,
./configure generates no errors, "make install" runs
and seems to be fine until the end when the message 
below appears:

ld: cannot open -ltk8.1: No such file or directory
make[2]: *** [itcl_wish] Error 1
make[2]: Leaving directory `/root/SN451/itcl/src'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/SN451/itcl'
make: *** [install-itcl] Error 2                

and then make exits.....obviously something related
to tcl but i am no expert, any ideas would be appreciated...

also i am running the Windows binaries and the install
was flawless, my compliments to the team for such a
useful app. and to redhat for releasing it.


Thank You,

Randy

-- 
Randall Wolf - rwolf@enhanced.com
Systems Administrator
Intech Enhanced Investment Technologies
561.775.1111

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Successful "make install".....almost.....
  2000-08-17  7:51 Successful "make install".....almost rwolf
@ 2000-08-17  8:26 ` Syd Polk
  2000-08-17 12:45   ` rwolf
  0 siblings, 1 reply; 4+ messages in thread
From: Syd Polk @ 2000-08-17  8:26 UTC (permalink / raw)
  To: rwolf; +Cc: sourcenav

In your source tree, do you have a tk8.1 directory?

In your build tree, do you have a tk8.1 directory? tk8.1/unix?
tk8.1/unix/libtk8.1.a?

rwolf@enhanced.com wrote:
> 
> Hello all,
> 
> I am building source navigator on a Linux/Debian box
> and everything seems to run smoothly until the end,
> ./configure generates no errors, "make install" runs
> and seems to be fine until the end when the message
> below appears:
> 
> ld: cannot open -ltk8.1: No such file or directory
> make[2]: *** [itcl_wish] Error 1
> make[2]: Leaving directory `/root/SN451/itcl/src'
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/root/SN451/itcl'
> make: *** [install-itcl] Error 2
> 
> and then make exits.....obviously something related
> to tcl but i am no expert, any ideas would be appreciated...
> 
> also i am running the Windows binaries and the install
> was flawless, my compliments to the team for such a
> useful app. and to redhat for releasing it.
> 
> Thank You,
> 
> Randy
> 
> --
> Randall Wolf - rwolf@enhanced.com
> Systems Administrator
> Intech Enhanced Investment Technologies
> 561.775.1111

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Successful "make install".....almost.....
  2000-08-17  8:26 ` Syd Polk
@ 2000-08-17 12:45   ` rwolf
  2000-08-17 12:50     ` Syd Polk
  0 siblings, 1 reply; 4+ messages in thread
From: rwolf @ 2000-08-17 12:45 UTC (permalink / raw)
  To: Syd Polk; +Cc: sourcenav

Thank you for your prompt response...

When i do a find for this directory i get:

/SN451/tix/unix/tk8.1
/SN451/tk8.1



Syd Polk wrote:
> 
> In your source tree, do you have a tk8.1 directory?
> 
> In your build tree, do you have a tk8.1 directory? tk8..1/unix?
> tk8.1/unix/libtk8.1.a?
> 
> rwolf@enhanced.com wrote:
> >
> > Hello all,
> >
> > I am building source navigator on a Linux/Debian box
> > and everything seems to run smoothly until the end,
> > ./configure generates no errors, "make install" runs
> > and seems to be fine until the end when the message
> > below appears:
> >
> > ld: cannot open -ltk8.1: No such file or directory
> > make[2]: *** [itcl_wish] Error 1
> > make[2]: Leaving directory `/root/SN451/itcl/src'
> > make[1]: *** [install] Error 1
> > make[1]: Leaving directory `/root/SN451/itcl'
> > make: *** [install-itcl] Error 2
> >
> > and then make exits.....obviously something related
> > to tcl but i am no expert, any ideas would be appreciated...
> >
> > also i am running the Windows binaries and the install
> > was flawless, my compliments to the team for such a
> > useful app. and to redhat for releasing it.
> >
> > Thank You,
> >
> > Randy
> >
> > --
> > Randall Wolf - rwolf@enhanced.com
> > Systems Administrator
> > Intech Enhanced Investment Technologies
> > 561.775.1111

-- 
Randall Wolf - rwolf@enhanced.com
Systems Administrator
Intech Enhanced Investment Technologies
561.775.1111

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Successful "make install".....almost.....
  2000-08-17 12:45   ` rwolf
@ 2000-08-17 12:50     ` Syd Polk
  0 siblings, 0 replies; 4+ messages in thread
From: Syd Polk @ 2000-08-17 12:50 UTC (permalink / raw)
  To: rwolf; +Cc: sourcenav

Can you give me an ls from your source directory and an ls from your build 
directory if your build directory is different?

At 03:41 PM 8/17/00 -0700, rwolf@enhanced.com wrote:
>Thank you for your prompt response...
>
>When i do a find for this directory i get:
>
>/SN451/tix/unix/tk8.1
>/SN451/tk8.1
>
>
>
>Syd Polk wrote:
> >
> > In your source tree, do you have a tk8.1 directory?
> >
> > In your build tree, do you have a tk8.1 directory? tk8..1/unix?
> > tk8.1/unix/libtk8.1.a?
> >
> > rwolf@enhanced.com wrote:
> > >
> > > Hello all,
> > >
> > > I am building source navigator on a Linux/Debian box
> > > and everything seems to run smoothly until the end,
> > > ./configure generates no errors, "make install" runs
> > > and seems to be fine until the end when the message
> > > below appears:
> > >
> > > ld: cannot open -ltk8.1: No such file or directory
> > > make[2]: *** [itcl_wish] Error 1
> > > make[2]: Leaving directory `/root/SN451/itcl/src'
> > > make[1]: *** [install] Error 1
> > > make[1]: Leaving directory `/root/SN451/itcl'
> > > make: *** [install-itcl] Error 2
> > >
> > > and then make exits.....obviously something related
> > > to tcl but i am no expert, any ideas would be appreciated...
> > >
> > > also i am running the Windows binaries and the install
> > > was flawless, my compliments to the team for such a
> > > useful app. and to redhat for releasing it.
> > >
> > > Thank You,
> > >
> > > Randy
> > >
> > > --
> > > Randall Wolf - rwolf@enhanced.com
> > > Systems Administrator
> > > Intech Enhanced Investment Technologies
> > > 561.775.1111
>
>--
>Randall Wolf - rwolf@enhanced.com
>Systems Administrator
>Intech Enhanced Investment Technologies
>561.775.1111

Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-08-17 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-17  7:51 Successful "make install".....almost rwolf
2000-08-17  8:26 ` Syd Polk
2000-08-17 12:45   ` rwolf
2000-08-17 12:50     ` Syd Polk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).