I am on FreeBSD 6.3 using clang 3.1 to build wireshark 1.11.0-SVN-52370. gmake[3]: Entering directory I assume the root cause of the problem is how LINK is defined, using a couple CFLAGS. Removing them resolves that problem. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o [email protected] asked 08 Oct '13, 13:14 tdprime |
Silly question, perhaps, but are you using configure? There's a specific test that checks whether the compiler accepts -g that should have run.