bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses 64bit AIX


From: pcazallas
Subject: Re: ncurses 64bit AIX
Date: Thu, 20 May 2010 02:14:28 -0700 (PDT)



Thomas Dickey-2 wrote:
> 
> On Thu, 20 May 2010, pcazallas wrote:
> 
>>
>> Hi all,
>>
>> I need to install ncurses 64 bit static library in an AIX 6 system, but I
>> cannot do it from the source code. Although I'm able to compile the
>> source
>> 64-compat, I cannot link the lib objects correctly with ld.
>>
>> Please, give me a hand with this if possible. Or tell me if it's
>> impossible
>> :-(
> 
> It should be possible - AIX C compiler's option for 64-bits appears to be 
> "-q64".  If you're using gcc, that might be a different story, since its
> per-platform support for 64-bits is "varied".
> 
> -- 
> Thomas E. Dickey
> http://invisible-island.net
> ftp://invisible-island.net
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-ncurses
> 
> 

Yes, I've tried with these both options: 
-q64
-qarch=ppc64

After running the .configure script, I modify the Makefile files to change
the "ar" and "ld" commands, adding the next modifiers:

ar -X64
ld -b64

But, after compiling, the linkedition doesn't work properly and make throws
an error at the "ld" stage... 
-- 
View this message in context: 
http://old.nabble.com/ncurses-64bit-AIX-tp28618716p28618811.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

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