bug-ncurses
[Top][All Lists]
Advanced

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

Re: Compiling with gcc 3.1 (64 bits) for Sparc 8


From: Thomas Dickey
Subject: Re: Compiling with gcc 3.1 (64 bits) for Sparc 8
Date: Mon, 17 Jun 2002 16:08:49 -0400
User-agent: Mutt/1.2.5i

On Mon, Jun 17, 2002 at 12:28:12PM +0200, Jose Luis Rico Botella wrote:
> Hello:
> 
> I would like to compile the package ncurses 5.2 to build applications
> under Sparc 64 Systems.
> I have compiled with gnu gcc 3.1 (32 bits) and I have any problems. How
> can I compile for 64 bits?.

That sounds more like a gcc-specific question than ncurses.  I would start
by adding -m64 to the $CFLAGS environment variable, e.g.,

        export CFLAGS=-m64
        ./configure

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

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