QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: TempodiBasic on February 24, 2020, 05:55:41 pm

Title: Lubuntu has installed GCC 5 and GCC6, how can I let see this to QB64 IDE?
Post by: TempodiBasic on February 24, 2020, 05:55:41 pm
Hi guys

I have downloaded QB64 1.4 tar and QB64 1.3 tar.... but after loading a code o writing a code a get Failed compilation C++!
Yes and open logout.txt I got GCC not found!.... and watching in QB64 folder I find no Gcc compilator...
OK
I search in the software installation tool and it shows me  that in the system there are both GCC 5 and 6.
Is QB64  compatible with these version of GCC?
If yes how can I say to QB64IDE where is the GCC compiler?

Thanks for feedback!
Title: Re: Lubuntu has installed GCC 5 and GCC6, how can I let see this to QB64 IDE?
Post by: FellippeHeitor on February 24, 2020, 06:02:34 pm
Try running setup_lnx.sh again. It attempts to download all required dependencies.
Title: Re: Lubuntu has installed GCC 5 and GCC6, how can I let see this to QB64 IDE?
Post by: TempodiBasic on February 25, 2020, 07:36:53 pm
Thanks I'll do now!

And after double click and choosing "run in terminal" it works and now also qb64 1.4 works!
Thanks