• src/odoors/GNUmakefile

    From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Sep 3 15:30:15 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a56063a244054777164ada27
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Hacks to get ODoors to build on Linux (Debian/Ubuntu recent releases) again1. Resolve the "hidden symbol 'atexit' ... being referenced by DSO" error by using the -shared option (link against shared objects, not static libs)2. The path to the xpdev output directory (where to find libxpdev.a) is just wrong. Hard-coded the machine architecuture portion (.x64) as a hack for now. Also, since this is use the LD macro, you need to pass "LD=gcc" on the make command-line. Not sure how this worked before.Fixes (or at least works-around) issues reported by Ryan Fantus (1:218/820)
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Peter Lunden@1:103/705 to Git commit to main/sbbs/master on Fri Aug 1 14:28:15 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/a7ded9ebc7c338de60ece25b
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Fix atexit() linking error
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Fri Aug 1 14:28:15 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8b93c47964f4f9666109f7bc
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Merge branch 'master' into 'master'

    Fix atexit() linking error

    See merge request main/sbbs!562
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Oct 10 08:19:31 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/16597aa864670c3eba5e4539
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Fix OpenDoors for Darwin
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Oct 11 10:21:57 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5b436394c1ebef340ff73f93
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Fix MinGW builds

    Run the correct ranlib, use the appropriate library by pathname
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Oct 11 10:44:20 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/5193ecc9697c04e4c356c6e1
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Fix default RANLIB and rule dependencies
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Sat Oct 11 20:10:18 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/8135a90a390aafef52591805
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Use -g when linking as well for debug
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Mon Oct 20 22:29:49 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/509f8098a408d231507e6101
    Modified Files:
    src/odoors/GNUmakefile
    Log Message:
    Pass the right flags to windres
    --- SBBSecho 3.30-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)