|
|
On Thursday 11 May 2006 09:33 am, Larry Martell wrote:
> Does anyone have any ideas as to what I could have done to introduce
> this problem, and what I can do to fix it?
If the code you started with is now crashing, and you haven't done anything
except recompile and link it, then it seems most likely to be a problem with
the build environment. Are you sure you are linking to compatible (i.e. Qt3)
libraries? What does ldd show for your application?
If that isn't it, I don't know. Perhaps some existing bug in the code that
didn't get triggered with some other compiler or library version. It is
almost impossible to tell without seeing the code and understanding the build
environment.
Brad
|
|