Jimmy wrote:

> What's the best way to start quackle from a script? I know if I start
> it from the quackle directory, it can find all the lex, but if I start
> it from a script, it can have some trouble. I COULD hard code the
> directory in the source, but I think that is the wrong thing to do
> even though it is on a read only medium.

Hi Jimmy,

You could put the following into a shell script:

#!/bin/sh
export QTDIR=/path/to/qt4
cd /some/path/to/quackle/quacker
exec ./quacker

The QTDIR setting is necessary, because I think Knoppix ships with QT3
by default, otherwise quackle will try to use the QT3 libraries, and
fail to run.

Anand



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/quackle/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to