Re: Upgrade from 5.2.1-RELEASE to 5.3-STABLE

2004-11-09 Thread Subhro
On Tue, 9 Nov 2004 20:20:20 +0100, Piotr Gnyp [EMAIL PROTECTED] wrote:

 Due to the upgraded GCC compiler, C++ programs generally need to be
 recompiled and reinstalled. This requirement comes from changes in the C++
 ABI.
 My gcc version:
 Using built-in specs.
 Configured with: FreeBSD/i386 system compiler
 Thread model: posix
 gcc version 3.3.3 [FreeBSD] 20031106
 Will I have to rebuild all my ports after make installkernel/installworld?
 
 
The migration guide says you have to. So you have to do it :-)

Regards
S.


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade from 5.2.1-RELEASE to 5.3-STABLE

2004-11-09 Thread Lowell Gilbert
Piotr Gnyp [EMAIL PROTECTED] writes:

 Hi,
 I`ve cvsuped 5.3 sources, done make buildworld and make buildkernel with no
 problems. But, on http://www.freebsd.org/releases/5.3R/migration-guide.html
 i`ve read:
 Due to the upgraded GCC compiler, C++ programs generally need to be
 recompiled and reinstalled. This requirement comes from changes in the C++
 ABI.
 My gcc version:
 Using built-in specs.
 Configured with: FreeBSD/i386 system compiler
 Thread model: posix
 gcc version 3.3.3 [FreeBSD] 20031106
 Will I have to rebuild all my ports after make installkernel/installworld?

Only the ones that are written in C++.
But it's probably easier to rebuild everything than to figure out
which ones include some C++ sources.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade from 5.2.1-RELEASE to 5.3-STABLE

2004-11-09 Thread Piotr Gnyp
On Tue, Nov 09, 2004 at 05:02:01PM -0500, Lowell Gilbert wrote:
 Only the ones that are written in C++.
 But it's probably easier to rebuild everything than to figure out
 which ones include some C++ sources.

Hmm the page mentions it when upgradimg from 4.x:

3 New Features:
[...]
GCC: The compiler toolchain is now based on GCC 3.4.X, rather than GCC
2.95.X.
[...]
4 Notable Changes
[...]
Due to the upgraded GCC compiler, C++ programs generally need to be
recompiled and reinstalled. This requirement comes from changes in the C++
ABI.

So - again - is the change from 3.3.3 to 3.4.x so great, that all of the
ports that were writren in c++ need to be rebuild?



pgpKjf7tOIR1m.pgp
Description: PGP signature


Re: Upgrade from 5.2.1-RELEASE to 5.3-STABLE

2004-11-09 Thread Lowell Gilbert
Piotr Gnyp [EMAIL PROTECTED] writes:

 On Tue, Nov 09, 2004 at 05:02:01PM -0500, Lowell Gilbert wrote:
  Only the ones that are written in C++.
  But it's probably easier to rebuild everything than to figure out
  which ones include some C++ sources.
 
 Hmm the page mentions it when upgradimg from 4.x:
 
 3 New Features:
 [...]
 GCC: The compiler toolchain is now based on GCC 3.4.X, rather than GCC
 2.95.X.
 [...]
 4 Notable Changes
 [...]
 Due to the upgraded GCC compiler, C++ programs generally need to be
 recompiled and reinstalled. This requirement comes from changes in the C++
 ABI.
 
 So - again - is the change from 3.3.3 to 3.4.x so great, that all of the
 ports that were writren in c++ need to be rebuild?

Yes.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]