Re: [CMake] after running cmake, getting an error cannot find -levent

2016-09-16 Thread Gunter, Walter E
, September 15, 2016 11:13 AM To: Gunter, Walter E; cmake@cmake.org Subject: Re: [CMake] after running cmake, getting an error cannot find -levent that seems to refer to libevent and the linker is not finding it - so you probably need to build/install that lib for your toolchain. It doesn’t look like

Re: [CMake] after running cmake, getting an error cannot find -levent

2016-09-16 Thread Marcel Loose
Hi Walter, The dash before levent looks different from the ones before lrt and lpthread. Are you sure it's not some kind of Unicode character? Cheers, Marcel Loose. On 15/09/16 18:56, Gunter, Walter E wrote: > > I am cross-compiling for an arm, and can run cmake successfully, but > when I run m

Re: [CMake] after running cmake, getting an error cannot find -levent

2016-09-15 Thread Michael Ellery
that seems to refer to libevent and the linker is not finding it - so you probably need to build/install that lib for your toolchain. It doesn’t look like there is a standard finder module for libevent currently, but if there were then find_package(LibEvent) would have likely alerted you when ru