Bus Error with getch?
Bus Error with getch?
- Subject: Bus Error with getch?
- From: Andre-John Mas <email@hidden>
- Date: Fri, 1 Dec 2006 21:42:59 -0500
Hi,
I am getting a Bus Error with this very simple application, on my
MacBook Pro:
int main ( int argc, char *argv )
{
int c = getch();
//printf( "%c", c );
}
I compiling it with the following command line:
cc getch.c -lcurses
Is this me or libcurses in cause?
Andre
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden