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 5878] New: gcc unrecognized option during build in OS X

Date Prev · Date Next · Thread Prev · Thread Next
Date: Sat, 30 Apr 2011 19:04:35 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5878

           Summary: gcc unrecognized option during build in OS X
           Product: Wireshark
           Version: 1.5.x (Experimental)
          Platform: x86-64
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Trivial
          Priority: Low
         Component: TShark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: tony19@xxxxxxxxx


Build Information:
Mac OS X 10.6.7
GCC 4.5.2
Wireshark Source (SVN trunk from 30-APR-2011 20:36)
--
The GCC option '-no-cpp-precomp' is used in the OS X build, but the comments
from the MacPorts ticket below indicate that the option is obsolete since GCC
3.3. Can we remove the option?

https://trac.macports.org/ticket/15553


#######################################
# Steps to reproduce:
#######################################

1. Enter the following commands from Terminal:

svn co http://anonsvn.wireshark.org/wireshark/trunk/ -r {"2011-04-30 20:36"}
./wireshark-src
cd ./wireshark-src
./autogen.sh
./configure
make


2. During the build, observe this warning on each line:

gcc: unrecognized option '-no-cpp-precomp'

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