Wireshark-bugs: [Wireshark-bugs] [Bug 2791] New: "warning LNK4098 defaultlib "LIBC" conflicts wi
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2791
Summary: "warning LNK4098 defaultlib "LIBC" conflicts with use of
other libs" when linking wireshark.exe
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: cj12345@xxxxxxxxxx
Created an attachment (id=2146)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2146)
Add /MD switch to portaudio compile in gtk/makefile.nmake to fix MSVC warning
Build Information:
Version 1.0.99 (SVN Rev 25975)
Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.11, with GLib 2.16.5, with WinPcap (version unknown),
with libz 1.2.3, without POSIX capabilities, with libpcre 7.0, with SMI 0.4.8,
with c-ares, without ADNS, with Lua 5.1, with GnuTLS 2.3.8, with Gcrypt 1.4.1,
with MIT Kerberos, with PortAudio V19-devel (built Aug 10 2008), with AirPcap.
Running on Windows XP Service Pack 2, build 2600, with WinPcap version 4.0.2
(packet.dll version 4.0.0.1040), based on libpcap version 0.9.5, without
AirPcap.
Built using Microsoft Visual C++ 6.0 build 8804
--
When linking wireshark.exe, the compiler prints the following warning:
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use
/NODEFAULTLIB:library
This appears to be because the portaudio objects are being compiled without the
/MD switch, and are being linked with LIBC.lib. Adding the /MD switch to the
portaudio compile lines in gtk/makefile.nmake resolves this (patch attached),
and eliminates the compiler warning.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.