Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jonathanleger

Pages: [1]
1
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 01:24:09 pm »
Okay, so I compiled gcc 7.3 (9 wouldn't compile for some reason). Worked fine. Re-ran the script without error:

Quote
Fedora/Redhat based distro detected.
Compiling and installing QB64...
Building library 'LibQB'
Building library 'FreeType'
Building library 'Core:FreeGLUT'
Building 'QB64'
/home/jscriptsdev/myseosnapshot.com/app/apis/qb64
Done compiling!!
Creating ./run_qb64.sh script...
Adding QB64 menu entry...
Running QB64...
QB64 is located in this folder:
/home/jscriptsdev/myseosnapshot.com/app/apis/qb64

But when I run the executable now it says simply:

Quote
freeglut (./qb64):

And goes back to the command line.

2
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 11:32:38 am »
Ok. I'll just get a newer version of gcc. The one installed is apparently really old (4.8).

Thanks for your help!

3
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 11:26:17 am »
You're correct, it didn't create the executable. Here's the output:

Quote
Fedora/Redhat based distro detected.
Compiling and installing QB64...
Building library 'LibQB'
Building library 'FreeType'
Building library 'Core:FreeGLUT'
Building 'QB64'
g++: error: unrecognized command line option ‘-no-pie’
/home/jscriptsdev/myseosnapshot.com/app/apis/qb64
It appears that the qb64 executable file was not created, this is usually an indication of a compile failure (You probably saw lots of error messages pop up on the screen)
Usually these are due to missing packages needed for compilation. If you're not running a distro supported by this compiler, please note you will need to install the packages listed above.
If you need help, please feel free to post on the QB64 Forums detailing what happened and what distro you are using.
Also, please tell them the exact contents of this next line:
DISTRO: redhat

Thank you for using the QB64 installer.

4
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 11:09:16 am »
Well shoot, it rebuilt it but I still get the same error:

Quote
qb64: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./qb64)

5
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 11:07:51 am »
Never mind. I figured it out. Thanks again!

6
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 11:06:04 am »
Great thanks for the fast response! I did that and it told me this:

Quote
You are trying to run this script as root. This is highly unrecommended.
This script will prompt you for your sudo password if needed to install packages.

That was all it said, and then it stopped and went back to the command line.

7
QB64 Discussion / Re: Trying to install QB64 on CentOS
« on: April 17, 2020, 11:01:38 am »
Just s'more info. It appears that what I have has CXXABI_1.3.7 but not CXXABI_1.3.9.

I'll see if I can update libstdc++.so.6

Jon

8
QB64 Discussion / Trying to install QB64 on CentOS
« on: April 17, 2020, 10:59:21 am »
Hi all,

I'm new here, though I used QB64 a few years ago and love it. I grew up coding in QBasic so I think it's awesome that you have done this.

QB64 runs just fine on my Mac laptop, but I'm running into problems getting it to run on Linux (CentOS). I'm getting this error when I run it:

Quote
/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by ./qb64)

I'm not finding Google searches to be much help in how to solve this problem. Any ideas?

Thanks!

Jon

Pages: [1]