Hugh,
   Just a quick fix for now is to comment out the "export 
PATH=$ccdir:$PATH" line.
What is happening is because Sun Studio 11 which comes with the 
distribution installs
links from /opt/SUNWspro/bin/cc to /usr/bin/cc. This creates problems 
during the build
as /usr/bin is added before /opt/jdsbld/bin. I will confirm with Laca, 
that I can take out all
references to the following and commit the changes to the subversion 
repository. After this
you will have to do an svn update to download the changes.

export CC=${CC64:-$CC}
ccdir=`dirname $CC`
export PATH=$ccdir:$PATH

Doug

Hugh O'Hare wrote:
>
>>   It seems like if something were wrong with your CBE.
>>
>> ====
>>   $ . /opt/jdsbld/bin/env.sh
>>   $ type make
>>   make is /opt/jdsbld/bin/make
>> ====
>>
> CBE is ok, but I got it, configure was picking up /usr/bin/make from 
> svn_59 developer.
> _______________________________________________
> desktop-discuss mailing list
> desktop-discuss at opensolaris.org
>

Reply via email to