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

Date: Wed, 23 May 2012 20:13:08 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5878

--- Comment #6 from Tony Trinh <tony19@xxxxxxxxx> 2012-05-23 20:13:08 PDT ---
Based on the output of gcc-4.0, "Based on Apple Inc. build" would not be a good
pattern to match. 

$ gcc-4.0 --version
i686-apple-darwin10-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5494)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


This regex pattern might be better:

    .*apple-darwin.*-gcc

or simply:

    apple-darwin

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