Compiling on Linux UBUNTU 17.10 with PB 5,62 X64

Linux specific forum
loulou2522
Enthusiast
Enthusiast
Posts: 495
Joined: Tue Oct 14, 2014 12:09 pm

Compiling on Linux UBUNTU 17.10 with PB 5,62 X64

Post 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
User avatar
StarBootics
Addict
Addict
Posts: 984
Joined: Sun Jul 07, 2013 11:35 am
Location: Canada

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

Post by StarBootics »

See this post : http://www.purebasic.fr/english/viewtop ... 15&t=66990

Best regards
StarBootics
The Stone Age did not end due to a shortage of stones !
User avatar
mk-soft
Always Here
Always Here
Posts: 5333
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

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

Post by mk-soft »

Its a problem by ubuntu. Not by PB

Workaround...

Code: Select all

ImportC "-no-pie" : EndImport

MessageRequester("Info", "Hello")
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply