[mythtv] Error When running setup

Isaac Richards mythtv-dev@snowman.net
Thu, 10 Oct 2002 23:57:42 -0400


On Thursday 10 October 2002 11:37 pm, Joe A Cairns wrote:
> I have gotten to the point in the install where I need to run setup in the
> setup subdir and I get the following error:
>
> Illegal Instruction
>
> Do you know what might be causing this problem?
>
> Thanks in advanced for your help.

Try this:

- edit settings.pro in the toplevel sourcedir.  comment out the 2nd line, 
uncomment the first.
- cd setup/
- make clean; make
- gdb ./setup
- at the prompt type 'run'
- when it dies, type 'bt'
- email me what it says.

Isaac