Cannot run Programs under SuSE-Linux 10.3

Linux specific forum
CptGreenwood
User
User
Posts: 11
Joined: Mon Jul 16, 2007 7:50 am
Location: Germany

Cannot run Programs under SuSE-Linux 10.3

Post by CptGreenwood »

I have a major problem running PureBasic programms under Linux. I have installed PureBasic into my "Home" directory and run the purebasic executable in the compilers dir. That worked fine. But when I start a loaded program from the examples or even a self written one, a window titled "PureBasic - Assembler Error" with the message "error: source file not found." appears.
I tried severals paths in compiler options such as "Home", "Home/purebasic" and "Home/purebasic/compilers". Nothing worked.

Has anybody a poosible solution for that problem?
Thanx in advance.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

did you do a

Code: Select all

  export PUREBASIC_HOME=~/purebasic
  export PATH=$PUREBASIC_HOME/compilers:$PATH
:?:

open the .bashrc located in your home dir (it's a hidden file) and add these two lines...
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Make sure you have write access to /tmp.
Post Reply