Re: gcc-4.1
-----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.
>
> lover@YUNNAN:~$ gcc filename
> gcc: filename: No such file or directory
> gcc: no input files
> lover@YUNNAN:~$ gcc-4.1 good
> gcc-4.1: good: No such file or directory
> gcc-4.1: no input files
gcc (and most unix apps, for that matter) does *not* presume a file
extension. So, try this:
$ gcc good.c
- --
Ron Johnson, Jr.
Jefferson LA USA
Is "common sense" really valid?
For example, it is "common sense" to white-power racists that
whites are superior to blacks, and that those with brown skins
are mud people.
However, that "common sense" is obviously wrong.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFBP+CS9HxQb37XmcRAtxpAKCJE+Y7Mg6Zfi36nZedL2qhULR/1ACgg8HD
pPwt78Vxd9kxc2L/zYqT4NI=
=ZWi6
-----END PGP SIGNATURE-----
Reply to:
- References:
- gcc-4.1
- From: "Rocky Ou" <rocky2winnie@gmail.com>