How to install purebasic on Ubuntu 11.10 ????

Linux specific forum
wimapon
Enthusiast
Enthusiast
Posts: 290
Joined: Thu Dec 16, 2010 2:05 pm
Location: Delfzijl ( The Netherlands )
Contact:

How to install purebasic on Ubuntu 11.10 ????

Post by wimapon »

After a few days experimenting with ubuntu 10.04 i succeeded to install purebasic on it.
( i am very new with ubuntu)
after installing libgtk2.0-dev it did work nice.

Now i decided to use ubuntu 11.10
I can not find how to install purebasic now.
I have purebasic-linux_4_51_x86_(fbxy6x) is there a newer version for this
ubuntu????


i do use purebasic for my interferometry radio telescope for heavy calculating and
graphic things.
( see my site: http://home.kpn.nl/apon001/huis.htm )

please help me.

Wim
wimapon
Enthusiast
Enthusiast
Posts: 290
Joined: Thu Dec 16, 2010 2:05 pm
Location: Delfzijl ( The Netherlands )
Contact:

Re: How to install purebasic on Ubuntu 11.10 ????

Post by wimapon »

The guys of Pure Basic provided a new version: Purebasic_linux_4_60_86(9patbs).tgz

Now it is worse: Ubuntu does not even recognize the .exe files.... if they are there?

I do have a serious problem.......
User avatar
idle
Always Here
Always Here
Posts: 6026
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: How to install purebasic on Ubuntu 11.10 ????

Post by idle »

cd to your purebasic\compilers directory
paste this in

Code: Select all

EXE=purebasic FILES=`ldd $EXE | cut -d= -f1 | cut -f2 | cut -d" " -f1` ; echo -e "### FILES ###\n$FILES\n\n### PACKAGES ###" ; dpkg -S $FILES | fgrep "$FILES"
and it will spit out a list of libs needed and the packages
Windows 11, Manjaro, Raspberry Pi OS
Image
wimapon
Enthusiast
Enthusiast
Posts: 290
Joined: Thu Dec 16, 2010 2:05 pm
Location: Delfzijl ( The Netherlands )
Contact:

Re: How to install purebasic on Ubuntu 11.10 ????

Post by wimapon »

Ohhhh idle, that looks very difficult.....

In the mean time i found the help in ubuntu.
With that help i found the synaptic pakkage things, and so i found the old library which
i needed. ( libgtk2.0-dev)
After installing purbe basic worked nice.

So my problem is solved.

anyhow thanks

Wim
Post Reply