Page 1 of 1

Compiling problem on Ubuntu 6.06 linux

Posted: Mon Jan 05, 2009 9:35 am
by Mark.s
All needed packeds are installed, Checkinstall.sh says: "Everything seems correctly setup for PureBasic".

My problem is, when i try compile, i get this:
PureBasic - Assembler error
purebasic.asm [358];
CALL exit
error: undefined symbol.
And that comes on all example sources + on my own too. So what i need to do get compiling working. Also i get that same error from terminal, when i try compile.

Code: Select all

******************************************
PureBasic 4.30 (Linux - x86) Demo
******************************************

Loading external modules...
Starting compilation...
1 lines processed.
Creating the executable.
Error: Assembler
purebasic.asm [26]:
 CALL exit
error: undefined symbol.
If needed more information of my pc, just tell.

Posted: Mon Jan 05, 2009 1:26 pm
by Fred
Seems to be an issue with the demo version, i will take a look.