Jarosław Staniek wrote:
Hi, the thread (as in the subject)

http://www.mail-archive.com/[EMAIL PROTECTED]/msg06109.html

was useful to me; I would like to add that, I have encountered similar error with Qt3 (sometimes also with QTextCodec::locale(), sometimes at other places) and discovered that this depends on if I use gcc3.3 or gcc3.1. While I have Qt build with 3.1, there is an error when Im trying to use gcc3.3. So whe using single compiler version all is ok.

Sorry if this info was trivial or already posted here, but hope it could help somebody.

This is completely unrelated to anything specific to fink. You cannot mix and match compiled c++ code between gcc 3.1 and gcc 3.3, everything has to match or you will have problems.


If you built qt with 3.1, anything you want to build against qt must be built with 3.1. That's the reason for the gcc3.3 tree that's in freeze right now, and the (future) panther tree. They upgrade everything c++ (and anything dependent on it) so that you will have everything built with the new gcc.



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to