Error trying to generate the asm output

Linux specific forum
ricardo_sdl
Enthusiast
Enthusiast
Posts: 115
Joined: Sat Sep 21, 2019 4:24 pm

Error trying to generate the asm output

Post by ricardo_sdl »

I used this command:

Code: Select all

pbcompiler LateRun.pb -c
But I only get this error message:

Code: Select all

******************************************
PureBasic 5.71 LTS (Linux - x64) Free
******************************************

Loading external modules...
Error: Can't load OS libraries, please re-install PureBasic.
PureBasic editor and compilation are running fine. The checkinstall script informs that the setup o run PureBasic is correct.
This is my system:
Linux lubuntu 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Am I missing something that I need to install?
You can check my games at:
https://ricardo-sdl.itch.io/
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: Error trying to generate the asm output

Post by #NULL »

Try setting the PUREBASIC_HOME envar.

Code: Select all

export PUREBASIC_HOME=~/purebasic_570_b4 ; export PATH=$PUREBASIC_HOME/compilers:$PATH ; pbcompiler -c file.pb
ricardo_sdl
Enthusiast
Enthusiast
Posts: 115
Joined: Sat Sep 21, 2019 4:24 pm

Re: Error trying to generate the asm output

Post by ricardo_sdl »

Thank you #NULL! Worked nicely now.
You can check my games at:
https://ricardo-sdl.itch.io/
Post Reply