Page 1 of 1

Compiling on Linux UBUNTU 17.10 with PB 5,62 X64

Posted: Sun Apr 08, 2018 5:16 pm
by loulou2522
I have a single program
MessageRequester("","Bonjour")
When i compile it witj option Linux for compiling, it generate a file with type Application/x-sharelib
And after i can't do anything from this file.
Can someone help me to say what is wrong in what i do because after the file is not executable
Thanks

Re: Compiling on Linux UBUNTU 17.10 with PB 5,62 X64

Posted: Sun Apr 08, 2018 5:22 pm
by StarBootics
See this post : http://www.purebasic.fr/english/viewtop ... 15&t=66990

Best regards
StarBootics

Re: Compiling on Linux UBUNTU 17.10 with PB 5,62 X64

Posted: Sun Apr 08, 2018 9:57 pm
by mk-soft
Its a problem by ubuntu. Not by PB

Workaround...

Code: Select all

ImportC "-no-pie" : EndImport

MessageRequester("Info", "Hello")