ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] configure fails with cmake on macosx

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Fri, 24 Sep 2010 06:40:39 +0200
On Thu, Sep 23, 2010 at 11:58:40PM +0200, H.sivank wrote:
> configure:17893: checking whether we can add -Wl,--as-needed to LDFLAGS

As already mentioned by Guy: configure has nothing to do with the cmake
build process:
cmake build:
- cmake ...options...
  make
autofoo build:
- autogen.sh (not necessary if there is already a configure file)
  configure ...options...
  make

Ciao
       Joerg
-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.