Re: Interesting problem

2002-01-12 Thread Peter Naulls
In message <[EMAIL PROTECTED]> Martin Schulze <[EMAIL PROTECTED]> wrote: > Hi, > > I tried to recompile the stable version of at (3.1.8-10) on a stable > arm machine (rameau) but wasn't quite successful: > > gcc -c -O -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc\" > -DLOADAVG_M

Interesting problem

2002-01-12 Thread Martin Schulze
Hi, I tried to recompile the stable version of at (3.1.8-10) on a stable arm machine (rameau) but wasn't quite successful: gcc -c -O -DHAVE_CONFIG_H -DVERSION=\"3.1.8\" -DETCDIR=\"/etc\" -DLOADAVG_MX=1.5 -DDAEMON_USERNAME=\"daemon\" -DDAEMON_GROUPNAME=\"daemon\" -DLFILE=\"/var/spool/cron/atjobs

can't do a bt in gdb

2002-01-12 Thread Othmar Pasteka
hi, i wonder what's wrong here when i do a bt in gdb of a core file: Program terminated with signal 11, Segmentation fault. warning: wrong size fpregset struct in core file Cannot access memory at address 0x8688 is it because it happens within a chroot? or something else is broken? so long Oth