autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using getconf in autoconf macro to find 64 bit compile options?


From: Jeff Sheinberg
Subject: Re: using getconf in autoconf macro to find 64 bit compile options?
Date: Wed, 1 Sep 2004 18:36:01 -0400

Ed Hartnett writes:
 > I wonder if there is any autoconf macro for running getconf to find
 > the compile flags needed for 64-bit compilation on platforms that
 > support it. For example, both the AIX and solaris platforms have
 > special compile options to get 64 bit pointers. 

Here is what I am using in my configure.ac,

    # Checks for library functions.
    AC_FUNC_FSEEKO
    AC_SYS_LARGEFILE
    # /\ Prior 2 enables large file support.

-- 
Jeff Sheinberg





reply via email to

[Prev in Thread] Current Thread [Next in Thread]