[Cmake] Re: [vtkusers] Error while building VTK 4.2.1 with CMake on Linux

Bill Hoffman bill.hoffman at kitware.com
Mon Mar 10 16:51:42 EST 2003


Seems like a problem with the binary cmake.
Can you try building cmake on your system?
You will have to download the source.

-Bill


At 04:02 PM 3/10/2003, Joseph Barraud wrote:
>Here is what gdb said :
>
>Program received signal SIGSEGV, Segmentation fault.
>0x0814f2e3 in _dl_relocate_object ()
>
>where :
>
>#0  0x0814f2e3 in _dl_relocate_object ()
>#1  0x0813588b in dl_open_worker ()
>#2  0x08134ede in _dl_catch_error ()
>#3  0x08135af2 in _dl_open ()
>#4  0x080ef41e in dlopen_doit ()
>#5  0x08134ede in _dl_catch_error ()
>#6  0x080ef6e1 in _dlerror_run ()
>#7  0x080ef449 in dlopen ()
>#8  0x080e6fde in cmDynamicLoader::OpenLibrary ()
>#9  0x080a1b0a in cmLoadCommandCommand::InitialPass ()
>#10 0x080aa886 in cmCommand::InvokeInitialPass ()
>#11 0x0805ecc0 in cmMakefile::ExecuteCommand ()
>#12 0x0808a963 in cmMacroFunctionBlocker::IsFunctionBlocked ()
>#13 0x080630d9 in cmMakefile::IsFunctionBlocked ()
>#14 0x0805ebbf in cmMakefile::ExecuteCommand ()
>#15 0x0805f552 in cmMakefile::ReadListFile ()
>#16 0x080ceaed in cmLocalGenerator::Configure ()
>#17 0x080cba53 in cmGlobalGenerator::RecursiveConfigure ()
>#18 0x080cb3e6 in cmGlobalGenerator::Configure ()
>#19 0x080567a8 in cmake::Configure ()
>#20 0x0804d296 in cmCursesMainForm::Configure ()
>#21 0x080522a8 in main ()
>#22 0x0810e0e5 in __libc_start_main ()
>
>Joseph
>
>At 13:37 10/03/2003 -0500, Bill Hoffman wrote:
>>It should be something like this:
>>
>>gdb /usr/local/bin/ccmake
>>gdb) cd /path/to/your/build
>>gdb) run ../VTK-4.2.1
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake






More information about the CMake mailing list