[summary] compiling ssh 2.0.12

From: Oyanarte Portilho <portilho_at_helium.fis.unb.br>
Date: Wed, 11 Oct 2000 11:12:48 -0200 (EDT)

Hi Gurus,

Many thanks to:


Paul A Sand
"Chewy"
Allan E Johannesen
Ettore Aldrovandi
Paul Casteels
Knut Hellebo

who have given several suggestions. For example, Ettore says:

"if you are using sh (or higher, like ksh, etc...) then do

        CC=cc ./configure

This would be

        env CC cc ./configure

or even

        setenv CC cc; ./configure

for the csh family."

Paul Casteels suggests:

"You can try (if you use the c-shell) :
  setenv BUILD_CC cc
before you invoke ./configure."

What I did was to move from csh to sh and give the command

CC=cc ./configure

It works!

Thanks again,

        Oyanarte

--------------original post:

> Does anybody know how to enforce ssh's ./configure to
> use cc instead of gcc? The reason is that I suspect our
> gcc is not working properly after upgrading from Tru64
> 4.0 to 5.0a.
Received on Wed Oct 11 2000 - 13:19:10 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:41 NZDT