getting linker error with APR on AIX 64 bit

View: New views
2 Messages — Rating Filter:   Alert me  

getting linker error with APR on AIX 64 bit

by sasanka pusapati :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message









Hi All ,

 
        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"


Can some one please let me know how to fix this issue.


Thanks in advance,
Sas.






Re: getting linker error with APR on AIX 64 bit

by Eric Covener :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 14, 2009 at 8:35 AM, sasanka pusapati
<spusapatinlr@...> 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
covener@...