T
tech guru
Robert said:The point is that most of us aren't mind readers
I was expecting a solution from the other half! (basically those who
would have encountered and solved similar problems).
and if you don't
provide any useful information about your problem we can't provide a
very useful answer.
I guess main motive behind my post was to find out the POSSIBLE reasons
which could cause the problem (given that the same piece of code runs
fine on Windows).
Your best bet is to reduce the problem to the
smallest *compilable* program that demonstrates the issue
One way to debug, off course, is to reduce it to a smaller program
while another approach could be to put printf() statements. I was just
trying/hoping to avoid this lenghty debugging part.
and post it
along with your question. Make sure you indicate what is wrong and how
it differs from your expectations.
Robert Gamble
Generally, it is not too difficult to fix an issue once the exact
problem is understood.