Install PureBasic on Ubuntu 5.10

Linux specific forum
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Install PureBasic on Ubuntu 5.10

Post by Progi1984 »

Hi,

I've installed PB on Ubuntu 5.10.
I arrive to launch the IDE.
But when i want to compile and execute a source, i've this error

Code: Select all

Error : Linker nd not found
So i launch a SOS !
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

maybe you should reinstall gcc ?
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 450
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Post by Didelphodon »

You gotta follow the system requirements as readable in the help (get there with F1) and install the gcc-Package with the Synaptic-Package-Installer (just search for gcc in there).

Greez, Didel.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

The GNU linker is called ld, not nd.
walker
Enthusiast
Enthusiast
Posts: 634
Joined: Wed May 05, 2004 4:04 pm
Location: Germany

Post by walker »

Which of the 2 ways you'd choosen to install PB? I think the first one...
Am I right? If so, use the second way (copying all the stuff) ... then it should work (assuming gtk1 + devel installed)

cu
Post Reply