On Wed, Oct 14, 2009 at 8:35 AM, sasanka pusapati <[email protected]> wrote:
> > I am trying to build apr 0.9.17 in 64 bit on AIX. > > When i ran the make i am getting the following error > > "munch: The input file strings/.libs/apr_cpystrn.o is not valid in the > current object mode. > gmake[1]: *** [libapr-0.la] Error 1 > gmake[1]: Leaving directory `/usr/test/apr-0.9.17' > " > > > Following is the configure command i used > > CC="xlC_r" CFLAGS="-q64" ./configure --prefix="/usr/test/apr_64" See AIX'es OBJECT_MODE environment variable, which might be needed for more than $CC. -- Eric Covener [email protected]
