summery for wget/gcc

From: Rezk Mekhael (rezk@clunet.edu)
Date: Fri Oct 03 2003 - 13:55:44 EDT


Hi this the summery about wget and gcc problem
1) I can't help you, but have a look to this page, in
the "alpha*-dec-osf*" section:
http://gcc.gnu.org/install/specific.html#alpha*-dec-osf*
2) It appears to be a bug in the ancient version of gcc you're using.
Either build it with cc or install the current version of gcc.
3) Try building with cc. This is what I did.
. cd /usr/local/src/wget_1.8.2
. fetch ftp://gnu.wwc.edu/pub/mirrors/ftp.gnu.org/wget/wget-1.8.2.tar.gz
. gunzip -c wget-1.8.2.tar.gz|tar xfps -
. chown -R root:system wget-1.8.2
. cd wget-1.8.2
. setenv CC cc; \
  setenv CFLAGS '-O'; \
  ./configure --with-ssl >& configure.20030724 &
. make >& make.log&
. cp -p src/wget /usr/local/bin
. cp -p doc/wget.1 /usr/local/man/man1
Rezk: "It did not work with me !!! "
4) Try regular CC ("export CC=cc") and check if there are those nasty
indented CPP directives (indented "#include", "#define",...).

Please any more idea ?

--
Sincerely,
Rezk Mekhael
-- 
*** Incoming / Outgoing Mail scanned for known Viruses by CLUnet ***


This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:49:37 EDT