Re: gcc-4.1

2006-09-11 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/11/06 23:58, H.S. wrote: > Rocky Ou wrote: > [snip] > Others have given you good replies. I would add that do not name > your output file (the executable) as "test". A "test" command > already exists in Linux. But not in DOS/Windows... :\ - --

Re: gcc-4.1

2006-09-11 Thread CaT
On Tue, Sep 12, 2006 at 12:58:49AM -0400, H.S. wrote: > Others have given you good replies. I would add that do not name your > output file (the executable) as "test". A "test" command already exists > in Linux. I don't believe it matters much. Only the crazy and the inept have . in their $PATH

Re: gcc-4.1

2006-09-11 Thread H.S.
Rocky Ou wrote: Hey all here it is [EMAIL PROTECTED]:~$ ls -l c_0912.c -rw-r--r-- 1 lover lover 103 2006-09-12 10:58 c_0912.c [EMAIL PROTECTED]:~$ more c_0912.c #include using namespace std; int main() { out<<"Hey, YOU:) I'm good"\n; cin.get(); } [EMAIL PROTECTED]:~$ gcc c_0912.c -o test

Re: gcc-4.1

2006-09-11 Thread Joshua J. Kugler
On Monday 11 September 2006 19:11, Rocky Ou wrote: > On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote: > > On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: > > > Hey, > > > > > > Thanks for your reply but it still not doing the work. > > > > > > [EMAIL PROTECTED]:~$ gcc good.c > > > gcc: g

Re: gcc-4.1

2006-09-11 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/11/06 22:11, Rocky Ou wrote: > On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote: >> On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: [snip] > Hey all here it is > > [EMAIL PROTECTED]:~$ ls -l c_0912.c > -rw-r--r-- 1 lover lover 103 2006

Re: gcc-4.1

2006-09-11 Thread Rocky Ou
On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote: On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: > Hey, > > Thanks for your reply but it still not doing the work. > > [EMAIL PROTECTED]:~$ gcc good.c > gcc: good.c: No such file or directory > gcc: no input files > [EMAIL PROTECTED]:~$ >

Re: gcc-4.1

2006-09-11 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/11/06 21:01, Rocky Ou wrote: > On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote: >> On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: >>> Hey, >>> >>> Thanks for your reply but it still not doing the work. >>> >>> [EMAIL PROTECTED]:~$ g

Re: gcc-4.1

2006-09-11 Thread Rocky Ou
On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote: On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: > Hey, > > Thanks for your reply but it still not doing the work. > > [EMAIL PROTECTED]:~$ gcc good.c > gcc: good.c: No such file or directory > gcc: no input files > [EMAIL PROTECTED]:~$ >

Re: gcc-4.1

2006-09-11 Thread Rocky Ou
On 9/12/06, Kevin Mark <[EMAIL PROTECTED]> wrote: On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: > Hey, > > Thanks for your reply but it still not doing the work. > > [EMAIL PROTECTED]:~$ gcc good.c > gcc: good.c: No such file or directory > gcc: no input files > [EMAIL PROTECTED]:~$ >

Re: gcc-4.1

2006-09-11 Thread Kevin Mark
On Mon, Sep 11, 2006 at 10:32:09PM +0800, Rocky Ou wrote: > Hey, > > Thanks for your reply but it still not doing the work. > > [EMAIL PROTECTED]:~$ gcc good.c > gcc: good.c: No such file or directory > gcc: no input files > [EMAIL PROTECTED]:~$ > > > Can any of you help me please? Hi Rocky,

Re: gcc-4.1

2006-09-11 Thread Michael Marsh
On 9/11/06, Rocky Ou <[EMAIL PROTECTED]> wrote: On 9/11/06, Michael Marsh <[EMAIL PROTECTED]> wrote: > On 9/11/06, Rocky Ou <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:~$ gcc good.c > > gcc: good.c: No such file or directory > > gcc: no input files > > [EMAIL PROTECTED]:~$ > > Silly question

Re: gcc-4.1

2006-09-11 Thread Michael Marsh
On 9/11/06, Rocky Ou <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED]:~$ gcc good.c gcc: good.c: No such file or directory gcc: no input files [EMAIL PROTECTED]:~$ Silly question but, is there a file called "good.c" in that directory? -- Michael A. Marsh http://www.umiacs.umd.edu/~mmarsh http://ma

Re: gcc-4.1

2006-09-11 Thread Rocky Ou
Hey, Thanks for your reply but it still not doing the work. [EMAIL PROTECTED]:~$ gcc good.c gcc: good.c: No such file or directory gcc: no input files [EMAIL PROTECTED]:~$ Can any of you help me please? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: gcc-4.1

2006-09-10 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/11/06 01:14, Rocky Ou wrote: > Hey list, > > I'm using Debian sid. And I have gcc-4.1 installed on it. It seem I can not > even start the aplication. Blow are my few tries. > > [EMAIL PROTECTED]:~$ gcc filename > gcc:

gcc-4.1

2006-09-10 Thread Rocky Ou
Hey list,I'm using Debian sid. And I have gcc-4.1 installed on it. It seem I can not even start the aplication. Blow are my few tries.[EMAIL PROTECTED]:~$ gcc filenamegcc: filename: No such file or directory gcc: no input files[EMAIL PROTECTED]:~$ gcc-4.1 goodgcc-4.1: good: No such fi