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

Wireshark-bugs: [Wireshark-bugs] [Bug 4815] Fedora 13: wireshark fails to build (linking problem

Date: Mon, 31 May 2010 08:16:23 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4815

--- Comment #2 from Jose Pedro Oliveira <jpo@xxxxxxxxxxxx> 2010-05-31 08:16:23 PDT ---
Short term solution
-------------------
Adding libm to the the LIBS environment variable before running configure
solves the problem:

 * export LIBS="$LIBS -lm"; ./configure

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.