>From: "aidan" <[EMAIL PROTECTED]>
>Date: Sat, 6 Jan 2001 15:45:20 +0800
>
>> Hi - at my wits end here
>>
>> Solaris 7 on sparc,
>> gcc installed and working
>> attempting to inatall ssh 2.4.0 using the command ./configure an I get
>>
>> [..snip..]
>>
>> checking whether make sets ${MAKE}... ./configure: make: not found
>> no
First problem looks like /usr/ccs/bin not in your PATH. Add it to get make
and some other build utilities, like ar, m4, etc,
>>
>> [..snip..]
>>
>> checking for gcc... no
>> checking for cc... no
>> checking for gcc... no
>> checking for cc... no
Like above, you probably don't have directory location of gcc in your path.
It searches PATH for first gcc/cc found. If you want you can explicitly give
gcc as compiler by running:
env CC=/path/to/gcc ./configure
Hope this helps.
--Dave
>>
>> [..snip..]
>>
--
David Knight French
Black Mountain Computer Consulting
Voice: (858)279-4862
Email: [EMAIL PROTECTED]