• src/sbbs3/GNUmakefile

    From Deucе@VERT to Git commit to main/sbbs/master on Sun Jan 19 16:11:44 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/cf50632a45e0131252fbc849
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    More rpath hackery...

    If SBBSDIR is set, add $(SBBSDIR)/exec to rpath.
    Always add the original output directory to rpath.

    I'm not sure what the old LD_RUN_PATH stuff was trying to do, but
    I think these are the bits that make it work.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on macOS)@VERT to Git commit to main/sbbs/master on Sat Dec 13 00:48:46 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5eecd2da5a678602577900c1
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use clang++ to instead of clang to link services lib

    This is why we couldn't find 'new' operator during link phase

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Feb 5 21:30:55 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/ce16f370c3348c4034ef784d
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    Use MKSHPPLIB macro for building Web and Mail severs now, they're C++

    This is likely the cause of the new Darwin build (link) errors now I'm
    actually trying to use some std C++ class libs.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Feb 6 03:01:41 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/944c13103ca63c412507889e
    Modified Files:
    src/sbbs3/GNUmakefile
    Log Message:
    FTP server is C++ now, need to use MKSHCPPLIB

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net