On Thu, 3 Nov 2005, Didier Cabannes wrote:
> CC=pathcc
> CXX=pathCC
> ...
>> if test "$CC" = "pathCC" -a $psc_deps_depth -eq 2 ; then
I have to confess of not looking at the actual configure script, but
it strikes me that you set CC to pathcc (C compiler) and later on
check for pathCC (C++ compiler). Furthermore, how is this supposed to
work if I set:
CC=/path/to/pathcc
(an absolute path to the compiler executable) ?
--
Bogdan Costescu
IWR - Interdisziplinaeres Zentrum fuer Wissenschaftliches Rechnen
Universitaet Heidelberg, INF 368, D-69120 Heidelberg, GERMANY
Telephone: +49 6221 54 8869, Telefax: +49 6221 54 8868
E-mail: Bogdan.Costescu_at_[hidden]
|