[Insight-developers] Cmake on Linux

Lydia Ng lng@insightful.com
Thu, 13 Dec 2001 14:49:03 -0800


Anyone else having problems building CMake for Linux?

I get a segmentation fault when I execute
../CMake/configure

Here is the error message:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
gmake[2]: Entering directory
`/a/homer/users/lng/CMake/CMake-linux/Source/CursesDialog/form'
/a/homer/users/lng/CMake/CMake-linux/Source/cmake
-S/a/homer/users/lng/CMake/CMake/Source/CursesDialog/form
-O/a/homer/users/lng/CMake/CMake-linux/Source/CursesDialog/form
-H/a/homer/users/lng/CMake/CMake -B/a/homer/users/lng/CMake/CMake-linux
gmake[2]: *** [depend] Segmentation fault (core dumped)
gmake[2]: Leaving directory
`/a/homer/users/lng/CMake/CMake-linux/Source/CursesDialog/form'
gmake[1]: *** [depend_CursesDialog_form] Error 2
gmake[1]: Leaving directory
`/a/homer/users/lng/CMake/CMake-linux/Source'
gmake: *** [depend_Source] Error 2


System info:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
sprime:lng:13% uname -a
Linux sprime 2.4.2 #1 SMP Fri Apr 6 15:37:56 PDT 2001 i686 unknown
sprime:lng:14% gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)
sprime:lng:15% gmake -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i386-redhat-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
=20
Report bugs to <bug-make@gnu.org>.


-Lydia