-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jack Howarth wrote: | I noticed this week that packages like lammpi in fink 10.4-transitional | unstable are automatically building c++ code with g++-3.3. This is in | the absence of any explicit setting of CXX to g++-3.3 in the info file. | What is troubling is that the c code in lammpi is compiled with gcc | (which by default will use gcc-4.0). Is this mixing of g++-3.3 and | gcc-4.0 generated code the expected behavior for fink under 10.4? | Shouldn't fink use the same mechanism to set CC to gcc-3.3 as it is | using to set CXX to g++-3.3?
Does it cause any problems with this package? C code has no ABI issues, only c++ code, so we force g++-3.3 to have a compatible ABI with the 10.3 tree. When we have a chance to make all packages compile with g++-4.0 we will then move to a 10.4 tree which will use the new ABI. This has been discussed both here and on fink-core previously. Peter - -- Peter O'Gorman - http://www.pogma.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) iQCVAwUBQpaEFriDAg3OZTLPAQJxMgQAmoXADyfEM/2J5UgEE3gU3gMKzRE7vYuC oXRAhBYRc/iBaj9gcCWbYMjmHPCV2cw0u3DZhNM7aKEARK/0yGdoRotQQk0IeCKb nZLkLUFDK9zrFWKzgO8Cje5yJr9tSyPlR7QsNAFAlmy7PIxShhQ1zhyaBMZbrueA XJCESePe7ms= =ta4/ -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
