Re: [e-users] entrance login manager

2012-09-26 Thread Gabriele Piccini
Hi Michael, I use Slackware 13.37. when I type gdb I have "gdb: option '-t' is ambiguous" hence it could be a type mismatch . >From man page I tried to type: gdb entrance gdb> run gdb> t says there's no thread gdb> bt -- says there's no stack I want to say again that I have issue when I lau

Re: [e-users] entrance login manager

2012-09-26 Thread Michaël Bouchaud
-t isn't an option for gdb but for entrance. the option for gdb is --args. so just type in your term 'gdb entrance --args entrance -t' And my bad, 2012/9/26 Gabriele Piccini > Hi Michael, > I use Slackware 13.37. > when I type gdb I have "gdb: option '-t' is ambiguous" hence it could be a >

Re: [e-users] entrance login manager

2012-09-26 Thread Michaël Bouchaud
Arf and my bad as I say. Entrance compil without pam but I don't think, it works. 2012/9/26 Michaël Bouchaud > -t isn't an option for gdb but for entrance. the option for gdb is --args. > so just type in your term > > 'gdb entrance --args entrance -t' > > And my bad, > > 2012/9/26 Gabriele Pic