RE: Problem with exec and some suggestions

2005-08-04 Thread Dave Korn
Original Message >From: Gansta93 >Sent: 04 August 2005 16:54 > OK... I though an emulator was able to do the same things as Linux, > but not Cygwin... Cygwin isn't an emulator, it's an emulation layer; this is different. If you want to run Linux software on Windows, it does run unde

Re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, OK... I though an emulator was able to do the same things as Linux, but not Cygwin... I may have missunderstood cygwin purpauses as you said Pavel Tsekov. I'll have to let Linux for others people... Thank you for helps. Patrick -BEGIN PG

re: Problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, On Thu, 4 Aug 2005, Gansta93 wrote: > the output of file pbcompiler.exe is: > pbcompiler.exe: ELF 32-bit LSB Executable, Intel 80386, version 1 > (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), > no stripped > About cygcheck -svr: the output is too long for my screen, a

re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, the output of file pbcompiler.exe is: pbcompiler.exe: ELF 32-bit LSB Executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.0, dynamically linked (uses shared libs), no stripped About cygcheck -svr: the output is too long for my screen, a

re: problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, On Thu, 4 Aug 2005, Gansta93 wrote: > For mount command, this command is not in my logic... I've tried and > tried again, alwais displaied the help... and unable to have it > correctly... argh... and about rename the file, when I type > pbcompiler > or > pbcompiler.exe > I read > command

re: problem with exec and some suggestions

2005-08-04 Thread Eric Blake
> pbcompiler > or > pbcompiler.exe > I read > command not found Probably because your $PATH does not include . (the current directory). > and when I type > ./pbcompiler.exe I can read > ./pbcompiler: cannot execute binary file. Hmm, what is the output of "file pbcompiler*"? Are you sure it is a

re: problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, For mount command, this command is not in my logic... I've tried and tried again, alwais displaied the help... and unable to have it correctly... argh... and about rename the file, when I type pbcompiler or pbcompiler.exe I read command not fo

Re: Problem with exec and some suggestions

2005-08-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gansta93 on 8/4/2005 6:13 AM: > Hello, > > As I have just readed, I've tried to changes permissions using chmod > 755 pbcompiler for change it because it hadn't permissions for > execution. But when I type again ls -l pbcompiler the resul

RE: Problem with exec and some suggestions

2005-08-04 Thread Morche Matthias
Sorry, I had to read more carefully. If You cannot change the permissions to be executable, You won't be able to execute it. There must be some options to the mount command to make everything executable... Try mount -X ... regards, matthias Morche Matthias wrote: > Does pbcompiler start w

RE: Problem with exec and some suggestions

2005-08-04 Thread Morche Matthias
Does pbcompiler start with something like #!/bin/sh in ist first line? And does that /bin/sh after #! exist and is that executable? Does /bin/sh pbcompiler work as expected? regards, matthias Gansta93 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > As I have just read

Re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, As I have just readed, I've tried to changes permissions using chmod 755 pbcompiler for change it because it hadn't permissions for execution. But when I type again ls -l pbcompiler the result is the same and I cannot execute is. Is windows 98

Re: Problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
r your help. > > Patrick > - - Message d'origine - > De : "Pavel Tsekov" <[EMAIL PROTECTED]> > ? : "Gansta93" <[EMAIL PROTECTED]> > Cc : > Envoy? : jeudi 4 ao?t 2005 13:20 > Objet : Re: Problem with exec and some suggestions > > &

Re: Problem with exec and some suggestions

2005-08-04 Thread Pavel Tsekov
Hello, On Thu, 4 Aug 2005, Gansta93 wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > That's exactly what exec is for: transfer all control to the > > program you specified. When it ends, everything ends: the command > > shell and the window it lives in. > > > > Just leave out the ex

Re: Problem with exec and some suggestions

2005-08-04 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > That's exactly what exec is for: transfer all control to the > program you specified. When it ends, everything ends: the command > shell and the window it lives in. > > Just leave out the exec prefix. > > Stein Hello, Thanks. But when I just type t

Re: Problem with exec and some suggestions

2005-08-03 Thread Manuel Soto
Gansta93 wrote: > Hello, > > I am new user of Cygwin and a beginer on Linux. > I have downloaded all Cygwin packages today. The problem is when I > type exec And the executable name and parameters I want to pass to > it, the consol window close and I can't see the result of my command. > Why can't

Re: Problem with exec and some suggestions

2005-08-03 Thread Stein Somers
Gansta93 wrote: The problem is when I type exec And the executable name and parameters I want to pass to it, the consol window close and I can't see the result of my command. That's exactly what exec is for: transfer all control to the program you specified. When it ends, everything ends: th

Problem with exec and some suggestions

2005-08-03 Thread Gansta93
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am new user of Cygwin and a beginer on Linux. I have downloaded all Cygwin packages today. The problem is when I type exec And the executable name and parameters I want to pass to it, the consol window close and I can't see the result of my c