On 8/4/2014 10:26 AM, Rodrigo Faccioli wrote:
protpred-Gromacs-NSGA2.c:(.text+0x1e): undefined reference to `display_msg'
protpred-Gromacs-NSGA2.c:(.text+0x3e): undefined reference to
`load_parameters_from_file'
protpred-Gromacs-NSGA2.c:(.text+0x58): undefined reference to `ea_nsga2'
protpred-Gromacs-NSGA2.c:(.text+0x64): undefined reference to `fatal_error'
protpred-Gromacs-NSGA2.c:(.text+0x73): undefined reference to
`deAllocateload_parameters'
protpred-Gromacs-NSGA2.c:(.text+0x7d): undefined reference to `display_msg'
You have to find out where these symbols are defined. If you have a working Makefile version use nm and grep to find the places. You can also grep your source tree. You are either missing a source file, or a -D option.

Another approach is to run make VERBOSE=1 and compare the build command lines to your Makefile build.

-Bill
--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to