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
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)
> 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
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
> 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.
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
>
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
7 matches
Mail list logo