Search found 10 matches

by massi
Tue Sep 02, 2008 5:02 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

Nope, I have it empty too
by massi
Tue Sep 02, 2008 5:01 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

Nope, I have it empty too.
by massi
Sun Aug 31, 2008 5:04 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

This seems not to fix my problem. In fact, I continue to get the message:

gcc:// (starting directory) /purebasic_compilation0.out: No file or directory

:(
by massi
Mon Jul 28, 2008 10:39 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

Hmm... there seems not to be any problems with dependencies, and the checkinstall script confirms everything should be fine...
Is there anyone who knows about the purebasic_compilation1.out file? Is it related with the debugger? Where should I find it?

Thank you to everybody for the patience ...
by massi
Sun Jul 27, 2008 9:47 am
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

Dear LJ,
could you please let me know which version of gcc is installed on your ubuntu system? Have you f77 installed as well?
Thanx,

Massi
by massi
Fri Jul 18, 2008 4:53 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

I just tried to install pb (always from the tarball - 25 may) in another ubuntu 8.04 pc in my office.
I got exactly the same problem as at home...
by massi
Fri Jul 18, 2008 4:21 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

My version is 4.20 (demo). I installed it to /opt/purebasic (starting from the tarball) , and modified my .cshrc file (I'm used to tcsh) like this:

setenv PUREBASIC_HOME /opt/purebasic
set path = ($PUREBASIC_HOME $path )
set path = ($PUREBASIC_HOME/compilers $path )

Finally, when running /opt ...
by massi
Thu Jul 17, 2008 9:51 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

Let's suppose I open PB and type the program debug 5+9 , as suggested by Little John.
When I press F5, I get a new window, entitled "Linker error" and stating "gcc:/tmp/purebasic_compilation0.out: no file or directory"
If I switch off the Debugger, no error message appears, but obviously I don't get ...
by massi
Thu Jul 17, 2008 8:38 am
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

I'm running Ubuntu 8.04 with (Gnome DE). I get a "Linker error" window with a message complaining about "gcc:/usr/... .out not found"
by massi
Wed Jul 16, 2008 11:14 pm
Forum: Linux
Topic: Help needed , debugger , linux(Ubuntu 8.04)
Replies: 17
Views: 8401

Help needed , debugger , linux(Ubuntu 8.04)

Hi everybody,
I'm utterly new to this forum and I hope this is the right place to this thread. I'm looking for a cross platform (Win/Linux) basic language for developing scientific software.
Among the others, I'm now trying to learn the basis of PB.
While in WinXP everything looks fine, in Ubuntu 8 ...