Re: [CentOS] Cannot find Tcl library(Sort of OT)(SOLVED)

2013-01-16 Thread Mark LaPierre
On 01/11/2013 07:30 PM, Mark LaPierre wrote: > Hey All, > > I'm trying to build Tux Racer. I get: > > checking for tcl8.5 library... no > checking for tcl83 library... no > checking for tcl8.2 library... no > checking for tcl82 library... no > checking for tcl8.0 library... no > checking for tcl80

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-16 Thread Nicolas Thierry-Mieg
Mark LaPierre wrote: > > I ran this: > > ./configure --with-tcl-libs=/usr/lib --with-tcl-inc=/usr/include > --with-tcl-lib-name=tcl.h this sounds wrong: tcl.h is a header file, not a library. The library is something like libfoo.so , and the lib-name would then be foo (drop the lib and .so parts)

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-16 Thread lhecking
> I ran this: > > ./configure --with-tcl-libs=/usr/lib --with-tcl-inc=/usr/include > --with-tcl-lib-name=tcl.h None of these options are probably required. Test it. > configure:2805: checking for tcl.h library > configure:2815: gcc -o conftestconftest.c -lSM -lICE -lX11 -lXi > -lXex

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-15 Thread Mark LaPierre
On 01/14/2013 10:15 AM, lheck...@users.sourceforge.net wrote: > >> Okay so that means I should use: >> >> --with-tcl-libs=/usr/lib >> --with-tcl-inc=/usr/include >> --with-tcl-lib-name=tcl.h >> >> no? > > Those are default locations/names and should be found anyway. Check the > generated config

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-14 Thread lhecking
> Okay so that means I should use: > > --with-tcl-libs=/usr/lib > --with-tcl-inc=/usr/include > --with-tcl-lib-name=tcl.h > > no? Those are default locations/names and should be found anyway. Check the generated config.log file to find out why exactly they are not.

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-11 Thread Mark LaPierre
On 01/11/2013 08:00 PM, Johnny Hughes wrote: > On 01/11/2013 06:30 PM, Mark LaPierre wrote: >> Hey All, >> >> I'm trying to build Tux Racer. I get: >> >> checking for tcl8.5 library... no >> checking for tcl83 library... no >> checking for tcl8.2 library... no >> checking for tcl82 library... no >

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-11 Thread Johnny Hughes
On 01/11/2013 06:30 PM, Mark LaPierre wrote: > Hey All, > > I'm trying to build Tux Racer. I get: > > checking for tcl8.5 library... no > checking for tcl83 library... no > checking for tcl8.2 library... no > checking for tcl82 library... no > checking for tcl8.0 library... no > checking for tcl80