Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » linux desktops that work well with U++
Re: linux desktops that work well with U++ [message #53874 is a reply to message #53873] Sun, 10 May 2020 13:15 Go to previous messageGo to previous message
pvictor is currently offline  pvictor
Messages: 67
Registered: December 2015
Member
The problem may arise from the fact that GCC now by default compiles programs to shared object instead of executable.
This prevents some GUI file managers from running these programs.
I compile TheIDE with:
make -j 4 'LINKOPTIONS=-no-pie'

'LINKOPTIONS=-no-pie' makes it executable.

Also, I add
COMMON_LINK = "-no-pie";
to GCC.bm

As an additional bonus, the produced files are significantly smaller and perhaps faster.

Best regards,
Victor
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SVN deprecated in Xcode for Mac OS Catalina
Next Topic: Apple switch from Intel to Arm
Goto Forum:
  


Current Time: Sat May 04 10:39:17 CEST 2024

Total time taken to generate the page: 0.01637 seconds