Page 1 of 1

How to install purebasic on Ubuntu 11.10 ????

Posted: Tue Mar 20, 2012 12:30 pm
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

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

Posted: Tue Mar 20, 2012 6:20 pm
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.......

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

Posted: Tue Mar 20, 2012 8:58 pm
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

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

Posted: Wed Mar 21, 2012 10:18 am
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