Re: SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-19 Thread Gudjon I. Gudjonsson
Hi again Thanks for the advice. The problem is a tcl problem. I could get the program running by setting up a sarge i386 chroot. Then I compiled tcl-8.2 for that system and then the program runs happily. The solution is more amd64 specific than the problem :) The function TclX_EvalRCFile seem

Re: SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-18 Thread Gabor Gombas
On Tue, Jun 17, 2008 at 09:30:49PM +0200, Gudjon I. Gudjonsson wrote: >The program compiles and runs in 64 bit mode but without any sensible > output but when I run it in the chroot, I get the following output to > strace several times and then a segmentation fault. > > ioctl(5, SNDCTL_TMR_TI

Re: SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-18 Thread Lennart Sorensen
On Wed, Jun 18, 2008 at 09:49:16AM -0500, Stephen Olander-Waters wrote: > On Wed, 2008-06-18 at 10:37 -0400, Lennart Sorensen wrote: > > On Tue, Jun 17, 2008 at 09:30:49PM +0200, Gudjon I. Gudjonsson wrote: > > > Hi > > >I am fighting to get some code written 13 years ago in several > > > langu

Re: SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-18 Thread Stephen Olander-Waters
On Wed, 2008-06-18 at 10:37 -0400, Lennart Sorensen wrote: > On Tue, Jun 17, 2008 at 09:30:49PM +0200, Gudjon I. Gudjonsson wrote: > > Hi > >I am fighting to get some code written 13 years ago in several > > languages to run decently on my amd64. Making it run in 64 bit mode is > > a far future

Re: SNDCTL_TMR_TIMEBASE or TCGETS

2008-06-18 Thread Lennart Sorensen
On Tue, Jun 17, 2008 at 09:30:49PM +0200, Gudjon I. Gudjonsson wrote: > Hi >I am fighting to get some code written 13 years ago in several > languages to run decently on my amd64. Making it run in 64 bit mode is > a far future dream but I'm hoping to fix a chroot. Currently I get most > success