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 » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Gnome won't start TheIDE with double click
Re: Gnome won't start TheIDE with double click [message #51209 is a reply to message #51208] Thu, 21 February 2019 04:55 Go to previous messageGo to previous message
pvictor is currently offline  pvictor
Messages: 75
Registered: December 2015
Member
https://www.ultimatepp.org/forums/index.php?t=getfile&id=5579&private=0

GCC now by default compiles programs to shared object instead of executable, preventing GUI file managers from executing programs.

To disable it, use
make 'LINKOPTIONS=-no-pie'
when compiling TheIde

Also, add
COMMON_LINK = "-no-pie";
to GCC.bm
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Nightly doesn't compile with make on linux
Next Topic: U++ TheIDE don't work on my Mac os x 10.13.6
Goto Forum:
  


Current Time: Sat Jun 07 21:33:35 CEST 2025

Total time taken to generate the page: 0.05878 seconds