This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

TCLLIB persistency.

Old posts that have not been replied to for several years.
Locked
D
Dagreat1

TCLLIB persistency.

Post by Dagreat1 »

Hello.
I installed TCL with the following flags:

Code: Select all

configure --prefix=$HOME --enable-shared
And it turned out fine. Set up the following libraries to point to the apropriate place, which be my HOME:

Code: Select all

export TCLLIB=$HOME/lib
export TCLINC=$HOME/include
export LD_LIBRARY_PATH=$HOME/lib
But now I have to do this everytime I want to start the bot. Is there any way I can make the changes permanent, atleast on my level?
Thanks.
D
Dagreat1

Post by Dagreat1 »

If this is unfixable due to some eraneous reason, would there be any shortcut way(script?) to run the following commands instantly. It's really a pain to type all that before running the bot, each time.
Thankyou.
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Try the new eggdrop1.6.17 RC1, it should be fixed there.
Locked