Joseph, Anselm wrote on Wed, 14 Jun 2017 01:30 +:
> 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
Hello all,
For linking to shared libraries, is "libstdc++.so" required in gcc.
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 bu
Here is the batch script for the windows:
```
@echo off
set REPODIR=test_repo
set "REPOROOT=%~dp0%REPODIR%"
set "REPOURL=file:///%REPOROOT:\=/%"
set WCROOT=%REPODIR%_root
if exist "%REPOROOT%\" rmdir /S /Q "%REPOROOT%"
if exist "%WCROOT%\" rmdir /S /Q "%WCROOT%"
mkdir "%REPOROOT%"
svnadmin cre