Re: Porting from unix to linux

2002-01-10 Thread guy keren
On Thu, 10 Jan 2002, b g wrote: > Sorry, just forgotten one thing: > deleting the call to the function in main() solves the crush problem, but > since this is the key function inthe whole program this is not an option this is quite funny. you try to debug a problem using gdb - a _source_ level

Re: Porting from unix to linux

2002-01-09 Thread b g
Sorry, just forgotten one thing: deleting the call to the function in main() solves the crush problem, but since this is the key function inthe whole program this is not an option = To unsubscribe, send mail to [EMAIL PROTECTED] wit

Porting from unix to linux

2002-01-09 Thread b g
Hi all It has been four days that I try to port a C program that runs perfectly on SGI station (MIPS R12000 processor) to Linux (RH7.1 on dual PIII box). Since I failed to find the answer (to the question following) on the net, and before starting reading the code(about 900 lines), I decided to