St_W builds

General FreeBASIC programming questions.
Post Reply
deltarho[1859]
Posts: 4310
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

St_W builds

Post by deltarho[1859] »

@St_W

http://users.freebasic-portal.de/stw/builds/

For the last few days I have been getting:

Code: Select all

Not Found

The requested URL was not found on this server.
I turned both my AV and VPN off to no avail.
Cretin Ho
Posts: 182
Joined: Feb 04, 2021 13:01

Re: St_W builds

Post by Cretin Ho »

deltarho[1859] wrote:@St_W

http://users.freebasic-portal.de/stw/builds/

For the last few days I have been getting:

Code: Select all

Not Found

The requested URL was not found on this server.
I turned both my AV and VPN off to no avail.
Use this: https://users.freebasic-portal.de/stw/builds/
deltarho[1859]
Posts: 4310
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: St_W builds

Post by deltarho[1859] »

@Cretin Ho

Thank you. It should have worked without the 's'. I clicked on the link in my opening post, and it worked this time. Weird. Image
fxm
Moderator
Posts: 12110
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: St_W builds

Post by fxm »

I too made the exact same remark about two weeks ago (viewtopic.php?p=280969#p280969):
fxm wrote:Yes thanks.
It works with this link:
https://users.freebasic-portal.de/stw/builds/
(my old link was in http://)
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: St_W builds

Post by D.J.Peters »

Same here not found error :-(

Joshy
deltarho[1859]
Posts: 4310
Joined: Jan 02, 2017 0:34
Location: UK
Contact:

Re: St_W builds

Post by deltarho[1859] »

If anyone is interested, I have just created a zipped folder.

FreeBASIC-1.08-gcc-8.3.zip

WinFBE displays (32-bit mode)

Code: Select all

FreeBASIC Compiler - Version 1.08.0 (2021-02-10), built for win64 (64bit)
Copyright (C) 2004-2021 The FreeBASIC development team.
standalone
target:       win32, 686, 32bit
backend:      gcc
I use -arch 686

and for 64-bit mode

Code: Select all

FreeBASIC Compiler - Version 1.08.0 (2021-02-10), built for win64 (64bit)
Copyright (C) 2004-2021 The FreeBASIC development team.
standalone
target:       win64, x86-64, 64bit
backend:      gcc
In the folder are fbc32.exe and fbc64.exe.

Tested on a handful of source codes.

I have gcc 9, 10 and 11 but 8.3 produces the smallest binaries and the fastest binaries, more often than not. I have 8.4, but I have found, mentioned a few times now, 8.3 to be the best gcc for FB.
Post Reply