I have just installed Ubuntu Linux 6.10, previous version i had installed was version 6.06. This is really a great improvement! Ubuntu 6.06 was somewhat slow with refreshing the contents of windows , but now everything works with the same speed as winXP! And Purebasic 4.0 for Linux is also a great improvement!
In Ubuntu 6.06 In there I could startup Purebasic by running the following file:
If I run this file now, I see the purebasic IDE opening and directly again closing itself! When I go to Programs/purebasic/compilers and double-click on "purebasic", the same happens: the IDE starts and closes.purebasic.sh wrote:#!/bin/bash
export PUREBASIC_HOME=~/Programs/purebasic
export PATH=$PUREBASIC_HOME/compilers:$PATH
~/Programs/purebasic/compilers/purebasic
how to solve this problem?
Jos