[CMake] Re: XML/expat link error

2006-05-26 Thread Doug Henry
actually, I have found if I change the following entry (add expat to the linker flags) in cmxmlrpc/CMakeLists.txt this problem goes away:TARGET_LINK_LIBRARIES(xrtest cmXMLRPC cmexpat expat ${CMAKE_DL_LIBS}) On 5/26/06, Doug Henry [EMAIL PROTECTED] wrote: I receive the errors below when building

Re: [CMake] Re: XML/expat link error

2006-05-26 Thread Brad King
Doug Henry wrote: actually, I have found if I change the following entry (add expat to the linker flags) in cmxmlrpc/CMakeLists.txt this problem goes away: TARGET_LINK_LIBRARIES(xrtest cmXMLRPC cmexpat expat ${CMAKE_DL_LIBS}) From where is that other expat library coming? I bet the build of