There is an updated script available in the Linux section of the Purebasic forum that has been tested with both Debian Trixie and Ubuntu 26.04.
https://www.purebasic.fr/english/viewtopic.php?t=88964
Search found 6 matches
- Tue May 26, 2026 6:01 am
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 3790
- Mon May 04, 2026 5:48 am
- Forum: General Discussion
- Topic: How to install SpiderBasic v3.20 on Linux?
- Replies: 8
- Views: 3790
Re: How to install SpiderBasic v3.20 on Linux?
You can try this script (it is on the Purebasic Forum). It will install Pure or Spider Basic or Both if the downloads are available.
#!/bin/bash
# this assumes the pure and spider basic tgz
# downloads and this script are in the Downloads directory
# this script is for Debian 13 and Purebasic 6 ...
#!/bin/bash
# this assumes the pure and spider basic tgz
# downloads and this script are in the Downloads directory
# this script is for Debian 13 and Purebasic 6 ...
- Fri Sep 27, 2024 4:05 am
- Forum: General Discussion
- Topic: Atomic webserver 3
- Replies: 5
- Views: 56647
Re: Atomic webserver 3
Using Lubuntu 24.10. When I try to compile in PB I get error message
PureBasic - Linker error
/usr/bin/ld: errno: TLS definition in /lib/x86_64-linux-gnu/libc.so.6
section.tbss mismatches non-TLS reference in purebasic.o
/usr/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: error adding symbols: bad
value ...
PureBasic - Linker error
/usr/bin/ld: errno: TLS definition in /lib/x86_64-linux-gnu/libc.so.6
section.tbss mismatches non-TLS reference in purebasic.o
/usr/bin/ld: /lib/x86_64-linux-gnu/libc.so.6: error adding symbols: bad
value ...
- Thu Nov 16, 2023 4:53 pm
- Forum: General Discussion
- Topic: Spider Basic Paused?
- Replies: 5
- Views: 26810
Spider Basic Paused?
Is Spider Basic development paused again?
- Mon Aug 23, 2021 3:00 pm
- Forum: General Discussion
- Topic: Has SpiderBasic Development Stopped
- Replies: 14
- Views: 30479
Has SpiderBasic Development Stopped
The last beta was released 9 months ago and never moved to production. Has development of this product stopped?
- Mon Nov 13, 2017 5:22 pm
- Forum: Coding Questions
- Topic: Dialog XML
- Replies: 1
- Views: 2992
Dialog XML
Is the XML used in dialog compatible with XML generated by visual layout tools such as Glade?