Thanks Doug,

I had forgotten about the new links but I figured that out as soon as 
alo pointed out that it should have been
gmake and not dmake that was used. Previously I'd just installed Studio 
on top of a 'normal' install and worked
from there so I didn't have the links ( or the problem )

I just killed the links for now, because I don't use them for anywhere 
else, and they were causing me problems
elsewhere too and I don't have time right now to make that change to all 
my build environments, and everything
is working again, but I'll take the svn update if/when it goes in.

Hugh

Doug Scott wrote:
> 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