Jim Galarowicz wrote: > Hi all, > > I'm running into issues with cmake or likely our set-up/usage of cmake, when > trying to build the component based tool framework (CBTF) with cmake. The > issue I'm seeing only occurs on machines where binutils-devel is not > installed and I build my own version of binutils. It seems that something > gets out of sync with ld and gcc. I'm on laboratory machines where I don't > control the software that is installed, so that is why I'm building my own > version of binutils. > > Has anyone seen something like this (output listed below) or has any > suggestions on where to look and/or what to look for to solve this?
Oh well. The problem is that your compiler has for whatever reason forgotten how to find the low level libraries. The fix is basically described here: http://www.linuxfromscratch.org/lfs/view/7.0/chapter05/adjusting.html Since you can't influence the system directories you can put your specfile basically anywhere and then call "gcc -specs=/my/spec/file" and then hope it works. Eike
signature.asc
Description: This is a digitally signed message part.
-- 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
