On Thu, Apr 16, 2009 at 1:31 PM, Bill Hoffman <[email protected]> wrote:
> George Neill wrote:
>
>>
>> I seem to remember running in to this issue when trying to build cmake
>> on SS10/Solari10.  If I recall correctly, it turned out being an
>> environment issue.  A conflict with GNU ld/SUN ld?   (but I may have
>> lost some memory cells since then!)
>>
>
> The boostrap cmake should not use any symbols from cmELF.   So, I really
> don't think it is an ld issue.

I was able to recreate this situation by prepending /usr/sfw/bin in my
path and exporting

-bash-3.00$ env | grep CC
CXX=/opt/SUNWspro/bin/CC
CC=/opt/SUNWspro/bin/cc

then running,

./bootstrap --no-qt-gui --prefix=/tmp/cmake


(note without setting CC and CXX, it picked up the gnu stuff and
bootstrapped fine)

So there is certainly a conflict somewhere.

Later,
George
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to