Mathieu Malaterre wrote:
> [  4%] Built target cmsys
> Linking C shared module libcmsysTestDynload.so
> /usr/lib/gcc/powerpc64-suse-linux/4.1.2/../../../../lib/crt1.o:(.rodata+0x4):
> undefined reference to `main'

What does "make VERBOSE=1" say?  Clearly this linker
line is missing the flag to make it a shared library
instead of an executable.

-Brad

_______________________________________________
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