> > I'm using gcc. The default in the makefile. > > I think RHEL may have come with two different gcc, a 3 series and a 4 series. > What version does 'gcc -v' show?
3.4.6 > It would be good to confirm that at runtime you really are using the version > of libapr you compiled, run ldd on the svn executable. If it wasn't, changing the optimization level shouldn't have made a difference. That being said, ldd reports that I am using the correct version. libapr-1.so.0 => /cos/home/ryttingm/local/lib/libapr-1.so.0 (0x0000002a967b5000) -Mike