Mailinglist Archive: opensuse (1046 mails)
| < Previous | Next > |
Re: [opensuse] Need help with using cruses in c program
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Thu, 10 Mar 2011 20:02:25 -0300
- Message-id: <4D795881.30506@opensuse.org>
El 10/03/11 19:32, Terry Eck escribió:
Also compile with
gcc -Wall $(rpm --eval %optflags) `ncursesw6-config --cflags` account.c
`ncursesw6-config --libs`
and show what warnings the compiler throws.. that may provide extra
evidence.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
On 03/10/2011 11:59 AM, Cristian Rodríguez wrote:
the program
#gdb yourprogram
(gdb) run
(gdb) bt full
post your result to the list.
Also compile with
gcc -Wall $(rpm --eval %optflags) `ncursesw6-config --cflags` account.c
`ncursesw6-config --libs`
and show what warnings the compiler throws.. that may provide extra
evidence.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |