Search found 6 matches

by Flastick
Thu Mar 13, 2008 5:35 pm
Forum: Linux
Topic: strange behavior of my application
Replies: 4
Views: 2168

Oh okay ! Now I understood everything.
Thank you ! I'll try this right now ! :-)
by Flastick
Sun Mar 09, 2008 7:35 pm
Forum: Linux
Topic: strange behavior of my application
Replies: 4
Views: 2168

Thank you for your answer ! I just didn't understand your last sentence : " though output of your pgm is still directed to this console (unless you redirect it)" Does it mean that if I quit the console all the programs wich have been executed from this console will end ? And where can I redirect it ...
by Flastick
Sat Mar 08, 2008 2:18 pm
Forum: Linux
Topic: strange behavior of my application
Replies: 4
Views: 2168

strange behavior of my application

Hi all !
I tested my program on kubuntu and it worked great and now I would like to run it on debian (sarge ) by ssh (remote access).

so I launch it tiping root> ./myprogram (this is not a graphical application) and then I can tip anything ..nothing happens ..it's like it makes everything freeze ...
by Flastick
Sat Feb 16, 2008 3:26 pm
Forum: Linux
Topic: Create a linux executable file using windows ???
Replies: 5
Views: 4687

It's working great !!! Thank you !!


And a special thank to the people who created virtualbox! It shouldn't have been easy to do such a nice software !!

Flav
by Flastick
Fri Feb 15, 2008 11:17 pm
Forum: Linux
Topic: Create a linux executable file using windows ???
Replies: 5
Views: 4687

Yes it helps, thank you for you answer.

I didn't know WMware and VirtualBox. I'm going to try the last one now :-)
by Flastick
Fri Feb 15, 2008 10:08 pm
Forum: Linux
Topic: Create a linux executable file using windows ???
Replies: 5
Views: 4687

Create a linux executable file using windows ???

Hey all !

I made a server in pb. And it is going to be executed on linux, so I have to compile it into linux executable format .

And the problem is, I don't know how to do that in linux and I don't have hours to spend trying to do it.

So I was wondering if there is a way to compile it into linux ...