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 06:28:06 -0700 (PDT)



Thomas Dickey-2 wrote:
> 
> On Thu, 20 May 2010, Thomas Dickey wrote:
> 
>> For a quick fix, I'd edit config.status after configuring, and change the 
>> line that looks like
>>
>> s,@ARFLAGS@,unknown,;t t
>>
>> to
>>
>> s,@ARFLAGS@,-X 64 -crv,;t t
> 
> ... and after editing (before running "make"), do
> 
> ./config.status
> 
> to regenerate the makefiles.
> 
> -- 
> 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
> 
> 


Thanks a lot Thomas. 
I finally did it with this parameter list when running .configure and it's
working now:

./configure CC='cc -q64' AR='ar -X64' ....


Best regards,
Pablo.
-- 
View this message in context: 
http://old.nabble.com/ncurses-64bit-AIX-tp28618716p28621152.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

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