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

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

 



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



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux