qb64 0.8.2 - Compilation problem on Linux.
#6
(07-04-2022, 06:24 PM)Fifi Wrote: Yes, but where should I add this switch?
In the Makefile (I guess)?
Then, in what part?
Should I add the "-no-pie" switch in the section ifeq ($(OS),lnx) right after "CCXFLAGS += -DFREEGLUT_STATIC"?
like this: "CCXFLAGS += -DFREEGLUT_STATIC -no-pie"
or before like this:"CCXFLAGS += -no-pie -DFREEGLUT_STATIC"
or in another better place?

This is actually an easy one, using
v0.8.0
or higher you shouldn't need to touch any of the build logic Smile Just open the
C++ Compiler Settings
dialog from the
Options
menu and add
-no-pie
to the Compiler flags. That should do everything you need.
Reply


Messages In This Thread
RE: qb64 0.8.2 - Compilation problem on Linux. - by DSMan195276 - 07-05-2022, 02:16 AM



Users browsing this thread: 4 Guest(s)