You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Christopher Ness <ch...@nesser.org> on 2005/06/18 21:15:35 UTC

FYI: GCC 4.0.0 && SVN

The short story:  It appears to work.
The question:     Are any problems expected when using GCC 4.0?

I heard there may be losses when using gcc 4.0 vs 3.4 because of
reshuffling of code and new features in the compiler that make it
actually slower than the older Major number revision.

I just upgraded my laptop to Fedora Core 4 and left out subversion from
the install since I wanted to build trunk.  I forgot that FC4 went to
gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8).

I'm happy to report that based on `make check` and being able to check
out the head of subversion my fresh build works just fine.

The client was built with apr and apr-util 1.1.x from apache's repo and
subversion -r15100 from the trunk:
      ./autogen.sh && ./configure --without-apache --with-ssl

[nesscg@heidrun bin]$ svn --version
svn, version 1.3.0 (dev build)
   compiled Jun 18 2005, 14:41:50

One last question, why does it report version 1.3.0?

Cheers,
Chris
-- 
PGP Public Key: http://www.nesser.org/pgp-key/
16:34:13 up 4:03, 6 users, load average: 0.51, 0.63, 0.32

Re: FYI: GCC 4.0.0 && SVN

Posted by Ryan Schmidt <su...@ryandesign.com>.
On 18.06.2005, at 23:15, Christopher Ness wrote:

> The client was built with apr and apr-util 1.1.x from apache's repo  
> and
> subversion -r15100 from the trunk:
>       ./autogen.sh && ./configure --without-apache --with-ssl
>
> [nesscg@heidrun bin]$ svn --version
> svn, version 1.3.0 (dev build)
>    compiled Jun 18 2005, 14:41:50
>
> One last question, why does it report version 1.3.0?

Presumably because 1.3.0 will be the first version released from  
trunk, while future versions of the 1.2.x line will be released from  
the 1.2 branch.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org