We've upgraded in OpenPKG-CURRENT today to GCC 3.4.0!
Previously we had...

   gcc-3.3.3
   gcc34-3.4sXXX
   gcc35-3.5sXXX

...and now we have...

   gcc33-3.3.3
   gcc-3.4.0
   gcc35-3.5sXXX

So, the old "gcc" is now available in "gcc33", the "gcc34" became "gcc"
and "gcc34" was removed.

For C based packages I do not expect any real trouble,
but for C++ sources there are some essential changes (see
http://gcc.gnu.org/gcc-3.4/changes.html for details), so expect some
C++ based packages to fail now. Please help to fix those before OpenPKG
2.1. A quick-fix always can be to let those packages temporarily(!)
depend on the "gcc33" package and use CC=%{l_prefix}/bin/gcc33 and
CXX=%{l_prefix}/bin/g++33 in those packages. But this is not acceptable
for a permanent solution, because "gcc33" (and "gcc35") will be not part
of OpenPKG 2.1. So, please patch the application to correctly build with
GCC 3.4.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to