[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: FW: Error running make for subversion

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 14 Jun 2017 01:45:18 +0000

Joseph, Anselm wrote on Wed, 14 Jun 2017 01:30 +0000:
> Hello all,
> For linking to shared libraries, is "libstdc++.so" required in gcc.

Both svn and httpd are written in C, not in C++. I would expect C++
stdlibs to not be required for C projects. (but perhaps on your system
svn gets compiled as C++ code, for some reason)

> My install path only shows :
> ~:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.8.3 -->
> $ ls
> include libstdc++.a libstdc++.a-gdb.py ppc64 pthread
> just the static library.
> Could this be why mod_dav_svn.so cannot be built?

If this is the problem, it would affect all httpd modules, not just
mod_*_svn. Are you able to compile, link, and load (with LoadModule)
a Hello World httpd module in your environment?

Cheers,

Daniel
Received on 2017-06-14 03:45:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.