This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc/g++ help needed


On Jun 23, 1999, "Dick jiao" <dick@ccorporate.com> wrote:

> ./configure: syntax error at line 76: `do^M' unexpected

> 2.       uncompressed it with Winzip on WindowsNT platform.

So this is where your `^M's are coming from!

> 3.       ftp whole directory tree of gcc-2.8.1 to UNIX(sparc 5) by using Smartftp with binary mode.

Don't do that.  Instead, just decompress the .tar.gz to a .tar with
Winzip (assuming you don't have gzip on Unix, even though you could
download a pre-compiled version from www.sunfreeware.com), and then
untar the tar-file with `tar -xf gcc-2.8.1.tar' on Unix.

But I'd recommend using a newer version, such as 2.95.2, unless you
really need 2.8.1.

>         why  there are not config, etc directories and INSTALL README files after uncompressing
> gcc-2.95.tar.gz  which  ".brik"  lists, only gcc, libio and libstdc++  are uncompressed. Is that OK?

No, it seems that something is missing from the file you downloaded.
Maybe it's incomplete?

-- 
Alexandre Oliva     http://www.ic.unicamp.br/~oliva/     Enjoy Guaranį
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]