tcpdump mailing list archives

Re: libpcap-1.0.0 on AIX 6.1


From: Guy Harris <guy () alum mit edu>
Date: Tue, 20 Oct 2009 10:50:07 -0700


On Oct 19, 2009, at 7:57 PM, Randal T. Rioux wrote:

I get the following error when running ./configure on an IBM pSeries 7029-6C3 (1.2Ghz POWER4):

# ./configure
checking <blah blah blah>...
./configure[6236]: syntax error at line 6659 : `newline or ;' unexpected
#

Does anybody have any suggestions?

Try the top-of-tree Git version instead; the 1.0.0 version was doing AC_CHECK_HEADERS(), with no header file names, for some reason, and that generated a loop that does

        for i in
        do
                ..
        done

Some Bourne-compatible shells handle an empty list in a for statement, but that's a non-standard feature, and some Bourne-compatible shells - including, apparently, the one in AIX 6.1 - don't support that.

-
This is the tcpdump-workers list.
Visit https://cod.sandelman.ca/ to unsubscribe.


Current thread: