Could you debug your app to see what causes the crash? Also, did you remember to force static linkage? Those .a files should be in the lib/ directory and not bin/, shouldn't they?
Could you debug your app to see what causes the crash? Also, did you remember to force static linkage? Those .a files should be in the lib/ directory and not bin/, shouldn't they?
ashwini (29th May 2006)
Hi,
I had a query that i have my own serial library using which i send commands from the GUI to the serial port.I have compiled and linked the serial library while i created my executable,now while i port this application to different linux system (used static Qt linking) do i have to port my serial library or not???
Thanks...
Bookmarks