Compiling problem on Ubuntu 6.06 linux

Just starting out? Need help? Post your questions and find answers here.
Mark.s
User
User
Posts: 16
Joined: Wed Dec 17, 2008 1:43 pm
Location: Finland

Compiling problem on Ubuntu 6.06 linux

Post 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.
Fred
Administrator
Administrator
Posts: 18253
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Seems to be an issue with the demo version, i will take a look.
Post Reply